Hi Manuel,

can you try hibernate before the jpa feature:

<feature name="usersDAO" version="${project.version}" description="usersDAOfeature">
 <feature>transaction</feature>
 <feature>jndi</feature>
 <feature>pax-jdbc-h2</feature>
 <feature>pax-jdbc-config</feature>
 <feature>pax-jdbc-pool-dbcp2</feature>
 <feature version="4.3.6.Final">hibernate</feature>
 <feature version="2.1.0">jpa</feature>
 <bundle>mvn:com.test.bundle.dao/users/1.1.2</bundle>
 </feature>

?

Regards
JB

On 05/18/2015 05:19 PM, manueld wrote:
JB :

Maybe i'm missing something but I think it's what I've done.

Here's my feature :
<feature name="usersDAO"  version="${project.version}" description="usersDAO
feature">
<feature>transaction</feature>
<feature>jndi</feature>
<feature>pax-jdbc-h2</feature>
<feature>pax-jdbc-config</feature>
<feature>pax-jdbc-pool-dbcp2</feature>
<feature version="2.1.0">jpa</feature>
<feature version="4.3.6.Final">hibernate</feature>
<bundle>mvn:com.test.bundle.dao/users/1.1.2</bundle>
</feature>

Do you think that include this feature in featuresBoot could fix the problem
?

Tcharl:
What are you referring with "aries-jpa" ? The persistence bundle ? Or an
other feature ?

Manuel



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Karaf-3-0-3-Hibernate-JPA-JPA-bundles-stay-in-GracePeriod-state-tp4040421p4040444.html
Sent from the Karaf - User mailing list archive at Nabble.com.


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to