• Plugin now targets JBoss AS 5.1.0.GA

    With the release of JBoss AS 5.1.0.GA, the EJB3 plugin (1.0.9-SNAPSHOT) will now target AS 5.1.0.GA.
    Profile Photo
    last modified by jaikiran
  • Mandating the presence of local/remote interface in SessionC

    While 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...
    Profile Photo
    last modified by jaikiran
  • EJB3 as ManagedObjects and attributes

    Hi, 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 ...
    Profile Photo
    last modified by pilhuhn
  • EJBTHREE-1800 Current status on performance improvement

    The 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...
    Profile Photo
    last modified by jaikiran
  • jboss_5_0.xsd: jboss version attribute

    What 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 ...
    Profile Photo
    last modified by aloubyansky
  • Plugin Release against AS 5.1.0.CR1

    Hmm, 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...
    Profile Photo
    last modified by alrubinger
  • Release of ejb3-endpoint-deployers

    I'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...
    Profile Photo
    created by alrubinger
  • javax.ejb.EJB Annotations Outside EJB3 Components

    This 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: ...
    Profile Photo
    last modified by ropalka
  • EJB3 Plugin now targets JBoss AS 5.1.0 CR1

    Now 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.
    Profile Photo
    created by jaikiran
  • EJBTHREE-1812 @Service with a @Management does not uninstall

    https://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...
    Profile Photo
    created by jaikiran
  • Revisiting versioning for components

    Right 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 ...
    Profile Photo
    last modified by wolfc
  • Changes to pointcut expressions in ejb3-interceptors-aop.xml

    Our 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...
    Profile Photo
    last modified by jaikiran
  • Change to Advisor, EJB3 Acceptance Testing

    The 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...
    Profile Photo
    last modified by alrubinger
  • org.jboss.ejb3:jboss-ejb3-plugin version 1.0.5 invalid

    1.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.
    Profile Photo
    last modified by jaikiran
  • EJBTHREE-1800 Improving InjectInterceptorsFactory

    While 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, ...
    Profile Photo
    last modified by jaikiran
  • The following elements will be removed from EJB3 jboss.xml

    I 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...
    Profile Photo
    last modified by aloubyansky
  • WS EJB invocation

    Web 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()...
    Profile Photo
    last modified by heiko.braun
  • New component: jndibinder

    I'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.
    Profile Photo
    last modified by wolfc
  • How to Deploye  BPEL Proecss on Jboss BPEL engine

    Profile Photo
    last modified by mamidalasrinivas
  • I am not able to run even the sample BPEL Process definition

    I 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...
    Profile Photo
    last modified by mamidalasrinivas