2 Replies Latest reply on Aug 7, 2003 6:30 AM by furman

    Classloader problems

    furman

      Hi,

      I'm trying to use xerces 1 .4 with JBoss 3.2.1. I've defined the loader repository for my ear and added xerces.jar to the ear and to the application.xml. When I ran my application, I got NoClassDefFound error for org.apache.xerces.framework.XMLParser, but management panel says class is available:

      ### Instance0 found in UCL: org.jboss.mx.loading.UnifiedClassLoader3@15ddba{ url=file:/D:/Java/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy/ni.ear/33.ni.ear ,addedOrder=27}

      What's wrong?