sacarro [
https://community.jboss.org/people/sacarro] created the discussion
"Re: Classloading Issues"
To view the discussion, visit:
https://community.jboss.org/message/782674#782674
--------------------------------------------------------------
Jesper,
I ended up adding a META-INF/jboss-deployment-structure.xml that included
<?xml version="1.0" encoding="UTF-8"?>
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.0">
<deployment>
<dependencies>
<module name="deployment.test.rar"
slot="main" />
</dependencies>
</deployment>
</jboss-deployment-structure>
That seems to resolve the class loading issue.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/782674#782674]
Start a new discussion in IronJacamar at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]