0 Replies Latest reply on Mar 15, 2004 3:55 PM by hlakshman

    Jboss3.2.3 and JDK1.4

    hlakshman

      Hi,
      I downloaded Jboss3.2.3 and installed the same. When I deployed my ear file (which was working fine in Jboss3.2.1) I get the follwing error
      ========
      13:28:15,202 ERROR [Engine] ----- Root Cause -----
      java.lang.NoClassDefFoundError: javax/xml/transform/TransformerException
      at reefwork.management.adapter.ConfigurationFile.(Unknown Source)
      ============

      Please note the following
      1. It happens only with JDk1.4+ and not with JDK1.3
      2. The application worked fine in Jboss3.2.1 with JDK1.4
      3. I tried the endorsed mechanism as suggested by Sun but the problem still remains.

      Please let me know what is different in 3.2.3 as compared to 3.2.1

      Thank you very much for your time
      __Hari