You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Balaji Ravi (JIRA)" <ji...@apache.org> on 2006/09/26 15:54:50 UTC

[jira] Created: (CXF-118) ClassCastException in WSDLServiceBuilder if a wsdl is not wrapped doc style.

ClassCastException in WSDLServiceBuilder if a wsdl is not wrapped doc style.
----------------------------------------------------------------------------

                 Key: CXF-118
                 URL: http://issues.apache.org/jira/browse/CXF-118
             Project: CeltiXfire
          Issue Type: Bug
    Affects Versions: 2.0-M1
            Reporter: Balaji Ravi
         Assigned To: Balaji Ravi
             Fix For: 2.0-M1


If i have a wsdl that is not a wrapped doc-style wsdl, i get a classcast exception in the WsdlServiceBuilder class.

-- 
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] Assigned: (CXF-118) ClassCastException in WSDLServiceBuilder if a wsdl is not wrapped doc style.

Posted by "willem Jiang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-118?page=all ]

willem Jiang reassigned CXF-118:
--------------------------------

    Assignee: willem Jiang

> ClassCastException in WSDLServiceBuilder if a wsdl is not wrapped doc style.
> ----------------------------------------------------------------------------
>
>                 Key: CXF-118
>                 URL: http://issues.apache.org/jira/browse/CXF-118
>             Project: CeltiXfire
>          Issue Type: Bug
>    Affects Versions: 2.0-M1
>            Reporter: Balaji Ravi
>         Assigned To: willem Jiang
>             Fix For: 2.0-M1
>
>         Attachments: HelloWorld.wsdl, wsdlservicebuilder.patch
>
>
> If i have a wsdl that is not a wrapped doc-style wsdl, i get a classcast exception in the WsdlServiceBuilder class.

-- 
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] Updated: (CXF-118) ClassCastException in WSDLServiceBuilder if a wsdl is not wrapped doc style.

Posted by "Balaji Ravi (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-118?page=all ]

Balaji Ravi updated CXF-118:
----------------------------

    Attachment: HelloWorld.wsdl

I have attached the wsdl that i used. Create a simple server & run it.

> ClassCastException in WSDLServiceBuilder if a wsdl is not wrapped doc style.
> ----------------------------------------------------------------------------
>
>                 Key: CXF-118
>                 URL: http://issues.apache.org/jira/browse/CXF-118
>             Project: CeltiXfire
>          Issue Type: Bug
>    Affects Versions: 2.0-M1
>            Reporter: Balaji Ravi
>         Assigned To: Balaji Ravi
>             Fix For: 2.0-M1
>
>         Attachments: HelloWorld.wsdl, wsdlservicebuilder.patch
>
>
> If i have a wsdl that is not a wrapped doc-style wsdl, i get a classcast exception in the WsdlServiceBuilder class.

-- 
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] Updated: (CXF-118) ClassCastException in WSDLServiceBuilder if a wsdl is not wrapped doc style.

Posted by "Balaji Ravi (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-118?page=all ]

Balaji Ravi updated CXF-118:
----------------------------

    Assignee:     (was: Balaji Ravi)

> ClassCastException in WSDLServiceBuilder if a wsdl is not wrapped doc style.
> ----------------------------------------------------------------------------
>
>                 Key: CXF-118
>                 URL: http://issues.apache.org/jira/browse/CXF-118
>             Project: CeltiXfire
>          Issue Type: Bug
>    Affects Versions: 2.0-M1
>            Reporter: Balaji Ravi
>             Fix For: 2.0-M1
>
>         Attachments: HelloWorld.wsdl, wsdlservicebuilder.patch
>
>
> If i have a wsdl that is not a wrapped doc-style wsdl, i get a classcast exception in the WsdlServiceBuilder class.

-- 
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: (CXF-118) ClassCastException in WSDLServiceBuilder if a wsdl is not wrapped doc style.

