You put wrong attribute. ;-)

j2seClassLoadingCompliance --> parent-first

I guess we should validate this xmls.

So, this does the trick for me:

  | <classloading xmlns="urn:jboss:classloading:1.0"
  |     domain="some-name"
  |     name="some-name"
  |     import-all="true"
  |     export-all="NON_EMPTY"
  |     version="0.0.0"
  |     parent-first="false"
  |     parentDomain="DefaultDomain"
  | />  
  | 

Simply put this into your deployment/app.

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

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

Reply via email to