[jira] Created: (CXF-2469) No javax.xml.ws.wsdl.operation for JAX-WS Provider based endpoints

View: New views
5 Messages — Rating Filter:   Alert me  

[jira] Created: (CXF-2469) No javax.xml.ws.wsdl.operation for JAX-WS Provider based endpoints

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

No javax.xml.ws.wsdl.operation for JAX-WS Provider based endpoints
------------------------------------------------------------------

                 Key: CXF-2469
                 URL: https://issues.apache.org/jira/browse/CXF-2469
             Project: CXF
          Issue Type: Improvement
          Components: JAX-WS Runtime
    Affects Versions: 2.2.4
         Environment: tomcat WAR app
            Reporter: Rafal Rusin


I would like to fetch javax.xml.ws.wsdl.operation inside JAX-WS Provider invoke method, but it's not set in message context. Note that similar properties like  javax.xml.ws.wsdl.interface is set.

Related discussion was here:
http://markmail.org/message/w6vxeyyzg6h5db4k


--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-2469) No javax.xml.ws.wsdl.operation for JAX-WS Provider based endpoints

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/CXF-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafal Rusin updated CXF-2469:
-----------------------------

    Attachment: HTJaxWSService.java

Sample Provider. Fetching operation using reflection.

> No javax.xml.ws.wsdl.operation for JAX-WS Provider based endpoints
> ------------------------------------------------------------------
>
>                 Key: CXF-2469
>                 URL: https://issues.apache.org/jira/browse/CXF-2469
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-WS Runtime
>    Affects Versions: 2.2.4
>         Environment: tomcat WAR app
>            Reporter: Rafal Rusin
>         Attachments: HTJaxWSService.java
>
>
> I would like to fetch javax.xml.ws.wsdl.operation inside JAX-WS Provider invoke method, but it's not set in message context. Note that similar properties like  javax.xml.ws.wsdl.interface is set.
> Related discussion was here:
> http://markmail.org/message/w6vxeyyzg6h5db4k

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-2469) No javax.xml.ws.wsdl.operation for JAX-WS Provider based endpoints

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/CXF-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafal Rusin updated CXF-2469:
-----------------------------

    Attachment: cxf-copy-operation.patch

This patch resolves problem.

> No javax.xml.ws.wsdl.operation for JAX-WS Provider based endpoints
> ------------------------------------------------------------------
>
>                 Key: CXF-2469
>                 URL: https://issues.apache.org/jira/browse/CXF-2469
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-WS Runtime
>    Affects Versions: 2.2.4
>         Environment: tomcat WAR app
>            Reporter: Rafal Rusin
>         Attachments: cxf-copy-operation.patch, HTJaxWSService.java
>
>
> I would like to fetch javax.xml.ws.wsdl.operation inside JAX-WS Provider invoke method, but it's not set in message context. Note that similar properties like  javax.xml.ws.wsdl.interface is set.
> Related discussion was here:
> http://markmail.org/message/w6vxeyyzg6h5db4k

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-2469) No javax.xml.ws.wsdl.operation for JAX-WS Provider based endpoints

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/CXF-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765595#action_12765595 ]

Daniel Kulp commented on CXF-2469:
----------------------------------

I'm going to need a more fully working (or not working) test project.   I just added this to all of our providers that we use for tests:

https://svn.apache.org/viewvc?view=rev&revision=825166

and the tests all pass fine.    They always are getting the operation.  



> No javax.xml.ws.wsdl.operation for JAX-WS Provider based endpoints
> ------------------------------------------------------------------
>
>                 Key: CXF-2469
>                 URL: https://issues.apache.org/jira/browse/CXF-2469
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-WS Runtime
>    Affects Versions: 2.2.4
>         Environment: tomcat WAR app
>            Reporter: Rafal Rusin
>         Attachments: cxf-copy-operation.patch, HTJaxWSService.java
>
>
> I would like to fetch javax.xml.ws.wsdl.operation inside JAX-WS Provider invoke method, but it's not set in message context. Note that similar properties like  javax.xml.ws.wsdl.interface is set.
> Related discussion was here:
> http://markmail.org/message/w6vxeyyzg6h5db4k

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-2469) No javax.xml.ws.wsdl.operation for JAX-WS Provider based endpoints

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/CXF-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-2469.
------------------------------

       Resolution: Cannot Reproduce
    Fix Version/s: Invalid


No response in a couple weeks after asking for a more complete test case.   All of our providers see the operation fine.

> No javax.xml.ws.wsdl.operation for JAX-WS Provider based endpoints
> ------------------------------------------------------------------
>
>                 Key: CXF-2469
>                 URL: https://issues.apache.org/jira/browse/CXF-2469
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-WS Runtime
>    Affects Versions: 2.2.4
>         Environment: tomcat WAR app
>            Reporter: Rafal Rusin
>             Fix For: Invalid
>
>         Attachments: cxf-copy-operation.patch, HTJaxWSService.java
>
>
> I would like to fetch javax.xml.ws.wsdl.operation inside JAX-WS Provider invoke method, but it's not set in message context. Note that similar properties like  javax.xml.ws.wsdl.interface is set.
> Related discussion was here:
> http://markmail.org/message/w6vxeyyzg6h5db4k

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.