This content has been marked as final.
Show 1 reply
-
1. Re: Help:Cannot obtain endpoint meta data!
merbel Apr 17, 2015 7:52 AM (in response to caijc)In my case I had to add jboss-web.xml inside WEB-INF. Example is here:
<?xml version='1.0' encoding='UTF-8' ?>
<jboss-web>
<class-loading java2ClassLoadingCompliance="false">
<loader-repository>
package:system.war=unique-system.war
<loader-repository-config>java2ParentDelegation=false</loader-repository-config>
</loader-repository>
</class-loading>
</jboss-web>