I dropped my jar files in the deploy directory of a clean install of ddf-2.8.0 and I am now getting a slightly different behavior. On starting ddf, I am getting no exceptions. However, two modules do not start as expected. If I attempt to start them from the ddf command line, I am getting the following exception:
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 103 in XML document from URL [bundleentry://383.fwk836514715/META-INF/spring/applicationContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'cxf:cxfEndpoint'.
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:396)[93:org.apache.servicemix.bundles.spring-beans:3.2.11.RELEASE_1]
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334)[93:org.apache.servicemix.bundles.spring-beans:3.2.11.RELEASE_1]
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302)[93:org.apache.servicemix.bundles.spring-beans:3.2.11.RELEASE_1]
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:174)[93:org.apache.servicemix.bundles.spring-beans:3.2.11.RELEASE_1]
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:209)[93:org.apache.servicemix.bundles.spring-beans:3.2.11.RELEASE_1]
I have searched on the web for solutions but am not able to find anything that appears to be relevant for this case.
Any help would be greatly appreciated.
Nils