You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by GitBox <gi...@apache.org> on 2021/04/07 01:32:03 UTC

[GitHub] [servicemix-bundles] aclemons opened a new pull request #154: Add missing spring util.xml import to spring-batch-infrastructure.

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:
users@infra.apache.org



[GitHub] [servicemix-bundles] jbonofre merged pull request #154: Add missing spring util.xml import to spring-batch-infrastructure.

Posted by GitBox <gi...@apache.org>.
jbonofre merged pull request #154:
URL: https://github.com/apache/servicemix-bundles/pull/154


   


-- 
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:
users@infra.apache.org