[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-8347) top down ws impl class should contain throws clause if it's present in generated ws interface

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Fri Apr 8 16:25:34 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-8347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594580#comment-12594580 ] 

Brian Fitzpatrick commented on JBIDE-8347:
------------------------------------------

Ok, now I'm confused. When I generate the service classes from the sample.wsdl, I'm not seeing the throws declaration even in the DividePortType interface file. 

I'm seeing this (minus annotations):

    public OperationResponse divideOperation(OperationRequest parameters); 

And that's being converted correctly by the code that generates the implementation. 

This is with SOA-P 5.1 as the back-end with JBossWS. 

> top down ws impl class should contain throws clause if it's present in generated ws interface
> ---------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-8347
>                 URL: https://issues.jboss.org/browse/JBIDE-8347
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Webservices
>    Affects Versions: 3.2.0.Final
>            Reporter: Lukas Jungmann
>            Assignee: Brian Fitzpatrick
>             Fix For: 3.2.1
>
>         Attachments: sample.wsdl
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> -have attached WSDL which defines operations with faults
> -create a web service in a web project from it
> => generated web service implementation class does not contain 'throws' clause for methods which do have it declared in generated SEI

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list