Thread Mandating the presence of local/remote interface in SessionC
Mandating the presence of local/remote interface in SessionCWhile testing the no-interface support, i found that the SessionContainer mandates the presence of either a local or a remote interface for beans:
Caused by: java.lang.RuntimeException: Bean Class org.jboss.ejb3.no...
EJB3 as ManagedObjects and attributesHi, In the profile service, the individual session beans (other bean types too?) are exposed as managed objects below the ejb-jar as a ManagedDeployment. In the jmx-world, the EJB's attributes are exposed as in AS4 ...
Thread EJBTHREE-1800 Current status on performance improvement
EJBTHREE-1800 Current status on performance improvementThe latest profiler snapshot against AS 5_x branch (have additionally included fixes of JBCL-100 and JBCL-101) have been attached to https://jira.jboss.org/jira/browse/EJBTHREE-1800. Right now, the majority of the tim...
jboss_5_0.xsd: jboss version attributeWhat is version attribute supposed to indicate? EJB spec version? At the moment, in jboss_5_0.xsd its value is fixed and is 3.0. Everything else appearing in XML is invalid. In our tests though, some jboss.xml files ...
Plugin Release against AS 5.1.0.CR1Hmm, some issues that I didn't see present when patching AS using the Plugin locally: http://jboss.hudson.alrubinger.com/job/EJB3_Integration_TestSuite_Plugin_AS5_Latest_Release/ws/jbossas/build/output/jboss-5.1.0.CR...
Release of ejb3-endpoint-deployersI've released ejb3-endpoint-deployers:0.1.0 and its dependencies as a first step towards integration. The reliance upon JDK6 is actually for the runtime environment used for Surefire/tests only. It's built w/ JDK5, s...
javax.ejb.EJB Annotations Outside EJB3 ComponentsThis post relates to: JBWS-2634 Hi EJB3 Team, I need your help. I'm working on the above issue at the moment and there are many issues regarding the EJB specification defaults I'm dealing with. Here's my usecase: ...
EJB3 Plugin now targets JBoss AS 5.1.0 CR1Now that the 5.1.0 CR1 AS has been released http://www.jboss.org/index.html?module=bb&op=viewtopic&t=154602, the plugin will now target this new version.
Thread EJBTHREE-1812 @Service with a @Management does not uninstall
EJBTHREE-1812 @Service with a @Management does not uninstallhttps://jira.jboss.org/jira/browse/EJBTHREE-1812 - The ServiceContainer, in it's registerManagementInterface registers MBean and also install a MC bean:
mbeanServer.registerMBean(delegate, delegateObjectName);
// In...
Revisiting versioning for componentsRight now 'Fix Version' and 'Affects Version' reflects the version of ejb3-core which we are using. While this is the most accurate reflection of what we currently distribute via as-int, plugin and embedded, it bears ...
Thread Changes to pointcut expressions in ejb3-interceptors-aop.xml
Changes to pointcut expressions in ejb3-interceptors-aop.xmlOur current pointcut expressions for domains which introduce annotations on joinpoints in ejb3-interceptor-aop.xml don't work as expected. For example: <domain name="Stateless Bean" extends="Intercepted Bean" inh...
Change to Advisor, EJB3 Acceptance TestingThe following is going into AOP, so we'll need to verify all's OK on our end (at times we hack into AOP internals): [kabir@~/sourcecontrol/jboss-aop/branches/Branch_2_1/subversion/aop]
$svn diff -r87077:87081 src/ma...
Thread org.jboss.ejb3:jboss-ejb3-plugin version 1.0.5 invalid
org.jboss.ejb3:jboss-ejb3-plugin version 1.0.5 invalid1.0.5 version of jboss-ejb3-plugin which made to the Maven repo a few minutes back, is invalid due to issue https://jira.jboss.org/jira/browse/EJBTHREE-1803. A new release will be done soon.
EJBTHREE-1800 Improving InjectInterceptorsFactoryWhile working on EJBTHREE-1800, i noticed that the InjectInterceptorsFactory while creating a per joinpoint, does the following: 1) Retrieves *all* methods on the interceptor/bean class 2) For each of these methods, ...
Thread The following elements will be removed from EJB3 jboss.xml
The following elements will be removed from EJB3 jboss.xmlI went through the elements in jboss_5_1.xsd and listed those that couldn't find being used by EJB3. So I consider them EJB2 legacy and am going to remove them for metadata GA. Maybe some of them are actually used, so...
WS EJB invocationWeb service invocations have been done by locating the ejb container and executing #localInvoke(...) on it. We used to locate the container by object name:
kernel.getInstalledContext( objectName.getCanonicalName()...
New component: jndibinderI'm planning to create a prototype tomorrow for JNDI bindings. It's goal is to bind remotable endpoints into JNDI which are transport unaware and have a lazy dependency on endpoints / containers.
Thread I am not able to run even the sample BPEL Process definition
I am not able to run even the sample BPEL Process definitionI am using the following configuration: Eclipse 3.3 Europa, jBpm-3.3.1 GA, JDK 1.6, BPEL 2.0 Facet Editor on JBoss-5.0.0.GA. I am not able to run even the sample BPEL Process definition. Could somebody pls tell me the...