dev@jax-ws.java.net

Re: Regarding the package javax.xml.ws.wsaddressing

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Fri, 07 Mar 2008 17:58:00 -0800

See Rama's blog
http://weblogs.java.net/blog/ramapulavarthi/archive/2008/03/a_little_update.html

Jitu

Rama Pulavarthi wrote:
> Hi,
> Thanks for notifying the issue.
> javax.xml.ws.wsaddressing.W3CEndpointReference is in rt.jar, but for
> some reason javac is not finding it.
> We are looking into the issue right away. In the meanwhile, you can
> put rt.jar in the classpath for compilation.
>
> thanks,
> Rama Pulavarthi
>
> Jayakarthik Jayabalan wrote:
>>
>> 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
>> ------------------------------------------------------------------------
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_jax-ws.dev.java.net
>> For additional commands, e-mail: dev-help_at_jax-ws.dev.java.net
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_jax-ws.dev.java.net
> For additional commands, e-mail: dev-help_at_jax-ws.dev.java.net
>