You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Chris Moesel (JIRA)" <ji...@apache.org> on 2007/05/09 16:55:15 UTC

[jira] Created: (CXF-639) Maven Codegen Plugin Fails For CXF WSDL URLs

Maven Codegen Plugin Fails For CXF WSDL URLs
--------------------------------------------

                 Key: CXF-639
                 URL: https://issues.apache.org/jira/browse/CXF-639
             Project: CXF
          Issue Type: Bug
          Components: Tooling
    Affects Versions: 2.0
            Reporter: Chris Moesel
            Priority: Minor


The codegen plugin fails if you set the WSDL to a URL instead of a file.  For example, this would fail:
<wsdl>http://localhost:8080/MyService?wsdl</wsdl>

The reason is because the codegen plugin creates a DONE marker file that uses the WSDL filename as part of the DONE marker file name.  In the case above, the filename would include the '?' character, which is illegal as a character in a filename (at least on windows it is).

I am including a simple patch to fix the bug.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-639) Maven Codegen Plugin Fails For CXF WSDL URLs

Posted by "Chris Moesel (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Moesel updated CXF-639:
-----------------------------

    Description: 
The codegen plugin fails if you set the WSDL to a URL instead of a file.  For example, this WSDL param would fail:
http://localhost:8080/MyService?wsdl

The reason is because the codegen plugin creates a DONE marker file that uses the WSDL filename as part of the DONE marker file name.  In the case above, the filename would include the '?' character, which is illegal as a character in a filename (at least on windows it is).

I am including a simple patch to fix the bug.

  was:
The codegen plugin fails if you set the WSDL to a URL instead of a file.  For example, this would fail:
<wsdl>http://localhost:8080/MyService?wsdl</wsdl>

The reason is because the codegen plugin creates a DONE marker file that uses the WSDL filename as part of the DONE marker file name.  In the case above, the filename would include the '?' character, which is illegal as a character in a filename (at least on windows it is).

I am including a simple patch to fix the bug.


> Maven Codegen Plugin Fails For CXF WSDL URLs
> --------------------------------------------
>
>                 Key: CXF-639
>                 URL: https://issues.apache.org/jira/browse/CXF-639
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0
>            Reporter: Chris Moesel
>            Priority: Minor
>
> The codegen plugin fails if you set the WSDL to a URL instead of a file.  For example, this WSDL param would fail:
> http://localhost:8080/MyService?wsdl
> The reason is because the codegen plugin creates a DONE marker file that uses the WSDL filename as part of the DONE marker file name.  In the case above, the filename would include the '?' character, which is illegal as a character in a filename (at least on windows it is).
> I am including a simple patch to fix the bug.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-639) Maven Codegen Plugin Fails For CXF WSDL URLs

Posted by "Chris Moesel (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Moesel updated CXF-639:
-----------------------------

    Attachment: CXF-639.patch

Attaching patch to fix bug.

> Maven Codegen Plugin Fails For CXF WSDL URLs
> --------------------------------------------
>
>                 Key: CXF-639
>                 URL: https://issues.apache.org/jira/browse/CXF-639
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0
>            Reporter: Chris Moesel
>            Priority: Minor
>         Attachments: CXF-639.patch
>
>
> The codegen plugin fails if you set the WSDL to a URL instead of a file.  For example, this WSDL param would fail:
> http://localhost:8080/MyService?wsdl
> The reason is because the codegen plugin creates a DONE marker file that uses the WSDL filename as part of the DONE marker file name.  In the case above, the filename would include the '?' character, which is illegal as a character in a filename (at least on windows it is).
> I am including a simple patch to fix the bug.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CXF-639) Maven Codegen Plugin Fails For CXF WSDL URLs

Posted by "maomaode (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

maomaode reassigned CXF-639:
----------------------------

    Assignee: maomaode

> Maven Codegen Plugin Fails For CXF WSDL URLs
> --------------------------------------------
>
>                 Key: CXF-639
>                 URL: https://issues.apache.org/jira/browse/CXF-639
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0
>            Reporter: Chris Moesel
>         Assigned To: maomaode
>            Priority: Minor
>         Attachments: CXF-639.patch
>
>
> The codegen plugin fails if you set the WSDL to a URL instead of a file.  For example, this WSDL param would fail:
> http://localhost:8080/MyService?wsdl
> The reason is because the codegen plugin creates a DONE marker file that uses the WSDL filename as part of the DONE marker file name.  In the case above, the filename would include the '?' character, which is illegal as a character in a filename (at least on windows it is).
> I am including a simple patch to fix the bug.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-639) Maven Codegen Plugin Fails For CXF WSDL URLs

Posted by "maomaode (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

maomaode resolved CXF-639.
--------------------------

    Resolution: Fixed

> Maven Codegen Plugin Fails For CXF WSDL URLs
> --------------------------------------------
>
>                 Key: CXF-639
>                 URL: https://issues.apache.org/jira/browse/CXF-639
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0
>            Reporter: Chris Moesel
>         Assigned To: maomaode
>            Priority: Minor
>         Attachments: CXF-639.patch
>
>
> The codegen plugin fails if you set the WSDL to a URL instead of a file.  For example, this WSDL param would fail:
> http://localhost:8080/MyService?wsdl
> The reason is because the codegen plugin creates a DONE marker file that uses the WSDL filename as part of the DONE marker file name.  In the case above, the filename would include the '?' character, which is illegal as a character in a filename (at least on windows it is).
> I am including a simple patch to fix the bug.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.