[jboss-jira] [JBoss JIRA] Resolved: (JBAS-3767) Create a canonical "JndiServiceMBeanSupport" useful for binding objects to JNDI
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Mon Oct 13 22:14:20 EDT 2008
[ https://jira.jboss.org/jira/browse/JBAS-3767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Scott M Stark resolved JBAS-3767.
---------------------------------
Fix Version/s: JBossAS-5.0.0.GA
Resolution: Done
For the 5.0.0.GA work to make the naming service more of a pojo service that integrates better with the microcontainer, there is a BindingsInitializer that can be used for this binding behavior.
https://jira.jboss.org/jira/browse/JBNAME-12
> Create a canonical "JndiServiceMBeanSupport" useful for binding objects to JNDI
> -------------------------------------------------------------------------------
>
> Key: JBAS-3767
> URL: https://jira.jboss.org/jira/browse/JBAS-3767
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: JMX
> Reporter: Elias Ross
> Assignee: Scott M Stark
> Fix For: JBossAS-5.0.0.GA
>
>
> 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list