I recall back when i was looking at the undependencys that : -the "callchain" used by jboss_redhat_init.sh stop is using these MBeans
"JMX:name=Connector,type=RMI" "Adaptor:name=html" "JBOSS-SYSTEM:service=Naming" and when they go out of scope (naming) ... no more is logged ? ... --so those MBeans should be excluded in a shutdown from the "JBOSS-SYSTEM:spine=ServiceController" ... then this AUTOMATED message will disappear ... ---one way would be to defer unloading those, to lastly unload from main ? ... so maybe introduce a exclude list in ServiceController and also use the same list to close those last and after the ServiceController is unloaded ... as I recall not closing them explicitly did not disturb logging or restart (hanged ServerSockets) ... so Just exluding them works ! ... /peter_f "If we knew what it was we were doing, it would not be called research, would it?" -Einstein _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
