L.S., That class is now in servicemix-services.
Regards, Gert Cybexion wrote:
thanks, found it. Now I get: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [spring.xml]; nested exception is java.lang.NoClassDefFoundError: org/apache/servicemix/executors/ExecutorFactory Caused by: java.lang.NoClassDefFoundError: org/apache/servicemix/executors/ExecutorFactory at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2427) at java.lang.Class.getDeclaredMethods(Class.java:1791) lhe77 wrote:This class was moved to servicemix-utils. Regards Lars Am Montag 04 August 2008 16:41:01 schrieb Cybexion:Hi, we have a project that is build on top of servicemix 3.3-SNAPSHOT. We just tried to rebuild our project and now get the following message: java.lang.NoClassDefFoundError: org/apache/servicemix/jbi/jaxp/SourceTransformer at org.apache.servicemix.tck.SpringTestSupport.setUp(SpringTestSupport.java:71 ) I just checked the servicemix-core.jar file and it seems that the error message is correct. Could please one tell me what happened to this Class? Our code is relying on it and we need it. What happened to the whole org.apache.servicemix.jaxp package out of the servicemix-core.jar? It does not exist any more. Thanks in advance
