@gogoasa
The messages you are referencing from the log are in fact INFO messages, which are just
incorrectly written to STDERR and then wrapped by the logging system to ERROR level. So
nothing to bother really. Do you get any other errors that indicate the web console
doesn't work?
Regarding isolation, instead of changing the class loader setting for the complete app
server, you could do this on a per-application basis as well. In your case by setting it
inside your *.ear/META-INF/jboss-appl.xml configuration. Have a look at
http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration for a complete overview
of this topic.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062029#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...