You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2011/06/22 10:42:12 UTC

svn commit: r1138338 - /servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/jndi.xml

Author: jbonofre
Date: Wed Jun 22 08:42:12 2011
New Revision: 1138338

URL: http://svn.apache.org/viewvc?rev=1138338&view=rev
Log:
[SM-2094] Remove unused JNDI name for wsnotificationCF connection factory.

Modified:
    servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/jndi.xml

Modified: servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/jndi.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/jndi.xml?rev=1138338&r1=1138337&r2=1138338&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/jndi.xml (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/jndi.xml Wed Jun 22 08:42:12 2011
@@ -47,9 +47,6 @@
     <entry key="org.apache.servicemix.jms.wsnotificationCF">
       <amq:connectionFactory brokerURL="${activemq.url}" />
     </entry>
-    <entry key="java:comp/env/jms/wsnotificationCF">
-      <amq:connectionFactory brokerURL="${activemq.url}" />
-    </entry>
 
     <!-- transaction manager -->
     <entry key="javax.transaction.TransactionManager" value-ref="transactionManager" />