Thomas Diesler created CAMEL-14593:
--------------------------------------
Summary: 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
Below we have a callback to the wildfly-camel integration that registers
additional PackageScanClassResolvers, which are able scan stuff on a modules
classpath.
{code}
{{ // 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.
[!https://avatars2.githubusercontent.com/u/244946?s=56&v=4|width=28,height=28!|https://github.com/tdiesler]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)