[jbossws-issues] [JBoss JIRA] Updated: (JBWS-2843) wsprovide tool does not check the annotation and method signature

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Fri Nov 19 06:41:07 EST 2010


     [ https://jira.jboss.org/browse/JBWS-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessio Soldano updated JBWS-2843:
----------------------------------

    Fix Version/s: jbossws-native-4.0
                       (was: jbossws-native-3.4.1)


> wsprovide tool does not check the annotation and method signature
> -----------------------------------------------------------------
>
>                 Key: JBWS-2843
>                 URL: https://jira.jboss.org/browse/JBWS-2843
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-native
>            Reporter: Jim Ma
>            Assignee: Jim Ma
>             Fix For: jbossws-native-4.0
>
>
> wsprovide tool will generate wrong wsdl for this wrong jaxws annotated add method (the parameter style should be wrapped:
> @SOAPBinding(parameterStyle = ParameterStyle.BARE)
> public class Test {
> @WebMethod
> public int add(int a, int b)
> {
> return(a + b);
> }
> We should validate this method and it's annotation before generate wsdl . 

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

        


More information about the jbossws-issues mailing list