Author: jleroux
Date: Thu Jan 7 12:40:37 2010
New Revision: 896862
URL: http://svn.apache.org/viewvc?rev=896862&view=rev
Log:
Correct the comment, there are no CommunicationEventContent but CommEventContentAssoc
Modified:
ofbiz/trunk/applications/content/servicedef/services_commevent.xml
Modified: ofbiz/trunk/applications/content/servicedef/services_commevent.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/servicedef/services_commevent.xml?rev=896862&r1=896861&r2=896862&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/servicedef/services_commevent.xml (original)
+++ ofbiz/trunk/applications/content/servicedef/services_commevent.xml Thu Jan 7 12:40:37
2010
@@ -31,8 +31,8 @@
It should be able to auto populate the service parameters for persistContentAndAssoc
from this service's input parameters
using ModelService.makeValid (or the simple method equivalent).
persistContentAndAssoc will return contentId.
-
- Second, it must create a CommunicationEventContent record.
+
+ Second, it must create a CommEventContentAssoc record.
The fromData should be defaulted if not passed in.
-->
<service name="createCommContentDataResource" engine="simple"
|