-
Bug
-
Resolution: Done
-
Major
-
jboss-fuse-6.2.1
-
None
-
%
Hard to reproduce bug. Dumping here all the info I have.
Observed behavior:
- SCR components, that are bound to a factoryPid do not always process ConfigAdmin updates.
I have a reproducer that works half of the times, so you need some invocation before seeing the faulty behavior.
Debugging the code, I tracked it down to when this issue starts to manifest its problem, but not yet understood what generates the issue in first instance.
The line of code where problem show itself is:
Where in case of faulty instances, the first equal operation fails, because targetPid does not includes the component id suffix while oldTarget does.
In the working instances, they are both without the suffix and the comparison returns true.
- is related to
-
ENTESB-3039 [HTTP Gateway] apis mapping rules don't work right after deployment
- Closed
-
ENTESB-6386 New CXF endpoints introduced by a container-upgrade are not visible in Fabric8 HTTP gateway without restarting it
- Closed
-
FELIX-5576 Loading...
- relates to
-
ENTESB-6666 Karaf container does not use the modified etc/io.fabric8.mq.fabric.server-broker.cfg
- Closed