[jboss-user] [Management, JMX/JBoss] - Re: Listing EJB and services
genman
do-not-reply at jboss.com
Fri Dec 15 18:51:21 EST 2006
First of all, you might want to go with EJB3.
Then, you might want to look at this:
http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/jboss_deployment_descriptor.html#d0e499
I would expose your EJBs as services through JMX.
How do you mark each one? Instead of an annotation, you could use a marker JMX property, e.g.
example:mybean=Name,monitor=true
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994372#3994372
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994372
More information about the jboss-user
mailing list