-
Bug
-
Resolution: Done
-
Blocker
-
fuse-7.8-GA
-
None
-
%
-
build3
Karaf could not provide org.springframework.transaction.PlatformTransactionManager OSGI service.
Reproducer:
<?xml version="1.0" encoding="UTF-8"?> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <osgi:reference xmlns:osgi="http://www.osgi.org/xmlns/blueprint/v1.0.0" id="jtaTransactionManager" interface="org.springframework.transaction.PlatformTransactionManager"/> </blueprint>
deployment fails because it unabler to resolve reference to [(objectClass=org.springframework.transaction.PlatformTransactionManager)]
Regression: yes