ivan-ra commented on issue #652:
URL: https://github.com/apache/camel-karaf/issues/652#issuecomment-3536230299
This will not work with xml cache configurations. Program configurations,
like in camel-ehcache test, works well. For xml configuration Ehcache requires
Marshaller, Unmarshaller, annotations, etc:
```
mvn:org.ehcache/ehcache/${ehcache3-version} - from javax.xml.bind namespace
mvn:org.ehcache/ehcache/${ehcache3-version}/jar/jakarta - from
jakarta.xml.bind namespace
```
to my luck, my project uses program config
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]