[jboss-user] [Clustering/JBoss] - Re: Running JBoss with run -c all reboots Windows XP

bstansberry@jboss.com do-not-reply at jboss.com
Thu Dec 21 11:42:26 EST 2006


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



More information about the jboss-user mailing list