You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ff...@apache.org on 2015/10/21 05:42:09 UTC

karaf git commit: [KARAF-3983]Failed to start openjpa bundle - javax.transaction.SystemException not found

Repository: karaf
Updated Branches:
  refs/heads/master e93a3e7b5 -> 860c299d0


[KARAF-3983]Failed to start openjpa bundle - javax.transaction.SystemException not found


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/860c299d
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/860c299d
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/860c299d

Branch: refs/heads/master
Commit: 860c299d050293fcc43b42f8f5bca9279595698a
Parents: e93a3e7
Author: Freeman Fang <fr...@gmail.com>
Authored: Wed Oct 21 11:41:45 2015 +0800
Committer: Freeman Fang <fr...@gmail.com>
Committed: Wed Oct 21 11:41:45 2015 +0800

----------------------------------------------------------------------
 assemblies/features/enterprise/src/main/feature/feature.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/860c299d/assemblies/features/enterprise/src/main/feature/feature.xml
----------------------------------------------------------------------
diff --git a/assemblies/features/enterprise/src/main/feature/feature.xml b/assemblies/features/enterprise/src/main/feature/feature.xml
index 8320c55..7c7bcd4 100644
--- a/assemblies/features/enterprise/src/main/feature/feature.xml
+++ b/assemblies/features/enterprise/src/main/feature/feature.xml
@@ -45,7 +45,7 @@
             aries.transaction.howl.maxBlocksPerFile = 512
             aries.transaction.howl.bufferSize = 4
         </config>
-        <feature version="[1.1,2)">transaction-api</feature>
+        <feature version="[1.1,1.2)">transaction-api</feature>
         <bundle dependency="true">mvn:org.apache.aries/org.apache.aries.util/${aries.util.version}</bundle>
         <bundle>mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/${aries.transaction.manager.version}</bundle>
         <conditional>
@@ -76,7 +76,7 @@
     
     <feature name="jpa" description="OSGi Persistence Container" version="${aries.jpa.container.context.version}">
         <details>JPA implementation provided by Apache Aries JPA 1.x. NB: this feature doesn"t provide the JPA engine, you have to install one by yourself (OpenJPA for instance)</details>
-        <feature version="[1.1,2)">transaction-api</feature>
+        <feature version="[1.1,1.2)">transaction-api</feature>
         <feature version="[2.0.0,2.2.0)">persistence-api</feature>
         <bundle dependency="true" start-level="30">mvn:org.apache.aries/org.apache.aries.util/${aries.util.version}</bundle>
         <bundle start-level="30">mvn:org.apache.aries.jpa/org.apache.aries.jpa.api/${aries.jpa.api.version}</bundle>
@@ -90,7 +90,7 @@
 
     <feature name="jpa" description="OSGi Persistence Container" version="${aries.jpa.version}">
         <details>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)</details>
-        <feature version="[1.1,2)">transaction-api</feature>
+        <feature version="[1.1,1.2)">transaction-api</feature>
         <feature version="[2.0.0,2.2.0)">persistence-api</feature>
         <bundle dependency="true">mvn:org.apache.felix/org.apache.felix.coordinator/${felix.coordinator.version}</bundle>
         <bundle>mvn:org.apache.aries.jpa/org.apache.aries.jpa.api/${aries.jpa.version}</bundle>