0 Replies Latest reply on Aug 12, 2002 6:54 AM by bertrand2

    JBoss 3.0.1 / Servlet / Castor XML

    bertrand2

      Hi,

      Inside a Web Archive (WAR), I've got a servlet which uses Castor XML to transform an XML file into a Java Object. The servlet works in Websphere Test Environnement but not in JBoss 3.0.1.

      When the WAR is deployed, I get :
      11:38:09,488 INFO [STDOUT] org.exolab.castor.mapping.MappingException: Nested error: org.exolab.castor.mapping.MappingException: Could not find the class com.socgen.common.client.technical.broker.Liste : Erreur de parsing du fichier de configuration [DataFactory.xml].

      (but com.socgen.common.client.technical.broker.Liste HAS been put inside the WEB-INF/classes directory of the WAR by ANT)

      bertrand