You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/08/29 15:09:02 UTC

svn commit: r438065 - in /incubator/servicemix/trunk: build/ samples/basic/ servicemix-bpe/ servicemix-eip/ servicemix-http/ servicemix-jms/ servicemix-jsr181/ servicemix-lwcontainer/ servicemix-sca/ servicemix-shared/ servicemix-wsn2005/

Author: gnodet
Date: Tue Aug 29 06:09:01 2006
New Revision: 438065

URL: http://svn.apache.org/viewvc?rev=438065&view=rev
Log:
Revert to default parent-first classloader delegation for components
Remove woodstox from jsr181 installer
Ignore eclipse project files

Modified:
    incubator/servicemix/trunk/build/   (props changed)
    incubator/servicemix/trunk/samples/basic/   (props changed)
    incubator/servicemix/trunk/servicemix-bpe/pom.xml
    incubator/servicemix/trunk/servicemix-eip/pom.xml
    incubator/servicemix/trunk/servicemix-http/pom.xml
    incubator/servicemix/trunk/servicemix-jms/pom.xml
    incubator/servicemix/trunk/servicemix-jsr181/pom.xml
    incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml
    incubator/servicemix/trunk/servicemix-sca/pom.xml
    incubator/servicemix/trunk/servicemix-shared/pom.xml
    incubator/servicemix/trunk/servicemix-wsn2005/pom.xml

Propchange: incubator/servicemix/trunk/build/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Aug 29 06:09:01 2006
@@ -1 +1,3 @@
 target
+.classpath
+.project

Propchange: incubator/servicemix/trunk/samples/basic/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Aug 29 06:09:01 2006
@@ -1 +1,3 @@
 target
+.classpath
+.project

Modified: incubator/servicemix/trunk/servicemix-bpe/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-bpe/pom.xml?rev=438065&r1=438064&r2=438065&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-bpe/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-bpe/pom.xml Tue Aug 29 06:09:01 2006
@@ -128,10 +128,6 @@
           <type>service-engine</type>
           <bootstrap>org.apache.servicemix.bpe.BPEBootstrap</bootstrap>
           <component>org.apache.servicemix.bpe.BPEComponent</component>
-          <!-- 
-               make sure self first delegation 
-            -->
-          <componentClassLoaderDelegation>self-first</componentClassLoaderDelegation>
         </configuration>
       </plugin>
       <plugin>

Modified: incubator/servicemix/trunk/servicemix-eip/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-eip/pom.xml?rev=438065&r1=438064&r2=438065&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-eip/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-eip/pom.xml Tue Aug 29 06:09:01 2006
@@ -92,10 +92,6 @@
           <bootstrap>org.apache.servicemix.eip.EIPBootstrap</bootstrap>
           <component>org.apache.servicemix.eip.EIPComponent</component>
           <serviceUnitAnalyzer>org.apache.servicemix.eip.packaging.EipServiceUnitAnalyzer</serviceUnitAnalyzer>
-          <!-- 
-               make sure self first delegation 
-            -->
-          <componentClassLoaderDelegation>self-first</componentClassLoaderDelegation>
         </configuration>
       </plugin>
       <plugin>

Modified: incubator/servicemix/trunk/servicemix-http/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-http/pom.xml?rev=438065&r1=438064&r2=438065&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-http/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-http/pom.xml Tue Aug 29 06:09:01 2006
@@ -44,10 +44,6 @@
           <bootstrap>org.apache.servicemix.http.HttpBootstrap</bootstrap>
           <component>org.apache.servicemix.http.HttpComponent</component>
           <serviceUnitAnalyzer>org.apache.servicemix.http.packaging.HttpServiceUnitAnalyzer</serviceUnitAnalyzer>
-          <!-- 
-               make sure self first delegation 
-            -->
-          <componentClassLoaderDelegation>self-first</componentClassLoaderDelegation>
         </configuration>
       </plugin>
       <plugin>

