You must put in your classpath the jars referenced by the jaxws component:
http jar 20051026
jaxb-api jar 20051026
jaxb-impl jar 20051026
jaxb-xjc jar 20051026
jaxws-api jar 20051026
jaxws-rt jar 20051026
jsr181-api jar 20051026
jsr250-api jar 20051026
saaj-api jar 20051026
saaj-impl jar 20051026
sjsxp jar 20051026
All these jars can be downloaded from
http://dist.codehaus.org/servicemix/jars/
Cheers,
Guillaume Nodet
Scott Luttenberg wrote:
Thanks Zain. I found it in the 2.0 SNAPSHOT and trying to use it. A
few more questions/issues. I noticed that the syntax for the
configuration files has changed a bit. I could really use some help in
understanding the configuration files. It is very hard for me to
understand what parem goes with what service declarations etc.
I am getting a different error now. It is now saying that it can not
find
Javax/xml/ws/WebServiceException
I am off to track this one down. Some help in this issue and some
documentation (beyond what I can find on the web site - it is not
enough) of the configuration files would be most helpful!
Thanks,
Scott
(By the way here is my config for the Web Service I am trying to setup.
Anybody see anything wrong with it?)
<sm:activationSpec componentName="warehouseCrane1"
service="my:WarehouseService1">
<sm:component>
<bean xmlns="http://xbean.org/schemas/spring/1.0"
class="org.servicemix.components.jaxws.JAXWSOutBinding">
<property name="wsdlResource"
value="classpath:WarehouseCrane.wsdl"/>
</bean>
</sm:component>
</sm:activationSpec>
-----Original Message-----
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Zain Nemazie
Sent: Friday, November 04, 2005 3:48 PM
To: [email protected]
Subject: [servicemix-user] Re: Service Mix 1.1 JAX WS Available?
Grab the source using SVN for 1.1. It is in components/jax-ws. I
couldn't
find it in the binary distribution either.
Zain