-
Bug
-
Resolution: Done
-
Blocker
-
fuse-7.x-GA
There seems to be an error when trying to create an integration, where the output of DynamoDb query would be utilized in another connection, with the need to use datamapper. The datamapper throws following exception:
io.atlasmap.api.AtlasException: Errors: [Cannot read a field '/email' of JSON document '-Lplbh513fVhE9i-WyUk', document is null: docId='-Lplbh513fVhE9i-WyUk', path='/email'], [Cannot read a field '/name' of JSON document '-Lplbh513fVhE9i-WyUk', document is null: docId='-Lplbh513fVhE9i-WyUk', path='/name'], at org.apache.camel.component.atlasmap.AtlasEndpoint.onExchange(AtlasEndpoint.java:262) ~[camel-atlasmap-1.42.3.jar!/:1.42.3] at org.apache.camel.impl.ProcessorEndpoint$1.process(ProcessorEndpoint.java:71) ~[camel-core-2.21.0.fuse-750007.jar!/:2.21.0.fuse-750007] at org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61) ~[camel-core-2.21.0.fuse-750007.jar!/:2.21.0.fuse-750007]
The full log, together with screenshots and exported integration is attached.