svn commit: r446517 - /incubator/ofbiz/trunk/framework/base/config/ofbiz-containers.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r446517 - /incubator/ofbiz/trunk/framework/base/config/ofbiz-containers.xml

jonesde
Author: jonesde
Date: Thu Sep 14 21:45:43 2006
New Revision: 446517

URL: http://svn.apache.org/viewvc?view=rev&rev=446517
Log:
Commented out the MCA listener so it won't complain when not configured

Modified:
    incubator/ofbiz/trunk/framework/base/config/ofbiz-containers.xml

Modified: incubator/ofbiz/trunk/framework/base/config/ofbiz-containers.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/ofbiz-containers.xml?view=diff&rev=446517&r1=446516&r2=446517
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original)
+++ incubator/ofbiz/trunk/framework/base/config/ofbiz-containers.xml Thu Sep 14 21:45:43 2006
@@ -45,9 +45,10 @@
         <property name="ssl-client-auth" value="true"/>
     </container>
 
-    <!-- JavaMail Listener Container -->
+    <!-- JavaMail Listener Container - Triggers MCA Rules -->
     <!-- if delete-mail is set to true, will delete messages after fetching them. otherwise, will try to mark them as seen
-         mail.store.protocol supports both imap and pop3, but pop3 will not be able to mark messages as seen, so you would need to delete them -->
+         mail.store.protocol supports both imap and pop3, but pop3 will not be able to mark messages as seen, so you would need to delete them -->
+    <!-- To use the mail listerner just uncomment and go...
     <container name="javamail-container" class="org.ofbiz.service.mail.JavaMailContainer">
         <property name="delegator-name" value="default"/>
         <property name="dispatcher-name" value="JavaMailDispatcher"/>
@@ -62,6 +63,7 @@
             <property name="mail.debug" value="false"/>
         </property>
     </container>
+    -->
 
     <!-- load Shark Workflow Engine -->
     <!-- NOTE: before uncommenting this please see the instructions in the ofbiz/OPTIONAL_LIBRARIES file.