Posted by "Balaji Ravi (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/CXF-118?page=comments#action_12437999 ] 
            
Balaji Ravi commented on CXF-118:
---------------------------------

It is because the checkstyle requires only 6 return statements & that is why i had changed it to using a flag.

> ClassCastException in WSDLServiceBuilder if a wsdl is not wrapped doc style.
> ----------------------------------------------------------------------------
>
>                 Key: CXF-118
>                 URL: http://issues.apache.org/jira/browse/CXF-118
>             Project: CeltiXfire
>          Issue Type: Bug
>    Affects Versions: 2.0-M1
>            Reporter: Balaji Ravi
>         Assigned To: Balaji Ravi
>             Fix For: 2.0-M1
>
>         Attachments: wsdlservicebuilder.patch
>
>
> If i have a wsdl that is not a wrapped doc-style wsdl, i get a classcast exception in the WsdlServiceBuilder class.

-- 
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] Resolved: (CXF-118) ClassCastException in WSDLServiceBuilder if a wsdl is not wrapped doc style.

Posted by "willem Jiang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-118?page=all ]

willem Jiang resolved CXF-118.
------------------------------

    Resolution: Fixed

> ClassCastException in WSDLServiceBuilder if a wsdl is not wrapped doc style.
> ----------------------------------------------------------------------------
>
>                 Key: CXF-118
>                 URL: http://issues.apache.org/jira/browse/CXF-118
>             Project: CeltiXfire
>          Issue Type: Bug
>    Affects Versions: 2.0-M1
>            Reporter: Balaji Ravi
>         Assigned To: willem Jiang
>             Fix For: 2.0-M1
>
>         Attachments: HelloWorld.wsdl, wsdlservicebuilder.patch
>
>
> If i have a wsdl that is not a wrapped doc-style wsdl, i get a classcast exception in the WsdlServiceBuilder class.

-- 
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: (CXF-118) ClassCastException in WSDLServiceBuilder if a wsdl is not wrapped doc style.

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/CXF-118?page=comments#action_12437949 ] 
            
Daniel Kulp commented on CXF-118:
---------------------------------

Can you also attach a testcase or wsdl for this problem?  

That said, I'm not a fan of all the "passedRule" changes.   I'd much rather return immediately than delay.  

> ClassCastException in WSDLServiceBuilder if a wsdl is not wrapped doc style.
> ----------------------------------------------------------------------------
>
>                 Key: CXF-118
>                 URL: http://issues.apache.org/jira/browse/CXF-118
>             Project: CeltiXfire
>          Issue Type: Bug
>    Affects Versions: 2.0-M1
>            Reporter: Balaji Ravi
>         Assigned To: Balaji Ravi
>             Fix For: 2.0-M1
>
>         Attachments: wsdlservicebuilder.patch
>
>
> If i have a wsdl that is not a wrapped doc-style wsdl, i get a classcast exception in the WsdlServiceBuilder class.

-- 
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] Updated: (CXF-118) ClassCastException in WSDLServiceBuilder if a wsdl is not wrapped doc style.

Posted by "Balaji Ravi (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-118?page=all ]

Balaji Ravi updated CXF-118:
----------------------------

    Attachment: wsdlservicebuilder.patch

Included a patch that fixes the bug.

> ClassCastException in WSDLServiceBuilder if a wsdl is not wrapped doc style.
> ----------------------------------------------------------------------------
>
>                 Key: CXF-118
>                 URL: http://issues.apache.org/jira/browse/CXF-118
>             Project: CeltiXfire
>          Issue Type: Bug
>    Affects Versions: 2.0-M1
>            Reporter: Balaji Ravi
>         Assigned To: Balaji Ravi
>             Fix For: 2.0-M1
>
>         Attachments: wsdlservicebuilder.patch
>
>
> If i have a wsdl that is not a wrapped doc-style wsdl, i get a classcast exception in the WsdlServiceBuilder class.

-- 
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