Modified: incubator/servicemix/trunk/servicemix-jms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-jms/pom.xml?rev=438065&r1=438064&r2=438065&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-jms/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-jms/pom.xml Tue Aug 29 06:09:01 2006
@@ -140,10 +140,6 @@
           <bootstrap>org.apache.servicemix.jms.JmsBootstrap</bootstrap>
           <component>org.apache.servicemix.jms.JmsComponent</component>
           <serviceUnitAnalyzer>org.apache.servicemix.jms.packaging.JmsServiceUnitAnalyzer</serviceUnitAnalyzer>
-          <!-- 
-               make sure self first delegation 
-            -->
-          <componentClassLoaderDelegation>self-first</componentClassLoaderDelegation>
         </configuration>
       </plugin>
       <plugin>

Modified: incubator/servicemix/trunk/servicemix-jsr181/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-jsr181/pom.xml?rev=438065&r1=438064&r2=438065&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-jsr181/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-jsr181/pom.xml Tue Aug 29 06:09:01 2006
@@ -90,6 +90,11 @@
       <artifactId>geronimo-javamail_1.3.1_spec</artifactId>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>woodstox</groupId>
+      <artifactId>wstx-asl</artifactId>
+      <scope>provided</scope>
+    </dependency>
   </dependencies>
 
   <build>
@@ -150,10 +155,6 @@
           <bootstrap>org.apache.servicemix.jsr181.Jsr181Bootstrap</bootstrap>
           <component>org.apache.servicemix.jsr181.Jsr181Component</component>
           <serviceUnitAnalyzer>org.apache.servicemix.jsr181.packaging.Jsr181ServiceUnitAnalyzer</serviceUnitAnalyzer>
-          <!-- 
-               make sure self first delegation 
-            -->
-          <componentClassLoaderDelegation>self-first</componentClassLoaderDelegation>
         </configuration>
       </plugin>
       <plugin>

Modified: incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml?rev=438065&r1=438064&r2=438065&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml Tue Aug 29 06:09:01 2006
@@ -61,10 +61,6 @@
           <type>service-engine</type>
           <bootstrap>org.apache.servicemix.lwcontainer.LwContainerBootstrap</bootstrap>
           <component>org.apache.servicemix.lwcontainer.LwContainerComponent</component>
-          <!-- 
-               make sure self first delegation 
-            -->
-          <componentClassLoaderDelegation>self-first</componentClassLoaderDelegation>
         </configuration>
       </plugin>
     </plugins>

Modified: incubator/servicemix/trunk/servicemix-sca/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-sca/pom.xml?rev=438065&r1=438064&r2=438065&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-sca/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-sca/pom.xml Tue Aug 29 06:09:01 2006
@@ -145,10 +145,6 @@
           <type>service-engine</type>
           <bootstrap>org.apache.servicemix.sca.ScaBootstrap</bootstrap>
           <component>org.apache.servicemix.sca.ScaComponent</component>
-          <!-- 
-               make sure self first delegation 
-            -->
-          <componentClassLoaderDelegation>self-first</componentClassLoaderDelegation>
         </configuration>
       </plugin>
     </plugins>

Modified: incubator/servicemix/trunk/servicemix-shared/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-shared/pom.xml?rev=438065&r1=438064&r2=438065&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-shared/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-shared/pom.xml Tue Aug 29 06:09:01 2006
@@ -42,7 +42,7 @@
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-soap</artifactId>
-    </dependency>    
+    </dependency>
   </dependencies>
 
   <build>

Modified: incubator/servicemix/trunk/servicemix-wsn2005/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-wsn2005/pom.xml?rev=438065&r1=438064&r2=438065&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-wsn2005/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-wsn2005/pom.xml Tue Aug 29 06:09:01 2006
@@ -96,10 +96,6 @@
           <type>service-engine</type>
           <bootstrap>org.apache.servicemix.wsn.component.WSNBootstrap</bootstrap>
           <component>org.apache.servicemix.wsn.component.WSNComponent</component>
-          <!-- 
-               make sure self first delegation 
-            -->
-          <componentClassLoaderDelegation>self-first</componentClassLoaderDelegation>
         </configuration>
       </plugin>
       <plugin>