Author: gnodet
Date: Mon Oct  8 02:08:12 2007
New Revision: 582755

URL: http://svn.apache.org/viewvc?rev=582755&view=rev
Log:
SM-945: ConsumerProcessor error when using classpath for keystore

Modified:
    
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ConsumerProcessor.java

Modified: 
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ConsumerProcessor.java
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ConsumerProcessor.java?rev=582755&r1=582754&r2=582755&view=diff
==============================================================================
--- 
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ConsumerProcessor.java
 (original)
+++ 
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ConsumerProcessor.java
 Mon Oct  8 02:08:12 2007
@@ -106,7 +106,6 @@
     }
 
     public void start() throws Exception {
-        
Thread.currentThread().setContextClassLoader(getClass().getClassLoader());
         String url = endpoint.getLocationURI();
         context = new EndpointComponentContext(endpoint);
         channel = context.getDeliveryChannel();


Reply via email to