If I call http://localhost/axis/EchoHeaders.jws?method=list, I get the following error:
Error compiling /opt/jboss/server/default/deploy/axis.war/WEB-INF/jwsClasses/EchoHeaders.java: Line 21, column 26: package javax.servlet.http does not exist Line 92, column -1: cannot find symbol Line 36, column -1: cannot find symbol Line 56, column -1: cannot find symbol Line 94, column -1: cannot find symbol Line 94, column -1: cannot find symbol Line 0, column 0: Note: /opt/jboss/server/default/deploy/axis.war/WEB-INF/jwsClasses/EchoHeaders.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 6 errors But the package javax.servlet.php should be standard in JDK (using JDK "1.5.0_02). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890411#3890411 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890411 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
