Do you have all in one bundle (DAO, Entities and persistence.xml) ?

Regards
JB

On 11/13/2015 02:41 PM, conejo wrote:

<bootFeatures>
        <feature>wrap</feature>
        <feature>obr</feature>
        <feature>aries-blueprint</feature>
        <feature>shell</feature>
        <feature>shell-compat</feature>
        <feature>feature</feature>
        <feature>jaas</feature>
        <feature>ssh</feature>
        <feature>management</feature>
        <feature>bundle</feature>
        <feature>config</feature>
        <feature>deployer</feature>
        <feature>diagnostic</feature>
        <feature>feature</feature>
        <feature>instance</feature>
        <feature>kar</feature>
        <feature>log</feature>
        <feature>package</feature>
        <feature>service</feature>
        <feature>system</feature>
        <feature>webconsole</feature>
        <feature>pax-jsf-support</feature>
        <feature version="2.2.0">jpa</feature>
        <feature>jndi</feature>                                             
        <feature version="4.3.6.Final">hibernate</feature>
        <feature>hibernate-validator</feature>
        <feature>transaction</feature>

        <feature>basket-feature</feature>
                                                
basket-feature:

<features name="${project.artifactId}-${project.version}"
xmlns="http://karaf.apache.org/xmlns/features/v1.0.0";>

<repository>mvn:org.apache.karaf.features/enterprise/4.0.3/xml/features</repository>
     <feature name='${project.artifactId}' description='${project.name}'
version='${project.version}'>
         <details>${project.description}</details>
                
                
                <bundle>mvn:org.hsqldb/hsqldb/2.3.1</bundle>
                <bundle>mvn:org.primefaces/primefaces/5.1</bundle>
                
<bundle>mvn:org.llaroqui.ornitorrinco.data/service-api/0.0.1</bundle>
                
<bundle>mvn:org.llaroqui.ornitorrinco.data/service-impl/0.0.1</bundle>
                
     </feature>

</features>




--
View this message in context: 
http://karaf.922171.n3.nabble.com/4-0-3-Karaf-JPA-problem-tp4043497p4043500.html
Sent from the Karaf - User mailing list archive at Nabble.com.


--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to