[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3825) <script> not allowed in seam pageflow xsd

Samuel Mendenhall (JIRA) jira-events at lists.jboss.org
Tue Dec 9 10:05:37 EST 2008


<script> not allowed in seam pageflow xsd
-----------------------------------------

                 Key: JBSEAM-3825
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3825
             Project: Seam
          Issue Type: Bug
          Components: BPM
    Affects Versions: 2.1.1.CR2, 2.0.3.CR1, 2.0.2.SP1
            Reporter: Samuel Mendenhall
            Priority: Minor
             Fix For: The future



When testing the code:

<event type="process-start" >
<script>
  System.out.println("starting process");
</script>
</event>

A validation error is thrown that <script> is not allowed here, however, it is according to the jbpm docs: http://docs.jboss.com/jbpm/v3.2/userguide/html/processmodelling.html#script


When removing the schema, it works fine, so looks to be an issue with the xsd.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list