[jbossws-issues] [JBoss JIRA] Updated: (JBWS-1444) Adding Java 5 Generics for Webservices

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Wed Jan 13 07:37:30 EST 2010


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

Alessio Soldano updated JBWS-1444:
----------------------------------

    Fix Version/s: community contributions


> Adding Java 5 Generics for Webservices
> --------------------------------------
>
>                 Key: JBWS-1444
>                 URL: https://jira.jboss.org/jira/browse/JBWS-1444
>             Project: JBoss Web Services
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-native
>    Affects Versions: jbossws-1.0.3
>         Environment: All
>            Reporter: Olivier PEPIN
>             Fix For: community contributions
>
>
> It would be really convinient to make jboss WS and jsr-181 support Generics in a Webservice interface.
> ie:
> @WebMethod
> public ContentSet getContent()
> {
> ...
> }
> with:
> public class ContentSet<T>
> {
> T[] items;
> ....
> ....
> }
> On Jboss 4.0.5 (jboss-ws 1.0.3), the generated wsdl does not generate the correct types and the webservice dos not work. 
> Comment from Thomas Diesler: his is not yet supported. You could create a feature request in jira.
>  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list