[jbossws-issues] [JBoss JIRA] Commented: (JBWS-2690) JAXRPC deployment type detection is buggy

Richard Opalka (JIRA) jira-events at lists.jboss.org
Mon Jun 22 09:27:56 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBWS-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12473248#action_12473248 ] 

Richard Opalka commented on JBWS-2690:
--------------------------------------

webservices.xml file is optional in JAX-WS deployments.
But if provided, it overrides all the annotations specified on endpoints.
See jaxws/wsdd test.
Our current JAXRPC deployment type is broken, because it
defines the following precondtion:
...
If webservice.xml (11 style) file is provided in deployment, it's JAX-RPC deployment.
...
This precondition is wrong, such archive can be JAX-WS deployment only.

> JAXRPC deployment type detection is buggy
> -----------------------------------------
>
>                 Key: JBWS-2690
>                 URL: https://jira.jboss.org/jira/browse/JBWS-2690
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions:  jbossws-native-3.1.2
>            Reporter: Richard Opalka
>            Assignee: Richard Opalka
>             Fix For: jbossws-native-3.2.0
>
>
> It just recognizes webservices 11 style descriptors.
> but ignores webservices 12 style descriptors.

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