0 Replies Latest reply on Feb 9, 2004 4:02 PM by nagulapati

    Strange question

    nagulapati

      Hello All,

      I have configured Axis 1.1 with JBoss 3.2.1 and I am encountering a strange behavior. One of the jar files in the systems classpath is not visible to JBoss classloader. To be more specific, I am getting this error:

      NoClassDefFoundError: javax/xml/rpc/ServiceException

      This particular class is in "jaxrpc.jar" of the axis library. I had set up my system's classpath to point to this directory but somehow JBoss was not able to locate the jar file.

      To overcome this problem, I had to specifically edit the "run.sh" script in the bin directory of JBoss and had to edit the "JBOSS_CLASSPATH" to include the "jaxrpc.jar" and it worked fine. Isnt this an adnormal behavior, I was under the assumption that the system's classpath would be recognized by JBoss application server. Isnt it so?

      JBOSS.NET/SOAP forum is almost "dead" and I was unable to get my queries answered. Hopefully someone would be able to help me out with this :)

      If anyone has configured Axis with JBoss, could you please inform me the various jar files you have in your system/jboss classpath?

      Thanks a lot in advance,
      Vivek