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 ji...@apache.org on 2004/06/09 22:14:10 UTC

[jira] Closed: (AXIS-1373) JWSHandler: wrong handling of configurable filename extension

Message:

   The following issue has been closed.

   Resolver: Davanum Srinivas
       Date: Wed, 9 Jun 2004 1:12 PM

Fixed in latest cvs.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1373

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1373
    Summary: JWSHandler: wrong handling of configurable filename extension
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: Axis
   Fix Fors:
             current (nightly)
   Versions:
             current (nightly)

   Assignee: 
   Reporter: Biörn Biörnstad

    Created: Fri, 28 May 2004 10:22 AM
    Updated: Wed, 9 Jun 2004 1:12 PM

Description:
JWSHandler can be configured to use a different extension than '.jws' but assumes that the extension has a fixed length of four (period plus 3 letters).

When the java compiler is called with the generated filename it complains since the file name doesn't end in '.java'.

See the debugging output for an example.

---- logging output of JWSHandler ----

2004-05-28 18:56:30,655 DEBUG [http8080-Processor23]           JWSHandler - Enter: JWSHandler::invoke
2004-05-28 18:56:30,657 DEBUG [http8080-Processor23]           JWSHandler - Exit: JWSHandler::invoke
2004-05-28 18:56:30,657 DEBUG [http8080-Processor23]           JWSHandler - Enter: JWSHandler::invoke
2004-05-28 18:56:30,658 DEBUG [http8080-Processor23]           JWSHandler - jwsFile: /pub/A1000/bioern/software/jakarta-tomcat-5.0.16/webapps/wsjms/EchoHeaders.foobar
2004-05-28 18:56:30,658 DEBUG [http8080-Processor23]           JWSHandler - jFile: /pub/A1000/bioern/software/jakarta-tomcat-5.0.16/webapps/wsjms/WEB-INF/jwsClasses/EchoHeaders.foojava
2004-05-28 18:56:30,658 DEBUG [http8080-Processor23]           JWSHandler - cFile: /pub/A1000/bioern/software/jakarta-tomcat-5.0.16/webapps/wsjms/WEB-INF/jwsClasses/EchoHeaders.fooclass
2004-05-28 18:56:30,659 DEBUG [http8080-Processor23]           JWSHandler - outdir: /pub/A1000/bioern/software/jakarta-tomcat-5.0.16/webapps/wsjms/WEB-INF/jwsClasses
2004-05-28 18:56:30,659 DEBUG [http8080-Processor23]           JWSHandler - ClsName: EchoHeaders.fo
2004-05-28 18:56:30,660 DEBUG [http8080-Processor23]           JWSHandler - Compiling:  /pub/A1000/bioern/software/jakarta-tomcat-5.0.16/webapps/wsjms/EchoHeaders.foobar
2004-05-28 18:56:30,660 DEBUG [http8080-Processor23]           JWSHandler - copy /pub/A1000/bioern/software/jakarta-tomcat-5.0.16/webapps/wsjms/EchoHeaders.foobar /pub/A1000/bioern/software/jakarta-tomcat-5.0.16/webapps/wsjms/WEB-INF/jwsClasses/EchoHeaders.foojava
2004-05-28 18:56:30,668 DEBUG [http8080-Processor23]           JWSHandler - javac /pub/A1000/bioern/software/jakarta-tomcat-5.0.16/webapps/wsjms/WEB-INF/jwsClasses/EchoHeaders.foojava
2004-05-28 18:56:31,097 ERROR [http8080-Processor23]           JWSHandler - Exception:
...


---------------------------------------------------------------------
JIRA INFORMATION:
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