You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2006/04/27 23:59:58 UTC

svn commit: r397656 - /geronimo/daytrader/trunk/modules/ejb/src/main/resources/META-INF/ejb-jar.xml

Author: hogstrom
Date: Thu Apr 27 14:59:57 2006
New Revision: 397656

URL: http://svn.apache.org/viewcvs?rev=397656&view=rev
Log:
Disable JMS logging for Streamer.  The AppClients are not being supported for 1.1 so the logging is not relevant

Modified:
    geronimo/daytrader/trunk/modules/ejb/src/main/resources/META-INF/ejb-jar.xml

Modified: geronimo/daytrader/trunk/modules/ejb/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewcvs/geronimo/daytrader/trunk/modules/ejb/src/main/resources/META-INF/ejb-jar.xml?rev=397656&r1=397655&r2=397656&view=diff
==============================================================================
--- geronimo/daytrader/trunk/modules/ejb/src/main/resources/META-INF/ejb-jar.xml (original)
+++ geronimo/daytrader/trunk/modules/ejb/src/main/resources/META-INF/ejb-jar.xml Thu Apr 27 14:59:57 2006
@@ -26,7 +26,7 @@
             <env-entry>
                 <env-entry-name>publishQuotePriceChange</env-entry-name>
                 <env-entry-type>java.lang.Boolean</env-entry-type>
-                <env-entry-value>true</env-entry-value>
+                <env-entry-value>false</env-entry-value>
             </env-entry>
             <ejb-ref>
                 <ejb-ref-name>ejb/Trade</ejb-ref-name>