If you enable TRACE logging for category org.jboss.jaxr.juddi, is anything 
further logged after DEBUG [org.jboss.system.ServiceCreator] About to create 
bean: jboss:service=juddi with code: org.jboss.jaxr.juddi.JUDDIService?

All that's going on between the logging of that message and the normal 
subsequent message is instantiation of the object and registration with the JMX 
server.  The instantiation is very straightforward; just initialize a bunch of  
boolean fields and a few others to null.  Most complex thing is creating a 
logger.  There's nothing special about the JMX registration for this service 
either.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995657#3995657

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995657
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to