You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/03/12 07:31:10 UTC

DO NOT REPLY [Bug 17906] New: - Sample JWS support not working on JBoss 3.06 w/ Jetty

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17906>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17906

Sample JWS support not working on JBoss 3.06 w/ Jetty

           Summary: Sample JWS support not working on JBoss 3.06 w/ Jetty
           Product: Axis
           Version: current (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Deployment / Registries
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: stevel@apache.org


This isnt Axis' fault, more the jboss classpath on an out-the-box JBoss with a
build of CVS_HEAD axis.war. Looks like the classpath for jboss somehow excludes
servlet.jar/j2ee.jar. 

-
<soapenv:Envelope>
-
<soapenv:Body>
-
<soapenv:Fault>
<faultcode>ns1:Server.compileError</faultcode>
-
<faultstring>
Error while compiling: 
C:\temp\Jetty_0_0_0_0_8080__axis\webapp\WEB-INF\jwsClasses\EchoHeaders.java
</faultstring>
-
<detail>
-
<Errors>
Error compiling
C:\temp\Jetty_0_0_0_0_8080__axis\webapp\WEB-INF\jwsClasses\EchoHeaders.java:
Line 0, column 0: could not parse error message:  Note: sun.tools.javac.Main has
been deprecated.
C:\temp\Jetty_0_0_0_0_8080__axis\webapp\WEB-INF\jwsClasses\EchoHeaders.java:59:
Class javax.servlet.http.HttpServletRequest not found in import.
import javax.servlet.http.HttpServletRequest;
       ^

Line 0, column 0: 
1 error, 1 warning
</Errors>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>