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 "Ravi Kumar (JIRA)" <ax...@ws.apache.org> on 2005/08/09 08:11:36 UTC

[jira] Created: (AXIS-2173) inputSchema in WSDL processing cant handle space in file

inputSchema in WSDL processing cant handle space in file
--------------------------------------------------------

         Key: AXIS-2173
         URL: http://issues.apache.org/jira/browse/AXIS-2173
     Project: Apache Axis
        Type: Bug
    Versions: 1.2.1    
    Reporter: Ravi Kumar


In class fromjava.Emitter     and in the createTypes(...) method ....

          StringTokenizer tokenizer = new StringTokenizer(inputSchema, ", ");  //delimitter of SPACE and COMMA
          needs to be changed to only comma delimiter

          StringTokenizer tokenizer = new StringTokenizer(inputSchema, ",");   //delimitter of COMMA only


-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-2173) inputSchema in WSDL processing cant handle space in file

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS-2173?page=comments#action_12319545 ] 

Davanum Srinivas commented on AXIS-2173:
----------------------------------------

this is by design...could you work around it?

> inputSchema in WSDL processing cant handle space in file
> --------------------------------------------------------
>
>          Key: AXIS-2173
>          URL: http://issues.apache.org/jira/browse/AXIS-2173
>      Project: Apache Axis
>         Type: Bug
>     Versions: 1.2.1
>     Reporter: Ravi Kumar

>
> In class fromjava.Emitter     and in the createTypes(...) method ....
>           StringTokenizer tokenizer = new StringTokenizer(inputSchema, ", ");  //delimitter of SPACE and COMMA
>           needs to be changed to only comma delimiter
>           StringTokenizer tokenizer = new StringTokenizer(inputSchema, ",");   //delimitter of COMMA only

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-2173) inputSchema in WSDL processing cant handle space in file

Posted by "Ravi Kumar (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS-2173?page=comments#action_12319633 ] 

Ravi Kumar commented on AXIS-2173:
----------------------------------

Dims,

Apart from not using schema with spaces in file path, I can't think of a workaround.

Am curious what is the design consideration for space AND comma

-Ravi

> inputSchema in WSDL processing cant handle space in file
> --------------------------------------------------------
>
>          Key: AXIS-2173
>          URL: http://issues.apache.org/jira/browse/AXIS-2173
>      Project: Apache Axis
>         Type: Bug
>     Versions: 1.2.1
>     Reporter: Ravi Kumar

>
> In class fromjava.Emitter     and in the createTypes(...) method ....
>           StringTokenizer tokenizer = new StringTokenizer(inputSchema, ", ");  //delimitter of SPACE and COMMA
>           needs to be changed to only comma delimiter
>           StringTokenizer tokenizer = new StringTokenizer(inputSchema, ",");   //delimitter of COMMA only

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira