Hi All, I just updated the karaf container from 4.0.1 to 4.0.2 and apparently EntityManager is not being injected to the DAO classes anymore.
The JPA feature (enterprise repo) has been updated from 2.1.0 to 2.2.0 in the new karaf release.The feature includes "*aries.jpa.blueprint/2.2.0"* and, as a workaround, if I downgrade *only this bundle* to the old version (2.1.0) the problem will be solved. Should I change anything in my code to make it work with "aries.jpa.blueprint/2.2.0" or this is a bug? Regards, Mohammad Shamsi
