You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2008/07/04 07:21:49 UTC

svn commit: r673908 - in /ofbiz/trunk/applications/party: data/ScheduledJobs.xml data/SheduledJobs.xml ofbiz-component.xml script/org/ofbiz/party/communication/CommunicationEventServices.xml servicedef/services.xml

Author: mor
Date: Thu Jul  3 22:21:48 2008
New Revision: 673908

URL: http://svn.apache.org/viewvc?rev=673908&view=rev
Log:
Fix grammatical mistake Sheduled --> Scheduled
Change comments with respect to changes in the status used in service

Added:
    ofbiz/trunk/applications/party/data/ScheduledJobs.xml
      - copied, changed from r673903, ofbiz/trunk/applications/party/data/SheduledJobs.xml
Removed:
    ofbiz/trunk/applications/party/data/SheduledJobs.xml
Modified:
    ofbiz/trunk/applications/party/ofbiz-component.xml
    ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml
    ofbiz/trunk/applications/party/servicedef/services.xml

Copied: ofbiz/trunk/applications/party/data/ScheduledJobs.xml (from r673903, ofbiz/trunk/applications/party/data/SheduledJobs.xml)
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/data/ScheduledJobs.xml?p2=ofbiz/trunk/applications/party/data/ScheduledJobs.xml&p1=ofbiz/trunk/applications/party/data/SheduledJobs.xml&r1=673903&r2=673908&rev=673908&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/data/SheduledJobs.xml (original)
+++ ofbiz/trunk/applications/party/data/ScheduledJobs.xml Thu Jul  3 22:21:48 2008
@@ -20,7 +20,7 @@
 
 <!-- This is a recurring job with will check for communication events which need to be send as emails. -->
 <entity-engine-xml>
-    <!-- create recurring job to check emails with he status "entered and send these emails.. -->
+    <!-- create recurring job to check email communication events with the status COM_IN_PROGRESS to send these emails.. -->
     <RecurrenceRule recurrenceRuleId="SENDEMAIL" untilDateTime="" frequency="MINUTELY" intervalNumber="5" countNumber="-1"/>
     <RecurrenceInfo recurrenceInfoId="SENDEMAIL" startDateTime="2000-01-01 00:00:00.000" recurrenceRuleId="SENDEMAIL" recurrenceCount="0"/>
     <JobSandbox jobId="SENDEMAIL" jobName="Send Email" runTime="2000-01-01 00:00:00.000" serviceName="sendEmailDated" poolId="pool" runAsUser="system" recurrenceInfoId="SENDEMAIL"/>

Modified: ofbiz/trunk/applications/party/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/ofbiz-component.xml?rev=673908&r1=673907&r2=673908&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/party/ofbiz-component.xml Thu Jul  3 22:21:48 2008
@@ -29,7 +29,7 @@
     <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/PartyTypeData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/PartySecurityData.xml"/>
-    <entity-resource type="data" reader-name="seed" loader="main" location="data/SheduledJobs.xml"/>
+    <entity-resource type="data" reader-name="seed" loader="main" location="data/ScheduledJobs.xml"/>
     <service-resource type="model" loader="main" location="servicedef/services.xml"/>
     <service-resource type="model" loader="main" location="servicedef/services_view.xml"/>
     <service-resource type="eca" loader="main" location="servicedef/secas.xml"/>

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml?rev=673908&r1=673907&r2=673908&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml Thu Jul  3 22:21:48 2008
@@ -191,7 +191,7 @@
     </simple-method>
 
     <simple-method method-name="sendEmailDated"
-        short-description="Checks for email communication events with the status COM__ENTERED and a startdate which is expired, then send the email">
+        short-description="Checks for email communication events with the status COM_IN_PROGRESS and a startdate which is expired, then send the email">
         <transaction-begin/>
         <now-timestamp-to-env env-name="nowDate" />
         <entity-condition entity-name="CommunicationEvent" list-name="communicationEvents">

Modified: ofbiz/trunk/applications/party/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/servicedef/services.xml?rev=673908&r1=673907&r2=673908&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/party/servicedef/services.xml Thu Jul  3 22:21:48 2008
@@ -730,7 +730,7 @@
     
     <service name="sendEmailDated" engine="simple" use-transaction="false"
         location="org/ofbiz/party/communication/CommunicationEventServices.xml" invoke="sendEmailDated" auth="true">
-        <description>Checks for email communication events with the status COM__ENTERED and a startdate which is expired, then send the email</description>
+        <description>Checks for email communication events with the status COM_IN_PROGRESS and a startdate which is expired, then send the email</description>
     </service>