on 2019 Jul 29 3:02 PM
Hello,
we are using hybris 6.7.0.1. Since we don't need the extention customersupportbackoffice we deleted it by setting this in hybris/config/localextensions.xml.config:
customersupportbackoffice=false
But after deployment with this changes, hybris is not starting because of the following exception:
[java] Caused by: java.lang.NoClassDefFoundError: org/springframework/integration/history/TrackableComponent [java] at java.lang.ClassLoader.defineClass1(Native Method) [java] at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
Please see the attached file --> exception <-- for the full exception.
Actually, the class TrackableComponent is in the spring-integration-core-4.3.19.RELEASE.d is in package
org.springframework.integration.support.management
But why is hybris searching for it under org/springframework/integration/history/TrackableComponent ? How can we solve the problem?
Many thanks in advance!
Sven
Yes, indeed, we had an old version of the spring-integration-jms (4.1.4.RELEASE) jar. Upgraded to 4.3.19.RELEASE (the version of our rest spring-integration jars) and it seems to work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.