]
RH Bugzilla Integration commented on ISPN-4276:
-----------------------------------------------
gsheldon(a)redhat.com changed the Status of [bug
Make JPA cache store work in Karaf
----------------------------------
Key: ISPN-4276
URL:
https://issues.jboss.org/browse/ISPN-4276
Project: Infinispan
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Affects Versions: 7.0.0.Alpha3
Reporter: Martin Gencur
Assignee: Ion Savin
Labels: 63gablocker
Fix For: 7.0.0.Alpha5
The JPA cache store does not currently work in Karaf. There are several thing to make it
work in OSGi:
* use hibernate-osgi dependency, and possibly change some other dependencies
* JpaStoreConfigurationParser70 should be exposed as a service in Blueprint
* EntityManagerFactory should be obtained from the service registry, similar to
https://github.com/hibernate/hibernate-orm/tree/master/documentation/src/...