Jochen H [
http://community.jboss.org/people/Jochus] created the discussion
"MBean created with @Service annotation needs descriptions in JMX-console"
To view the discussion, visit:
http://community.jboss.org/message/534941#534941
--------------------------------------------------------------
I have a class which I annotated with @Service (org.jboss.annotation.ejb.Service). So my
class will be a message driven bean which appears in the JMX-console.
I have some methods in that class that don't have a description in the JMX-concole.
The parameters are also not foreseen with descriptions. For some methods, it's not
clear which parameter is which. For some methods, you have to specify a date with a
certain date format. I want to specify that date format in the description of the
parameter
So this is how it looks now ...
** p1 [ ] (no description)
** p2 [ ] (no description)
This is how I want it be looking ...
** p1 [ ] (startdate (use: yyyy/MM/dd))
** p2 [ ] (enddate (use: yyyy/MM/dd))
Any idea's?
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/534941#534941]
Start a new discussion in JBoss Messaging at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]