[jboss-jira] [JBoss JIRA] Created: (JBAS-3767) Create a canonical "JndiServiceMBeanSupport" useful for binding objects to JNDI

Elias Ross (JIRA) jira-events at jboss.com
Sat Oct 14 15:58:41 EDT 2006


Create a canonical "JndiServiceMBeanSupport" useful for binding objects to JNDI
-------------------------------------------------------------------------------

                 Key: JBAS-3767
                 URL: http://jira.jboss.com/jira/browse/JBAS-3767
             Project: JBoss Application Server
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: JMX
            Reporter: Elias Ross
         Assigned To: Scott M Stark



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>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list