[jira] [Updated] (KARAF-4535) OpenJPA 2.4.1 Missing dependencies: objectClass=javax.persistence.EntityManager
[ https://issues.apache.org/jira/browse/KARAF-4535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofré updated KARAF-4535: Fix Version/s: (was: 4.0.7) 4.0.8 > OpenJPA 2.4.1 Missing dependencies: > objectClass=javax.persistence.EntityManager > --- > > Key: KARAF-4535 > URL: https://issues.apache.org/jira/browse/KARAF-4535 > Project: Karaf > Issue Type: Bug > Components: karaf-feature >Affects Versions: 4.0.5 > Environment: Karaf 4.0.5 > OpenJPA 2.4.1 >Reporter: Jirka >Assignee: Christian Schneider > Fix For: 4.1.0, 4.0.8 > > > OpenJPA 2.4.1 does not start when installed with the jpa feature. > Problem is that the jpa feature installs persistence api 2.1.0 > {code} > dependency="false">persistence-api > > {code} > It collides with persistence api 2.0.0 installed by the openjpa feature > {code} > dependency="false">persistence-api > {code} > Workaround is to use this custom jpa feature instead of the jpa feature. > {code} >version="2.3.0"> > JPA implementation provided by Apache Aries JPA 2.x. > NB: this feature doesn't provide the JPA engine, you have to install one by > yourself (OpenJPA for instance) >dependency="false">transaction-api >dependency="true">mvn:org.apache.felix/org.apache.felix.coordinator/1.0.2 >dependency="true">mvn:org.osgi/org.osgi.service.jdbc/1.0.0 > mvn:org.osgi/org.osgi.service.jpa/1.0.0 > > mvn:org.apache.aries.jpa/org.apache.aries.jpa.api/2.3.0 > > mvn:org.apache.aries.jpa/org.apache.aries.jpa.container/2.3.0 > > mvn:org.apache.aries.jpa/org.apache.aries.jpa.support/2.3.0 > > aries-blueprint > > mvn:org.apache.aries.jpa/org.apache.aries.jpa.blueprint/2.3.0 > > > {code} > Changes compared to the karaf jpa feature:: > Removed: > {code} > dependency="false">persistence-api > {code} > Added > {code} > mvn:org.osgi/org.osgi.service.jpa/1.0.0 added > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (KARAF-4535) OpenJPA 2.4.1 Missing dependencies: objectClass=javax.persistence.EntityManager
[ https://issues.apache.org/jira/browse/KARAF-4535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofré updated KARAF-4535: Fix Version/s: (was: 4.0.6) 4.0.7 > OpenJPA 2.4.1 Missing dependencies: > objectClass=javax.persistence.EntityManager > --- > > Key: KARAF-4535 > URL: https://issues.apache.org/jira/browse/KARAF-4535 > Project: Karaf > Issue Type: Bug > Components: karaf-feature >Affects Versions: 4.0.5 > Environment: Karaf 4.0.5 > OpenJPA 2.4.1 >Reporter: Jirka >Assignee: Christian Schneider > Fix For: 4.1.0, 4.0.7 > > > OpenJPA 2.4.1 does not start when installed with the jpa feature. > Problem is that the jpa feature installs persistence api 2.1.0 > {code} > dependency="false">persistence-api > > {code} > It collides with persistence api 2.0.0 installed by the openjpa feature > {code} > dependency="false">persistence-api > {code} > Workaround is to use this custom jpa feature instead of the jpa feature. > {code} >version="2.3.0"> > JPA implementation provided by Apache Aries JPA 2.x. > NB: this feature doesn't provide the JPA engine, you have to install one by > yourself (OpenJPA for instance) >dependency="false">transaction-api >dependency="true">mvn:org.apache.felix/org.apache.felix.coordinator/1.0.2 >dependency="true">mvn:org.osgi/org.osgi.service.jdbc/1.0.0 > mvn:org.osgi/org.osgi.service.jpa/1.0.0 > > mvn:org.apache.aries.jpa/org.apache.aries.jpa.api/2.3.0 > > mvn:org.apache.aries.jpa/org.apache.aries.jpa.container/2.3.0 > > mvn:org.apache.aries.jpa/org.apache.aries.jpa.support/2.3.0 > > aries-blueprint > > mvn:org.apache.aries.jpa/org.apache.aries.jpa.blueprint/2.3.0 > > > {code} > Changes compared to the karaf jpa feature:: > Removed: > {code} > dependency="false">persistence-api > {code} > Added > {code} > mvn:org.osgi/org.osgi.service.jpa/1.0.0 added > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (KARAF-4535) OpenJPA 2.4.1 Missing dependencies: objectClass=javax.persistence.EntityManager
[ https://issues.apache.org/jira/browse/KARAF-4535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofré updated KARAF-4535: Fix Version/s: (was: 4.0.5) 4.0.6 4.1.0 > OpenJPA 2.4.1 Missing dependencies: > objectClass=javax.persistence.EntityManager > --- > > Key: KARAF-4535 > URL: https://issues.apache.org/jira/browse/KARAF-4535 > Project: Karaf > Issue Type: Bug > Components: karaf-feature >Affects Versions: 4.0.5 > Environment: Karaf 4.0.5 > OpenJPA 2.4.1 >Reporter: Jirka >Assignee: Jean-Baptiste Onofré > Fix For: 4.1.0, 4.0.6 > > > OpenJPA 2.4.1 does not start when installed with the jpa feature. > Problem is that the jpa feature installs persistence api 2.1.0 > {code} > dependency="false">persistence-api > > {code} > It collides with persistence api 2.0.0 installed by the openjpa feature > {code} > dependency="false">persistence-api > {code} > Workaround is to use this custom jpa feature instead of the jpa feature. > {code} >version="2.3.0"> > JPA implementation provided by Apache Aries JPA 2.x. > NB: this feature doesn't provide the JPA engine, you have to install one by > yourself (OpenJPA for instance) >dependency="false">transaction-api >dependency="true">mvn:org.apache.felix/org.apache.felix.coordinator/1.0.2 >dependency="true">mvn:org.osgi/org.osgi.service.jdbc/1.0.0 > mvn:org.osgi/org.osgi.service.jpa/1.0.0 > > mvn:org.apache.aries.jpa/org.apache.aries.jpa.api/2.3.0 > > mvn:org.apache.aries.jpa/org.apache.aries.jpa.container/2.3.0 > > mvn:org.apache.aries.jpa/org.apache.aries.jpa.support/2.3.0 > > aries-blueprint > > mvn:org.apache.aries.jpa/org.apache.aries.jpa.blueprint/2.3.0 > > > {code} > Changes compared to the karaf jpa feature:: > Removed: > {code} > dependency="false">persistence-api > {code} > Added > {code} > mvn:org.osgi/org.osgi.service.jpa/1.0.0 added > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (KARAF-4535) OpenJPA 2.4.1 Missing dependencies: objectClass=javax.persistence.EntityManager
[ https://issues.apache.org/jira/browse/KARAF-4535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofré updated KARAF-4535: Affects Version/s: 4.0.5 > OpenJPA 2.4.1 Missing dependencies: > objectClass=javax.persistence.EntityManager > --- > > Key: KARAF-4535 > URL: https://issues.apache.org/jira/browse/KARAF-4535 > Project: Karaf > Issue Type: Bug > Components: karaf-feature >Affects Versions: 4.0.5 > Environment: Karaf 4.0.5 > OpenJPA 2.4.1 >Reporter: Jirka >Assignee: Jean-Baptiste Onofré > Fix For: 4.1.0, 4.0.6 > > > OpenJPA 2.4.1 does not start when installed with the jpa feature. > Problem is that the jpa feature installs persistence api 2.1.0 > {code} > dependency="false">persistence-api > > {code} > It collides with persistence api 2.0.0 installed by the openjpa feature > {code} > dependency="false">persistence-api > {code} > Workaround is to use this custom jpa feature instead of the jpa feature. > {code} >version="2.3.0"> > JPA implementation provided by Apache Aries JPA 2.x. > NB: this feature doesn't provide the JPA engine, you have to install one by > yourself (OpenJPA for instance) >dependency="false">transaction-api >dependency="true">mvn:org.apache.felix/org.apache.felix.coordinator/1.0.2 >dependency="true">mvn:org.osgi/org.osgi.service.jdbc/1.0.0 > mvn:org.osgi/org.osgi.service.jpa/1.0.0 > > mvn:org.apache.aries.jpa/org.apache.aries.jpa.api/2.3.0 > > mvn:org.apache.aries.jpa/org.apache.aries.jpa.container/2.3.0 > > mvn:org.apache.aries.jpa/org.apache.aries.jpa.support/2.3.0 > > aries-blueprint > > mvn:org.apache.aries.jpa/org.apache.aries.jpa.blueprint/2.3.0 > > > {code} > Changes compared to the karaf jpa feature:: > Removed: > {code} > dependency="false">persistence-api > {code} > Added > {code} > mvn:org.osgi/org.osgi.service.jpa/1.0.0 added > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)