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

Richard Opalka (JIRA) jira-events at lists.jboss.org
Thu Jun 11 05:21:56 EDT 2009


Implement javax.xml.ws.Endpoint
-------------------------------

                 Key: JBWS-2674
                 URL: https://jira.jboss.org/jira/browse/JBWS-2674
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jbossws-native
            Reporter: Richard Opalka
            Assignee: Richard Opalka
             Fix For: jbossws-native-3.2.1


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

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