Author: rwesten
Date: Thu Dec 19 07:32:39 2013
New Revision: 1552244
URL: http://svn.apache.org/r1552244
Log:
changes required for STANBOL-1246: This removes javax.transaction.* from the
frameworkfragment - meaning that they are no longer exported by the system
bundle. To compensate it adds a bundle providing JTA 1.1 to the bundlelist of
the CMS Adapter as org.apache.jackrabbit:jackrabbit-api does require JTA.
Modified:
stanbol/branches/release-0.12/commons/frameworkfragment/pom.xml
stanbol/branches/release-0.12/launchers/bundlelists/cmsadapter/src/main/bundles/list.xml
Modified: stanbol/branches/release-0.12/commons/frameworkfragment/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/commons/frameworkfragment/pom.xml?rev=1552244&r1=1552243&r2=1552244&view=diff
==============================================================================
--- stanbol/branches/release-0.12/commons/frameworkfragment/pom.xml (original)
+++ stanbol/branches/release-0.12/commons/frameworkfragment/pom.xml Thu Dec 19
07:32:39 2013
@@ -236,8 +236,6 @@
javax.activation,
javax.jws,
javax.jws.soap,
- javax.transaction,
- javax.transaction.xa,
javax.xml,
javax.xml.bind,
javax.xml.bind.annotation,
Modified:
stanbol/branches/release-0.12/launchers/bundlelists/cmsadapter/src/main/bundles/list.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/cmsadapter/src/main/bundles/list.xml?rev=1552244&r1=1552243&r2=1552244&view=diff
==============================================================================
---
stanbol/branches/release-0.12/launchers/bundlelists/cmsadapter/src/main/bundles/list.xml
(original)
+++
stanbol/branches/release-0.12/launchers/bundlelists/cmsadapter/src/main/bundles/list.xml
Thu Dec 19 07:32:39 2013
@@ -35,6 +35,11 @@
<version>2.2.9</version>
</bundle>
<bundle>
+ <groupId>org.jboss.spec.javax.transaction</groupId>
+ <artifactId>jboss-transaction-api_1.1_spec</artifactId>
+ <version>1.0.1.Final</version>
+ </bundle>
+ <bundle>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-api</artifactId>
<version>2.2.9</version>