if a .jws source file contains a package a FNF exception is thrown
------------------------------------------------------------------
Key: AXIS-1758
URL: http://issues.apache.org/jira/browse/AXIS-1758
Project: Axis
Type: Bug
Components: Basic Architecture
Versions: 1.1
Environment: Tomcat 4.1, Windows XP
Reporter: Michael Oliver
Priority: Minor
if myfile.jws is located at /webapps/axis/myfile.jws and the myfile.jws
contains a package com.mystuff the myfile.class file is compiled to
/jwsclasses/com/mystuff/myfile.class
however accessing it with http://localhost:8080/axis/myfile.jws?wsdl yields a
file not found exception
if you locate the myfile.jws at /webapps/axis/com/mystuff/myfile.jws then the
myfile.class shows up at /jwsclasses/com/mystuff/com/mystuff/myfile.class
with no improvement in access.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira