You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.
com.mediadriver.atlas.api.v2.AtlasValidationException: com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id 'io.atlasmap.v2.AtlasMapping' into a subtype of [simple type, class com.mediadriver.atlas.v2.AtlasMapping]: no such class found
at [Source: java.io.InputStreamReader@fe38a6f; line: 1, column: 29]
at com.mediadriver.atlas.core.v2.AtlasMappingService.loadMappingJson(AtlasMappingService.java:123)
at org.apache.camel.component.atlasmap.AtlasEndpoint.onExchange(AtlasEndpoint.java:180)
at org.apache.camel.impl.ProcessorEndpoint$1.process(ProcessorEndpoint.java:71)
at org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61)
at org.apache.camel.processor.SendProcessor.process(SendProcessor.java:145)
at org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:77)
at org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:541)
at org.apache.camel.processor.CamelInternalProcessor.process(CamelInternalProcessor.java:198)
at org.apache.camel.processor.Pipeline.process(Pipeline.java:120)
at org.apache.camel.processor.Pipeline.process(Pipeline.java:83)
It seems that somewhere still the package com.mediadriver.atlas is referenced but should be io.atlasmap
@dsimansk you are right: The json mapping references the new io.atlasmap, but thats nothing on the classpath for this old component. I will update the camel-atlasmap to the latest version.
When deploying an integration with a datamapper included:
and with this mapping file
I get the following error:
It seems that somewhere still the package com.mediadriver.atlas is referenced but should be io.atlasmap
@jimmidyson any idea where this comes from ?
The text was updated successfully, but these errors were encountered: