I have the strangest error, I have 3 jws files all of which access other classes that I have wrote. To enable them to be imported I have created a jar file of all the classes and placed the jar in the classpath. From reason two of the files are giving me the following error while the 3rd one works fine. They are all the same in the sense that its one method that is deployed and inside that method another class is called.

 

PLEASE if anyone can help I be would really appricated it, im completely stumped!!

 

Thanks

Suzy

 

Fault - Error while compiling:  /usr/local/jakarta-tomcat-5.0.27/webapps/axis/WEB-INF/jwsClasses/CustomerDateValidation.java

AxisFault
 faultCode: {http://xml.apache.org/axis/}Server.compileError
 faultSubcode: 
 faultString: Error while compiling:  /usr/local/jakarta-tomcat-5.0.27/webapps/axis/WEB-INF/jwsClasses/DateValidation.java
 faultActor: 
 faultNode: 
 faultDetail: 
        {}Errors: Error compiling /usr/local/jakarta-tomcat-5.0.27/webapps/axis/WEB-INF/jwsClasses/DateValidation.java:
Line 0, column 0: could not parse error message:  Note: sun.tools.javac.Main has been deprecated.
/usr/local/jakarta-tomcat-5.0.27/webapps/axis/WEB-INF/jwsClasses/DateValidation.java:18: Class test.DataManager not found in import.
import test.DataManager;
       ^
 
Line 19, column 7:  Class test.DataManagerException not found in import.
Line 20, column 7:  Class test.business.DataManagerFactory not found in import.
Line 0, column 0: 
3 errors, 1 warning

 

Reply via email to