Ah, great. Where should I make this change in JBossAS? in deployers.xml? I see this:
| <classloader name="deployers-classloader"
xmlns="urn:jboss:classloader:1.0" export-all="NON_EMPTY"
import-all="true">
| <root>${jboss.lib.url}jboss-deployers-core-spi.jar</root>
| <root>${jboss.lib.url}jboss-deployers-core.jar</root>
| <root>${jboss.lib.url}jboss-deployers-client-spi.jar</root>
| <root>${jboss.lib.url}jboss-deployers-client.jar</root>
| ...blah blah...
|
Should I change this import-all to "false"?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194511#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...