[ https://issues.apache.org/jira/browse/CAMEL-14593?focusedWorklogId=389571&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-389571 ]
ASF GitHub Bot logged work on CAMEL-14593: ------------------------------------------ Author: ASF GitHub Bot Created on: 19/Feb/20 19:21 Start Date: 19/Feb/20 19:21 Worklog Time Spent: 10m Work Description: davsclaus commented on pull request #3590: [CAMEL-14593] Eager type converter creation breaks WildFly integration URL: https://github.com/apache/camel/pull/3590 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 389571) Time Spent: 20m (was: 10m) > Eager type converter creation breaks WildFly integration > -------------------------------------------------------- > > Key: CAMEL-14593 > URL: https://issues.apache.org/jira/browse/CAMEL-14593 > Project: Camel > Issue Type: Bug > Affects Versions: 3.1.0 > Reporter: Thomas Diesler > Assignee: Thomas Diesler > Priority: Major > Time Spent: 20m > Remaining Estimate: 0h > > Below we have a callback to the wildfly-camel integration that registers > additional PackageScanClassResolvers, which are able scan stuff on a modules > classpath. > > {code:java} > // Call all registered trackers with this context > // Note, this may use a partially constructed object > CamelContextTracker.notifyContextCreated(this); > {code} > Doing this after creating the type converters, results in camel not seeing > converters from the deployment module. Other stuff may also be missing. > CrossRef: https://github.com/wildfly-extras/wildfly-camel/issues/2951 -- This message was sent by Atlassian Jira (v8.3.4#803005)