JBoss Community

Re: JBoss 5.1 AS - java.lang.NoClassDefFoundError: org/jdom/Parent

created by Michael Whitman in Beginner's Corner - View the full discussion

anyone... Beuller?

This app ran under Jboss 4 fine. I understand JBoss 5 has a new classloader but the documentation does not seem to be very good.  I want a jar deployed in my war to supersede any other jars that are part of Jboss or other apps.

 

Tried this but I am getting the same org.jdom.JDOMException: java.lang.NoClassDefFoundError: org/jdom/Parent: org/jdom/Parent error:

 

<classloading xmlns="urn:jboss:classloading:1.0"  

    name="LitigatorDataLoader.war"  

    domain="LitigatorDataLoader.war"> 

    parent-domain="Ignored" 

    export-all="NON_EMPTY"  

    import-all="true"

    parent-first="false"

    >  

</classloading>

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community