Author: lhein
Date: Thu Apr 28 19:52:47 2011
New Revision: 1097589

URL: http://svn.apache.org/viewvc?rev=1097589&view=rev
Log:
fixed wrong jndi names in properties file (see SM-1206)

Modified:
    
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/component.properties

Modified: 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/component.properties
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/component.properties?rev=1097589&r1=1097588&r2=1097589&view=diff
==============================================================================
--- 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/component.properties
 (original)
+++ 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/component.properties
 Thu Apr 28 19:52:47 2011
@@ -29,13 +29,13 @@
 #   [property] is the name of the property
 #   [value] is the value given to the property
 #
-servicemix-http.authenticationServiceName=java\:comp/env/smx/AuthenticationService
+servicemix-http.authenticationServiceName=org/apache/servicemix/AuthenticationService
 servicemix-http.jettyManagement=false
 servicemix-http.streamingEnabled=false
 servicemix-http.connectorMaxIdleTime=65000
 
servicemix-http.jettyConnectorClassName=org.mortbay.jetty.nio.SelectChannelConnector
 servicemix-http.maxTotalConnections=65536
 servicemix-http.jettyThreadPoolSize=255
-servicemix-http.keystoreManagerName=java\:comp/env/smx/KeystoreManager
+servicemix-http.keystoreManagerName=org/apache/servicemix/KeystoreManager
 servicemix-http.consumerProcessorSuspendTime=70000
 servicemix-http.maxConnectionsPerHost=65536


Reply via email to