[
https://jira.jboss.org/jira/browse/EJBTHREE-1536?page=com.atlassian.jira....
]
Alessio Soldano commented on EJBTHREE-1536:
-------------------------------------------
The problem here is that the EndpointReference related methods were added to the
WebServiceContext starting from the JAX-WS 2.1 specs. JBossWS-Native currently has a
partial preview implementation of jaxws 2.1 (by Heiko/Thomas) that lives in
jbossws-native-ext artifact (see WebServiceContext21 class). JBossWS-Metro, instead, is
jaxws 2.1 compliant. The WebServiceContext was removed from the jbossws spi in the past (I
think) because it actually does not belong to it. I think you could try importing the
jaxws-api.jar artifact (groupid: javax.xml.ws, artifactid: jaxws-api, version 2.1) as we
do in the jbossws-spi with provided scope.
Update EJB3 to reflect changes in WS SPI
----------------------------------------
Key: EJBTHREE-1536
URL:
https://jira.jboss.org/jira/browse/EJBTHREE-1536
Project: EJB 3.0
Issue Type: Task
Components: core
Reporter: Andrew Lee Rubinger
Assignee: Alessio Soldano
Fix For: 1.0.0-Beta6
WebServiceContext no longer defines:
public EndpointReference getEndpointReference(Element... elements)
public <T extends EndpointReference> T getEndpointReference(Class<T> aClass,
Element... elements)
...and the class EndpointReference can no longer be found in:
org.jboss.ws:jbossws-spi:jar:1.0.5.GA
--
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