-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, Master
-
Fix Version/s: 7.0.0 DXP FP100, 7.1.10 DXP FP23, 7.1.10.6 SP6, 7.2.0 GA1, 7.2.10 DXP GA1
-
Component/s: Core Infrastructure > Message Bus
-
Branch Version/s:7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Git Pull Request:
BaseMultiDestinationProxyBean uses ServiceProxyFactory to track SynchronousMessageSender OSGi services, but it specifies wrong declaring class (BaseProxyBean instead of BaseMultiDestinationProxyBean) for the fields:
private static volatile SynchronousMessageSender _defaultSynchronousMessageSender = ServiceProxyFactory.newServiceTrackedInstance( SynchronousMessageSender.class, BaseProxyBean.class, "_defaultSynchronousMessageSender", "(mode=DEFAULT)", true); private static volatile SynchronousMessageSender _directSynchronousMessageSender = ServiceProxyFactory.newServiceTrackedInstance( SynchronousMessageSender.class, BaseProxyBean.class, "_directSynchronousMessageSender", "(mode=DIRECT)", true);