aclemons opened a new pull request #154: URL: https://github.com/apache/servicemix-bundles/pull/154
The StaxEvent classes in spring-batch require StaxUtils which is in this package. Example: https://github.com/spring-projects/spring-batch/blob/4.3.2/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/xml/StaxEventItemReader.java#L48 ``` Caused by: java.lang.ClassNotFoundException: org.springframework.util.xml.StaxUtils not found by org.apache.servicemix.bundles.spring-batch-infrastructure [90] at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1597) at org.apache.felix.framework.BundleWiringImpl.access$300(BundleWiringImpl.java:79) at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1982) at java.lang.ClassLoader.loadClass(ClassLoader.java:413) ... 518 common frames omitted ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
