Author: jleroux
Date: Mon May 21 09:20:58 2012
New Revision: 1340943
URL:
http://svn.apache.org/viewvc?rev=1340943&view=revLog:
Forgot this trick, thanks to Si Chen cookbook...
Modified:
ofbiz/trunk/framework/webapp/dtd/site-conf.xsd
Modified: ofbiz/trunk/framework/webapp/dtd/site-conf.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd?rev=1340943&r1=1340942&r2=1340943&view=diff==============================================================================
--- ofbiz/trunk/framework/webapp/dtd/site-conf.xsd (original)
+++ ofbiz/trunk/framework/webapp/dtd/site-conf.xsd Mon May 21 09:20:58 2012
@@ -375,7 +375,8 @@ under the License.
<xs:attribute name="path" type="xs:string">
<xs:annotation>
<xs:documentation>
- The path to the class or XML file containing this event, leave empty for services.
+ The path to the class or XML file containing this event.
+ leave empty for services, except if you want to run it as a job, then use "async"
</xs:documentation>
</xs:annotation>
</xs:attribute>