We are trying to transform data coming into a route from java objects to XML. For this we need xmlBeans and there is a dependancy on DataFormatResolver
.
When we try to deploy the project, the package does not start, the status shows as GracePeriod
.
In the error log we get the following message:
11:00:24,210 | ERROR | rint Extender: 1 | BlueprintContainerImpl
| 10 - org.apache.aries.blueprint - 0.3.1.fuse-70-097
| Unable to start blueprint container for bundle POC-3.0 due to
unresolved dependencies (&(dataformat=xmlBeans)
(objectClass=org.apache.camel.spi.DataFormatResolver))
We have tried to add this class in the POM file as a dependancy, but there is a duplicate class within Fuse!
Any ideas please?