zbendhiba commented on issue #3189:
URL: https://github.com/apache/camel-quarkus/issues/3189#issuecomment-945999962


   **Current status :**
   
   Not done with this one. At the first step, I looked at ClassLoader, but 
notthing war broken there.
   I had to add some conf locally to get some logs.
   Since atlasmap 2.3.x, there is only one of the modules that is loaded. This 
line of code 
https://github.com/atlasmap/atlasmap/blob/883cff34cdce946d3cf097a01f1f188a2cd51dcf/lib/core/src/main/java/io/atlasmap/core/DefaultAtlasContextFactory.java#L324
 finds only one single module compared to previous version. (on native mode 
only)
   
   
   So since upgrade of this version of atlasmap, this camel-quarkus 
configuration does not work anymore :
   
https://github.com/apache/camel-quarkus/blob/64e573611bfb67c83b0603709d104b5470949906/extensions/atlasmap/deployment/src/main/java/org/apache/camel/quarkus/component/atlasmap/deployment/AtlasmapProcessor.java#L78
   
   Itseems that it takes only the first 
META-INF/services/atlas/module/atlas.module file. Meaning I had at first shot 
only the Java module loaded, then I exluded this one from the extension, then 
it has loaded just the Json module ...
   
   I'm still investigating on what could have generated this. Putting this 
here, in case someone has found this bug before. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to