-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
A common application integration pattern is to create MBean services that bind objects (or themselves) to JNDI.
These objects bound to JNDI are then used in EJBs.
It seems generally useful to provide a class with JBoss, similar to ServiceMBeanSupport, which allows users to bind objects to the local JNDI.
A lot of JBoss services do bind objects to JNDI and could probably extend from this base class.
http://wiki.jboss.org/wiki/Wiki.jsp?page=BindMBeanToJNDI
Additional ideas: Create an attribute "BindObject". Then users could do something like:
<attribute name="BindObject" attributeClass="..."
serialDataType="javaBean">
</attribute>
- is incorporated by
-
JBNAME-12 Create an BindingsInitializer bean
- Resolved