Hi Guys.
I find the solutions i start to play with libraries in pom.xml and finally i get the result i mean i see the change from EDI to XML but here is the detail i'm using camel to consume the transformation of smook, the when the transform finish i need to see the result in the body of camel then i try to put the core:exports this way:
<core:exports>
<core:result type="org.milyn.payload.JavaResult" extract="invoice"/>
</core:exports>
and the result was terrible cause its something with the nature of the libraries, i mean i'm runing this with jdk 17 and something doesn't like it and send me this error.
... 17 common frames omitted
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.reflect.InaccessibleObjectException: Unable to make field private final java.util.Comparator java.util.TreeMap.comparator accessible: module java.base does not "opens java.util" to unnamed module @2b742ace [in thread "Camel (camel-1) thread #1 - file:///home/jamezqui/workspace/rest2sql/src/main/resources/data"]
Some help will be welcome Regards.