2 Replies Latest reply on Feb 13, 2007 5:30 PM by timmytool

    Java 1.6 sdk breaks JBoss web services

    ggifford

      After installing Java 1.6, I get exceptions in JBoss when web services are invoked by the client. They worked fine in Java 1.5.

      Based on a previous entry, I fixed the SOAPFaultException with setProperty... by copying jboss-saaj.jar and jboss.jaxrpc.jar into /lib/endorsed. But now I get NoClassDefFoundError: org/jboss/logging/Logger...

      I am stuck. Is there any way to fix this? I need to get web services working with Java 1.6.

      Thank you,
      Glenn