Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.13.0
-
Component/s: camel-hazelcast
-
Labels:None
-
Estimated Complexity:Unknown
Description
When redesigning the tests to use mock objects, I noticed that the atomic number producer actually uses the incorrect atomic number name. If you try to update an atomic number named "foo", it actually updates one named "ue:foo". This is because it uses the wrong constant (the one for instances) when it picks apart the URI.