[jboss-user] [Microcontainer] - Re: Class loading conflict

alesj do-not-reply at jboss.com
Fri Aug 14 06:37:42 EDT 2009


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



More information about the jboss-user mailing list