On Aug 23, 2012, at 2:37 PM, Romain Manni-Bucau wrote:

> probably the ejbname usage is the issue, if the deployment is global the id
> should be ;)

So your vote would be for using the deployment id?

    <AppContext>
       <BeanContext id="fooApp/greenModule/CalculatorBean">
       </BeanContext>
       <BeanContext id="fooApp/blueModule/CalculatorBean">
       </BeanContext>
       <BeanContext id="fooApp/redModule/CoolBean">
       </BeanContext>
       <BeanContext id="fooApp/redModule/NeatBean">
       </BeanContext>
    <AppContext>


-David

Reply via email to