users@jax-rpc.java.net

Re: Where is com.sun.xml.ws.client.ServiceFactoryImpl in the latest jax-ws-sources CVS repo?

From: Doug Kohlert <Doug.Kohlert_at_Sun.COM>
Date: Thu, 22 Sep 2005 08:13:45 -0700

Yes, the RI had to move ahead of the spec. A new draft of the spec
should be out in the next couple weeks.

jastrachan_at_mac.com wrote:

> On 22 Sep 2005, at 10:14, James Strachan wrote:
>
>> Ah, spotted the delete comment in CVS now...
>>
>> https://jax-ws-sources.dev.java.net/source/browse/jax-ws-sources/
>> jaxws-ri/rt/src/com/sun/xml/ws/client/Attic/ServiceFactoryImpl.java?
>> rev=1.10&view=auto&content-type=text/vnd.viewcvs-markup
>>
>> so it looks like its been deleted to be replaced by some other
>> mechanism. After some surfing around the jaxws-api.jar I stumbled on
>> the fact that ServiceFactory seems to have been deleted now and
>> replaced with static methods on Service to create services right?
>>
>> As you were :)
>
>
> Incidentally I double checked with the latest public draft of JAX-WS
> that's available and ServiceFactory is still there and the static
> methods on Service are not (in PDF/, avadoc & classes).
>
> So is this a change that is gonna make it into the next JAX-WS draft
> & its been released ahead of time in the RI? I'm guessing so and its
> not just a mistake/experiment right?
>
> James
>
>
>>
>> On 22 Sep 2005, at 09:33, jastrachan_at_mac.com wrote:
>>
>>
>>> I've just grabbed the latest code from the jax-ws-sources CVS
>>> repository and there doesn't seem to be an implementation of
>>> ServiceFactory available (the one the jaxws-api.jar references).
>>> Any ideas where this is?
>>>
>>> javax.xml.ws.WebServiceException: Provider
>>> com.sun.xml.ws.client.ServiceFactoryImpl not found
>>> at javax.xml.ws.FactoryFinder.newInstance(FactoryFinder.java:38)
>>> at javax.xml.ws.FactoryFinder.find(FactoryFinder.java:131)
>>> at javax.xml.ws.ServiceFactory.newInstance(ServiceFactory.java: 55)
>>>
>>> Is it possible to use the latest CVS of jax-ws-sources as a JAX-WS
>>> implementation? Seems its not possible to even do
>>>
>>> ServiceFactory.newInstance() any more?
>>>
>>> James
>>> -------
>>> http://radio.weblogs.com/0112098/
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
>>> For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
>>>
>>>
>>>
>>
>>
>> James
>> -------
>> http://radio.weblogs.com/0112098/
>>
>>
>
>
> James
> -------
> http://radio.weblogs.com/0112098/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
> For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
>

-- 
 - Doug