• Looking up no-interface views

    I'm looking for a way of looking up a no-interface view by the bean class (for weld-int) - is there any way to use the EjbReferenceResolver for that - or is there an equivalent for no-interface views?   Thanks, ...
    Profile Photo
    last modified by marius.bogoevici
  • Manipulating interceptor metadata

    So, for Weld we use an interceptor in order to apply the JSR-299 interceptors (bound using @InterceptorBinding) to EJBs.   The requirement is to invoke those interceptors after the standard EJB 3 interceptors. ...
    Profile Photo
    created by marius.bogoevici
  • EJB reference resolvers

    h1. Purpose of this document: This wiki briefly explains the EJB reference resolvers in the JBoss EJB3 project. h1. Background Assuming a @EJB has to injected into a component or a component has a ejb-ref, this re...
    Profile Photo
    last modified by jaikiran
  • What makes a business method asynchronous?

    ... other than the use of @Asynchronous annotation or it's xml equivalent. From what I see in the EJB3.1 Spec, Section 4.5.1:   The @Asynchronous annotation is used to designate which business methods are asynchr...
    Profile Photo
    last modified by jaikiran
  • jboss-ejb3-singleton Authoritative Repo

    Jai:   http://github.com/jbossejb3/jboss-ejb3-singleton   I forked this one, so we can do releases from it. Note that your GitHub repo is now following a but behind, so you'll wanna pull in the latest. ...
    Profile Photo
    last modified by alrubinger
  • Error on integrating ejb3-singleton 1.0.0-alpha-7

    Putting the new ejb3-async and ejb3-singleton into AS I'm now booting with the error below.   The errors can be reproduced by checking out:   https://svn.jboss.org/repos/jbossas/branches/TEMP_ALR_JBAS-8146...
    Profile Photo
    last modified by alrubinger
  • New transactions component jboss-ejb3-tx2

    I've created a new transactions component at http://github.com/wolfc/jboss-ejb3-tx2.   It is meant to replace the old jboss-ejb3-transactions component which is purely based on AOP with an implementation based o...
    Profile Photo
    created by wolfc
  • Unexpected behaviour when binding to java:comp and @Startup beans

    So, for Weld-int  we bind a BeanManager to java:comp/BeanManager. In order to make it accessible to EJBs, the binding procedure works like this:   1) Obtain the JavaEEComponent which corresponds to the EJBs...
    Profile Photo
    last modified by marius.bogoevici
  • Obtaining the Container in an Interceptor

    Currently we've no way of injecting the EJB Container into an Interceptor instance.   Instead, how do we feel about setting Invocation metadata to add the container under some known key in before SessionSpecCont...
    Profile Photo
    last modified by alrubinger
  • EJB 3.1 Embedded EJBContainer in AS

    I'm tracking integration of the Embedded EJB3 "EJBContainer" APIs into AS here:   https://jira.jboss.org/jira/browse/JBAS-7964   The task for the "embedded" component is:   https://jira.jboss.org/jir...
    Profile Photo
    last modified by alrubinger
  • How to load EJB's in a specific order in JBoss 4.2.2

    ?????????????????????????????????
    Profile Photo
    last modified by nicholaswichmann
  • HornetQ Resource Adapter and DLQ handling

    Theres currently an issue with DLQ handling in the HornetQ resource Adapter. Basically we ignore the DLQ settings in the Activation spec. These were only added because there is some code that calls these and sets thes...
    Profile Photo
    last modified by ataylor
  • Wrong JNDI context returned from EJB

    Hi EJB team,      This is related to issue: https://jira.jboss.org/jira/browse/JBAS-7888      I'm analyzing this failure: http://jbossws.jboss.org:8180/hudson/job/AS-TESTS-AS-6.0.1/113...
    Profile Photo
    last modified by ropalka
  • SessionContext.getInvokedBusinessInterface Regression

    http://jboss.hudson.alrubinger.com/job/EJB3_Integration_TestSuite_AS_TRUNK/lastBuild/testReport/org.jboss.ejb3.test.ejbcontext.unit/EjbContextUnitTestCase/testStatelessInvokedBusinessInterface/ https://jira.jboss.org...
    Profile Photo
    last modified by alrubinger
  • ejb3_1 and its relation with ejb3 bom

    Right now we are duplicating the version info for EJB3 modules/components in 2 places:   1) bom as-6 http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/components/bom/as6/trunk/pom.xml 2) ejb3_1 module http://...
    Profile Photo
    last modified by jaikiran
  • BOMs Away - Composing Dependency Management

    Last week I had the opportunity to hang with Paul Gier, members of the product team, and some Maven thought leaders to discuss best practices for the EJB3 and Application Server builds.   Some history: we initia...
    Profile Photo
    last modified by alrubinger
  • Fixing the EJB3 testsuite...

    I've tried fixing the testsuite myself.. but the build is somewhat... well... broken now... So, I will just provide you guys a quick howto, and you guys can do it.   I've tried to upgrade the jboss-test dependen...
    Profile Photo
    last modified by clebert.suconic
  • Requirements: Remote Invocation

    This is a requirements document for EJB proxies.  Please direct questions and comments to this thread: Proxy Requirements   Please do not remove any sections.  If a requirement is to be removed, please...
    Profile Photo
    last modified by dmlloyd
  • Proxy Requirements

    I've created a requirements document atRequirements: Remote Invocation to encapsulate the requirements for EJB proxies (and, in a more general sense, remote invocation).  It's a work in progress; if you have a co...
    Profile Photo
    last modified by dmlloyd
  • Getting access to correct java:comp Context from SwitchBoardOperator

    The SwitchBoardOperator needs access to the correct java:comp Context when starting.  Looking at the NamingDeployers, it looks like the correct approach would be to get access to the deployed JavaEEComponent....
    Profile Photo
    last modified by johnbailey