[jbossws-issues] [JBoss JIRA] Updated: (JBWS-2674) Implement javax.xml.ws.Endpoint

Richard Opalka (JIRA) jira-events at lists.jboss.org
Sat Oct 17 19:52:05 EDT 2009


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

Richard Opalka updated JBWS-2674:
---------------------------------

     Issue Type: Feature Request  (was: Bug)
    Description: Implement Endpoint.publish() support for both JSE and J2EE environments.  (was: We do have implementation of this Endpoint API, but it is fundamentally wrong.
I'd say the Endpoint as specified in the JAX-WS spec was
misunderstood by the author of current Endpoint implementation.
The Endpoint static methods are intended to be used
on client side and have nothing to do with the server side
(this is our current implementation). 

Adrian is right about it too. We shouldn't use main deployer in
jbossws AS IL, see: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4059193#4059205
We're using it because of our current Endpoint impl.
But Endpoint impl as specified in JAX-WS spec has nothing
to do with endpoint publishing in server runtime.

Thus current Endpoint implementation needs
complete rewrite to be usable on client side only
in single JVM without Server incorporated.

I'm removing the old endpoint implementation from server integration layer for
now. This removal represents no problem for us at the moment, because endpoint
publish() method sets are now excluded in TCK5 and it passes even without that Endpoint impl.
However this needs to be fixed in the future, because JAX-WS spec requires it
(although this is not tested in the TCK now).)


> Implement javax.xml.ws.Endpoint
> -------------------------------
>
>                 Key: JBWS-2674
>                 URL: https://jira.jboss.org/jira/browse/JBWS-2674
>             Project: JBoss Web Services
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-native
>            Reporter: Richard Opalka
>            Assignee: Richard Opalka
>             Fix For: jbossws-native-3.2.1
>
>
> Implement Endpoint.publish() support for both JSE and J2EE environments.

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