[jboss-jira] [JBoss JIRA] Commented: (JBMICROCONT-71) JMX Decorator for POJOs

David Ward (JIRA) jira-events at jboss.com
Sun Dec 3 19:45:56 EST 2006


    [ http://jira.jboss.com/jira/browse/JBMICROCONT-71?page=comments#action_12348111 ] 
            
David Ward commented on JBMICROCONT-71:
---------------------------------------

I took a look at the forum reference, which had an example like this:

<bean name="Bean1" ...>
   <annotation name="org.jboss.jndi.Binding">
       <attribute name="JndiName">whatever</attribute>
   </annotation/>
</bean>

And I was thinkin'...  Wouldn't decorating Microcontainer POJOs as MBeans, or making them available in JNDI be such a desirable, common thing for people to want to do, that the above syntax should be made easier?  Maybe a shorthand, like this:

<bean
    name="Bean1"
    jmx-name="jboss.foobar:service=Bean1"
    jndi-name="java:/foobar/Bean1"
    class="com.foobar.Bean1" />

Thanks!
David

> JMX Decorator for POJOs
> -----------------------
>
>                 Key: JBMICROCONT-71
>                 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-71
>             Project: JBoss MicroContainer
>          Issue Type: Task
>          Components: General
>            Reporter: Adrian Brock
>         Assigned To: Adrian Brock
>             Fix For: JBossMC_2_0_0_CR1
>
>
> Complete the prototype JMX Decorator for POJOs
> This needs to include links into JSR77 not just JMX

-- 
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