-
Bug
-
Resolution: Obsolete
-
Major
-
camel-quarkus-2.2-GA
-
None
-
False
-
None
-
False
-
%
-
Todo
-
Working locally all works well.
When deploying in OpenShift, Camel Quarkus fails when executing the camel-atlasmap component. The error shows the Xalan library was not found.
A similar issue was raised, here's the reference:
- https://github.com/atlasmap/atlasmap/issues/3328
The workaround is to explicitly include the following dependency in the POM file:
<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-support-xalan</artifactId> </dependency>
When included and deployed in OpenShift, the problem is resolved.
The expectation is not to have to manually include the dependency in the POM file. The deployment in OpenShift without the explicit dependency would execute successfully.
- duplicates
-
CEQ-849 atlasmap component fails caused by Xalan not found
- Closed
-
ENTESB-17391 CamelK+AtlasMap NullPointerException reading ADM file
- Closed