You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ja...@apache.org on 2014/04/09 19:30:01 UTC

svn commit: r1586047 - in /servicemix/components/trunk: bindings/pom.xml bindings/servicemix-cxf-bc/pom.xml bindings/servicemix-ldap/pom.xml engines/pom.xml engines/servicemix-cxf-se/pom.xml engines/servicemix-eip/pom.xml

Author: janstey
Date: Wed Apr  9 17:30:01 2014
New Revision: 1586047

URL: http://svn.apache.org/r1586047
Log:
SMXCOMP-980 - components do not work with new spring OSGi bundles

Modified:
    servicemix/components/trunk/bindings/pom.xml
    servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml
    servicemix/components/trunk/bindings/servicemix-ldap/pom.xml
    servicemix/components/trunk/engines/pom.xml
    servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml
    servicemix/components/trunk/engines/servicemix-eip/pom.xml

Modified: servicemix/components/trunk/bindings/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/pom.xml?rev=1586047&r1=1586046&r2=1586047&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/pom.xml (original)
+++ servicemix/components/trunk/bindings/pom.xml Wed Apr  9 17:30:01 2014
@@ -36,9 +36,9 @@
     <!-- configure required bundles to mimic ServiceMix 3 JBI component classloader in OSGi environment -->
     <properties>
         <servicemix.osgi.bundles>
-            org.springframework.core,
-            org.springframework.beans,
-            org.springframework.context,
+            org.apache.servicemix.bundles.spring-core,
+            org.apache.servicemix.bundles.spring-beans,
+            org.apache.servicemix.bundles.spring-context,
             servicemix-common,
             servicemix-soap,
             servicemix-soap2

Modified: servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml?rev=1586047&r1=1586046&r2=1586047&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml Wed Apr  9 17:30:01 2014
@@ -69,9 +69,9 @@
         </servicemix.osgi.export>
         <servicemix.osgi.bundles>
             org.apache.cxf.bundle,
-            org.springframework.core,
-            org.springframework.beans,
-            org.springframework.context,
+            org.apache.servicemix.bundles.spring-core,
+            org.apache.servicemix.bundles.spring-beans,
+            org.apache.servicemix.bundles.spring-context,
             servicemix-common,
             servicemix-soap,
             servicemix-soap2

Modified: servicemix/components/trunk/bindings/servicemix-ldap/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-ldap/pom.xml?rev=1586047&r1=1586046&r2=1586047&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-ldap/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-ldap/pom.xml Wed Apr  9 17:30:01 2014
@@ -54,9 +54,9 @@
         </servicemix.osgi.export>
         <servicemix.osgi.bundles>
             org.apache.servicemix.bundles.jaxp-ri,
-            org.springframework.core,
-            org.springframework.beans,
-            org.springframework.context,
+            org.apache.servicemix.bundles.spring-core,
+            org.apache.servicemix.bundles.spring-beans,
+            org.apache.servicemix.bundles.spring-context,
             servicemix-common,
             servicemix-soap,
             servicemix-soap2

Modified: servicemix/components/trunk/engines/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/pom.xml?rev=1586047&r1=1586046&r2=1586047&view=diff
==============================================================================
--- servicemix/components/trunk/engines/pom.xml (original)
+++ servicemix/components/trunk/engines/pom.xml Wed Apr  9 17:30:01 2014
@@ -36,9 +36,9 @@
     <!-- configure required bundles to mimic ServiceMix 3 JBI component classloader in OSGi environment -->
     <properties>
         <servicemix.osgi.bundles>
-            org.springframework.core,
-            org.springframework.beans,
-            org.springframework.context,
+            org.apache.servicemix.bundles.spring-core,
+            org.apache.servicemix.bundles.spring-beans,
+            org.apache.servicemix.bundles.spring-context,
             servicemix-common,
             servicemix-soap,
             servicemix-soap2

Modified: servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml?rev=1586047&r1=1586046&r2=1586047&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml Wed Apr  9 17:30:01 2014
@@ -62,9 +62,9 @@
         </servicemix.osgi.export>
         <servicemix.osgi.bundles>
             org.apache.cxf.bundle,
-            org.springframework.core,
-            org.springframework.beans,
-            org.springframework.context,
+            org.apache.servicemix.bundles.spring-core,
+            org.apache.servicemix.bundles.spring-beans,
+            org.apache.servicemix.bundles.spring-context,
             servicemix-common,
             servicemix-soap,
             servicemix-soap2,

Modified: servicemix/components/trunk/engines/servicemix-eip/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-eip/pom.xml?rev=1586047&r1=1586046&r2=1586047&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-eip/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-eip/pom.xml Wed Apr  9 17:30:01 2014
@@ -60,9 +60,9 @@
             META-INF.services.org.apache.xbean.spring.http.servicemix.apache.org.eip
         </servicemix.osgi.export>
         <servicemix.osgi.bundles>
-            org.springframework.core,
-            org.springframework.beans,
-            org.springframework.context
+            org.apache.servicemix.bundles.spring-core,
+            org.apache.servicemix.bundles.spring-beans,
+            org.apache.servicemix.bundles.spring-context,
         </servicemix.osgi.bundles>
     </properties>