0 Replies Latest reply on Mar 20, 2005 9:26 AM by eelgueta

    Differences between JBoss 4.0.0 and 4.0.1sp1

    eelgueta

      Hi again,

      After struggling with Eclipse/JBoss/Tomcat/Axis for a week, I got a version that runs smoothly on my dev machine: j2sdk1.4.2_04/JBoss 4.0.0/Windows XP SP2.

      But when I deploy to the production server it doesn't work. It's a JBoss 4.0.1sp1 under Red Hat's White Box Linux, j2sdk1.4.2_07. I installed this copy myself, and it doesn't have any extra jar or class.

      The error I get is:
      java.lang.NoClassDefFoundError: javax/xml/messaging/URLEndpoint

      The source code that generates the exception is (only pertinent lines):
      import javax.xml.messaging.URLEndpoint;

      URLEndpoint endPoint = new URLEndpoint( ""https://webservices.somserver.com/cat" );

      For development, I'm using Eclipse 3.0 with the Lomboz plugin.

      What could be the differnce between this two versions that may cause this inconsistence?

      Thanks all,

      Ed.