[
http://jira.jboss.com/jira/browse/JBPM-904?page=comments#action_12356855 ]
Bill Middleton commented on JBPM-904:
-------------------------------------
Hello. I posted a small nit about this on the forum. The problem is that the reminder
element didn't receive a type. The following patch fixes the problem, although
it's not clear that complexType is appropriate for reminder element.
Index: jpdl-3.2.xsd
===================================================================
RCS file: /cvsroot/jbpm/jbpm.3/jpdl/jar/src/main/java/org/jbpm/jpdl/xml/jpdl-3.2
.xsd,v
retrieving revision 1.4
diff -r1.4 jpdl-3.2.xsd
365,368c365,370
< <xs:element name="reminder">
< <xs:attribute name="duedate" type="xs:string"
use="required" />
< <xs:attribute name="repeat" type="xs:string" />
< <xs:attribute name="transition" type="xs:string"
/>
---
<xs:element name="reminder">
<xs:complexType>
<xs:attribute name="duedate" type="xs:string"
use="required" />
<xs:attribute name="repeat" type="xs:string" />
<xs:attribute name="transition" type="xs:string"
/>
</xs:complexType>
task notify attribute and reminder element not right in schema
--------------------------------------------------------------
Key: JBPM-904
URL:
http://jira.jboss.com/jira/browse/JBPM-904
Project: JBoss jBPM
Issue Type: Bug
Components: Core Engine
Reporter: Tom Baeyens
Assigned To: Tom Baeyens
Fix For: jBPM jPDL 3.2.1
these new schema elements were not properly modelled in the xsd schema file.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira