Hi Ingo,

Please unzip servicemix-cxf-se-3.3-SNAPSHOT-installer.zip in the kit you generated and check if there is a jaxb-impl-2.1.4.jar inside, this jar contain com/sun/xml/bind/marshaller/NamespacePrefixMapper class.
It's there by my test.

Regards

Freeman

Ingo Mittrup wrote:
Hi!

I've built servicemix-3.3-SNAPSHOT following the instructions on the SMX website. When i deploy a cxf-se service unit (correctly running under SMX 3.2.1 and 3.2.2) into SMX 3.3-SNAPSHOT, i get an expection (see exception stack trace below).

For building SMX 3.3-SNAPSHOT, i ran:
   mvn -Dmaven.test.skip=true -Pstep1 install
   mvn -Dmaven.test.skip=true -Pstep2 install

Did i miss something?

Best regards
Ingo


= = = = = = = = = = = = = =
Exception in thread "Timer-4" java.lang.NoClassDefFoundError: com/sun/xml/bind/m
arshaller/NamespacePrefixMapper
at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.createDef
aultDataBinding(ReflectionServiceFactoryBean.java:170)
at org.apache.cxf.service.factory.AbstractServiceFactoryBean.getDataBind
ing(AbstractServiceFactoryBean.java:56)
at org.apache.cxf.frontend.ServerFactoryBean.applyExtraClass(ServerFacto
ryBean.java:196)
at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.ja
va:103)
at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactory
Bean.java:147)
at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:310) at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:240) at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:191) at org.apache.servicemix.cxfse.CxfSeEndpoint.start(CxfSeEndpoint.java:21
1)
at org.apache.servicemix.common.endpoints.SimpleEndpoint.activate(Simple
Endpoint.java:55)
at org.apache.servicemix.common.ServiceUnit.start(ServiceUnit.java:53) at org.apache.servicemix.common.BaseServiceUnitManager.start(BaseService
UnitManager.java:151)
at org.apache.servicemix.jbi.framework.ServiceUnitLifeCycle.start(Servic
eUnitLifeCycle.java:103)
at org.apache.servicemix.jbi.framework.ServiceAssemblyLifeCycle.start(Se
rviceAssemblyLifeCycle.java:132)
at org.apache.servicemix.jbi.framework.DeploymentService.start(Deploymen
tService.java:378)
at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateServi
ceAssembly(AutoDeploymentService.java:355)
at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchi
ve(AutoDeploymentService.java:256)
at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDire
ctory(AutoDeploymentService.java:658)
at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(
AutoDeploymentService.java:62)
at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoD
eploymentService.java:622)
       at java.util.TimerThread.mainLoop(Timer.java:512)
       at java.util.TimerThread.run(Timer.java:462)

Reply via email to