dev@jax-ws.java.net

Regarding the package javax.xml.ws.wsaddressing

From: Jayakarthik Jayabalan <jjayabal_at_in.ibm.com>
Date: Fri, 7 Mar 2008 08:28:47 +0530

Hi,

I downloaded JDK6 u5b12 and then extracted it.Then I set this java in the
path and tried to compile this java file.But am getting the following
error

G:\jdk-6u5-fcs-bin-b12-windows-i586-11_feb_2008\jdk6_05\bin>javac
W3CEndpointReferenceTest.java
W3CEndpointReferenceTest.java:9: package javax.xml.ws.wsaddressing does
not exist
import javax.xml.ws.wsaddressing.W3CEndpointReference;
                                ^
W3CEndpointReferenceTest.java:36: cannot find symbol
symbol : class W3CEndpointReference
location: class W3CEndpointReferenceTest
        W3CEndpointReference jaxwsEPR = new W3CEndpointReference(source);
        ^
W3CEndpointReferenceTest.java:36: cannot find symbol
symbol : class W3CEndpointReference
location: class W3CEndpointReferenceTest
        W3CEndpointReference jaxwsEPR = new W3CEndpointReference(source);
                                            ^
3 errors


The java -version is

java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b12)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode)



I could see this package javax.xml.ws.wsaddressing in the rt.jar but still
it throws the error.Any solution/workaround on this would be helpful for
us?


Thanks&Regards
J.JayaKarthik