Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.20.0
-
Component/s: camel-atmos
-
Labels:None
-
Estimated Complexity:Unknown
Description
The atmos component has a AtmosPropertyManager class which attempts to do:
AtmosPropertyManager.class.getResource("/atmos.properties");
This assumes the resource is available to the ClassLoader of AtmosPropertyManager. This may not be the case in OSGi or JavaEE containers.
I see there's a TODO comment at the top of this class. So maybe we remove this class and make it so we configure these properties on the component instead?