Search |
||
A little update for JAX-WS 2.1 users with JDK 6 Update 4 and Update 5.Posted by ramapulavarthi on March 7, 2008 at 5:00 PM PST
Some issues on compiling using classes in javax.xml.ws.wsaddressing package have come to our attention (You can follow the thread in the Metro User forum). As you can see, javax.xml.ws.wsaddressing package along with the classes W3CEndpointReference and W3CEndpointReferenceBuilder are infact there in rt.jar. But javac complains package javax.xml.ws.wsaddressing does not exist. This is due to the fact that JAVA_HOME/lib/ct.sym was not updated with these new api. This problem is in the JDK 6 Update 4 and Update 5, should not effect you unless you are using W3CEndpointReference and W3CEndpointReferenceBuilder in your applications. We are actively working on providing a fix in future update release. In the mean while, you could use one of these following workarounds.
We will be very soon fixing this glitch. Thanks for your cooperation. »
Related Topics >>
Java Web Services and XML Comments
Comments are listed in date ascending order (oldest first)
Submitted by ratoo on Tue, 2008-03-18 09:00.
Than you. It helps with com.sun.xml.internal.bind.marshaller.NamespacePrefixMapper too :-)
|
||
|
|