[switchyard-issues] [JBoss JIRA] Created: (SWITCHYARD-394) Lots of schema warnings with jBPM process definitions in AS7

Keith Babo (JIRA) jira-events at lists.jboss.org
Mon Aug 15 09:22:02 EDT 2011


Lots of schema warnings with jBPM process definitions in AS7
------------------------------------------------------------

                 Key: SWITCHYARD-394
                 URL: https://issues.jboss.org/browse/SWITCHYARD-394
             Project: SwitchYard
          Issue Type: Bug
            Reporter: Keith Babo
             Fix For: 0.2


During deployment, I'm seeing lots of schema warnings from the BPM component on AS7 (see Clip 1). One example is an xsi:schemaLocation defined in the process definition which points to a 'local' schema (BPMN20.xsd) contained in the jbpm-bpmn2 module.  I modified the BPM component module definition to re-export the jbpm-bpmn2 module, but this still fails because META-INF is not added to the classpath root (the schema is located at META-INF/BPMN20.xsd and the schemaLocation points to BPMN20.xsd).  I changed the location of the schema in the jar as a test and it is able to resolve in the root of the jar.  This still leaves some other schema issues (see Clip 2).


h5. Clip 1
{noformat}
06:41:34,451 INFO [stdout] (MSC service thread 1-2) (null: 13, 54): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,451 INFO [stdout] (MSC service thread 1-2) (null: 13, 54): cvc-elt.1: Cannot find the declaration of element 'definitions'.
06:41:34,456 INFO [stdout] (MSC service thread 1-2) (null: 15, 161): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,470 INFO [stdout] (MSC service thread 1-2) (null: 17, 24): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,472 INFO [stdout] (MSC service thread 1-2) (null: 22, 47): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,474 INFO [stdout] (MSC service thread 1-2) (null: 23, 73): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,476 INFO [stdout] (MSC service thread 1-2) (null: 24, 24): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,477 INFO [stdout] (MSC service thread 1-2) (null: 25, 66): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,478 INFO [stdout] (MSC service thread 1-2) (null: 26, 84): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,479 INFO [stdout] (MSC service thread 1-2) (null: 27, 19): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,480 INFO [stdout] (MSC service thread 1-2) (null: 28, 26): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,481 INFO [stdout] (MSC service thread 1-2) (null: 29, 26): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,482 INFO [stdout] (MSC service thread 1-2) (null: 31, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,484 INFO [stdout] (MSC service thread 1-2) (null: 34, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,485 INFO [stdout] (MSC service thread 1-2) (null: 35, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,486 INFO [stdout] (MSC service thread 1-2) (null: 36, 21): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,487 INFO [stdout] (MSC service thread 1-2) (null: 37, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,489 INFO [stdout] (MSC service thread 1-2) (null: 37, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,489 INFO [stdout] (MSC service thread 1-2) (null: 37, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
06:41:34,491 INFO [stdout] (MSC service thread 1-2) (null: 38, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,492 INFO [stdout] (MSC service thread 1-2) (null: 38, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,492 INFO [stdout] (MSC service thread 1-2) (null: 38, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
06:41:34,493 INFO [stdout] (MSC service thread 1-2) (null: 41, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,494 INFO [stdout] (MSC service thread 1-2) (null: 42, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,496 INFO [stdout] (MSC service thread 1-2) (null: 43, 21): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,497 INFO [stdout] (MSC service thread 1-2) (null: 44, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,498 INFO [stdout] (MSC service thread 1-2) (null: 44, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,498 INFO [stdout] (MSC service thread 1-2) (null: 44, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
06:41:34,513 INFO [stdout] (MSC service thread 1-2) (null: 45, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,514 INFO [stdout] (MSC service thread 1-2) (null: 45, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,514 INFO [stdout] (MSC service thread 1-2) (null: 45, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
06:41:34,516 INFO [stdout] (MSC service thread 1-2) (null: 49, 75): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,517 INFO [stdout] (MSC service thread 1-2) (null: 50, 24): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,519 INFO [stdout] (MSC service thread 1-2) (null: 51, 66): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,520 INFO [stdout] (MSC service thread 1-2) (null: 52, 84): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,521 INFO [stdout] (MSC service thread 1-2) (null: 53, 19): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,522 INFO [stdout] (MSC service thread 1-2) (null: 54, 26): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,523 INFO [stdout] (MSC service thread 1-2) (null: 55, 26): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,524 INFO [stdout] (MSC service thread 1-2) (null: 57, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,525 INFO [stdout] (MSC service thread 1-2) (null: 60, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,526 INFO [stdout] (MSC service thread 1-2) (null: 61, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,527 INFO [stdout] (MSC service thread 1-2) (null: 62, 21): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,528 INFO [stdout] (MSC service thread 1-2) (null: 63, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,529 INFO [stdout] (MSC service thread 1-2) (null: 63, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,529 INFO [stdout] (MSC service thread 1-2) (null: 63, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
06:41:34,530 INFO [stdout] (MSC service thread 1-2) (null: 64, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,531 INFO [stdout] (MSC service thread 1-2) (null: 64, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,531 INFO [stdout] (MSC service thread 1-2) (null: 64, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
06:41:34,533 INFO [stdout] (MSC service thread 1-2) (null: 67, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,534 INFO [stdout] (MSC service thread 1-2) (null: 68, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,535 INFO [stdout] (MSC service thread 1-2) (null: 69, 21): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,564 INFO [stdout] (MSC service thread 1-2) (null: 70, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,565 INFO [stdout] (MSC service thread 1-2) (null: 70, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,565 INFO [stdout] (MSC service thread 1-2) (null: 70, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
06:41:34,566 INFO [stdout] (MSC service thread 1-2) (null: 71, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,567 INFO [stdout] (MSC service thread 1-2) (null: 71, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,570 INFO [stdout] (MSC service thread 1-2) (null: 71, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
06:41:34,571 INFO [stdout] (MSC service thread 1-2) (null: 75, 35): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,572 INFO [stdout] (MSC service thread 1-2) (null: 76, 36): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,574 INFO [stdout] (MSC service thread 1-2) (null: 78, 78): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,579 INFO [stdout] (MSC service thread 1-2) (null: 79, 47): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,591 INFO [stdout] (MSC service thread 1-2) (null: 80, 24): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,592 INFO [stdout] (MSC service thread 1-2) (null: 81, 60): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,593 INFO [stdout] (MSC service thread 1-2) (null: 82, 58): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,594 INFO [stdout] (MSC service thread 1-2) (null: 83, 19): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,595 INFO [stdout] (MSC service thread 1-2) (null: 84, 26): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,596 INFO [stdout] (MSC service thread 1-2) (null: 85, 26): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,597 INFO [stdout] (MSC service thread 1-2) (null: 87, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,598 INFO [stdout] (MSC service thread 1-2) (null: 90, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,599 INFO [stdout] (MSC service thread 1-2) (null: 91, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,603 INFO [stdout] (MSC service thread 1-2) (null: 92, 21): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,604 INFO [stdout] (MSC service thread 1-2) (null: 93, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,605 INFO [stdout] (MSC service thread 1-2) (null: 93, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,605 INFO [stdout] (MSC service thread 1-2) (null: 93, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
06:41:34,606 INFO [stdout] (MSC service thread 1-2) (null: 94, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,607 INFO [stdout] (MSC service thread 1-2) (null: 94, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,607 INFO [stdout] (MSC service thread 1-2) (null: 94, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
06:41:34,608 INFO [stdout] (MSC service thread 1-2) (null: 97, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,609 INFO [stdout] (MSC service thread 1-2) (null: 98, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,610 INFO [stdout] (MSC service thread 1-2) (null: 99, 21): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,611 INFO [stdout] (MSC service thread 1-2) (null: 100, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,612 INFO [stdout] (MSC service thread 1-2) (null: 100, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,612 INFO [stdout] (MSC service thread 1-2) (null: 100, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
06:41:34,618 INFO [stdout] (MSC service thread 1-2) (null: 101, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,619 INFO [stdout] (MSC service thread 1-2) (null: 101, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,626 INFO [stdout] (MSC service thread 1-2) (null: 101, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
06:41:34,627 INFO [stdout] (MSC service thread 1-2) (null: 104, 23): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,628 INFO [stdout] (MSC service thread 1-2) (null: 105, 39): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,629 INFO [stdout] (MSC service thread 1-2) (null: 106, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,630 INFO [stdout] (MSC service thread 1-2) (null: 110, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,631 INFO [stdout] (MSC service thread 1-2) (null: 111, 26): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,632 INFO [stdout] (MSC service thread 1-2) (null: 113, 19): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,633 INFO [stdout] (MSC service thread 1-2) (null: 127, 19): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,634 INFO [stdout] (MSC service thread 1-2) (null: 130, 24): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,635 INFO [stdout] (MSC service thread 1-2) (null: 131, 61): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,646 INFO [stdout] (MSC service thread 1-2) (null: 132, 59): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,647 INFO [stdout] (MSC service thread 1-2) (null: 133, 19): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,648 INFO [stdout] (MSC service thread 1-2) (null: 134, 26): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,649 INFO [stdout] (MSC service thread 1-2) (null: 135, 26): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,650 INFO [stdout] (MSC service thread 1-2) (null: 137, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,651 INFO [stdout] (MSC service thread 1-2) (null: 140, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,652 INFO [stdout] (MSC service thread 1-2) (null: 141, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,654 INFO [stdout] (MSC service thread 1-2) (null: 142, 21): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,655 INFO [stdout] (MSC service thread 1-2) (null: 143, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,656 INFO [stdout] (MSC service thread 1-2) (null: 143, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,656 INFO [stdout] (MSC service thread 1-2) (null: 143, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
06:41:34,658 INFO [stdout] (MSC service thread 1-2) (null: 144, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,659 INFO [stdout] (MSC service thread 1-2) (null: 144, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,659 INFO [stdout] (MSC service thread 1-2) (null: 144, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
06:41:34,661 INFO [stdout] (MSC service thread 1-2) (null: 147, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,662 INFO [stdout] (MSC service thread 1-2) (null: 148, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,663 INFO [stdout] (MSC service thread 1-2) (null: 149, 21): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,664 INFO [stdout] (MSC service thread 1-2) (null: 150, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,665 INFO [stdout] (MSC service thread 1-2) (null: 150, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,666 INFO [stdout] (MSC service thread 1-2) (null: 150, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
06:41:34,667 INFO [stdout] (MSC service thread 1-2) (null: 151, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,668 INFO [stdout] (MSC service thread 1-2) (null: 151, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,668 INFO [stdout] (MSC service thread 1-2) (null: 151, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
06:41:34,670 INFO [stdout] (MSC service thread 1-2) (null: 154, 23): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,671 INFO [stdout] (MSC service thread 1-2) (null: 155, 39): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,672 INFO [stdout] (MSC service thread 1-2) (null: 156, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,691 INFO [stdout] (MSC service thread 1-2) (null: 160, 78): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,692 INFO [stdout] (MSC service thread 1-2) (null: 161, 77): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,693 INFO [stdout] (MSC service thread 1-2) (null: 162, 24): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,694 INFO [stdout] (MSC service thread 1-2) (null: 163, 67): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,695 INFO [stdout] (MSC service thread 1-2) (null: 164, 85): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,696 INFO [stdout] (MSC service thread 1-2) (null: 165, 19): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,697 INFO [stdout] (MSC service thread 1-2) (null: 166, 26): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,697 INFO [stdout] (MSC service thread 1-2) (null: 167, 26): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,698 INFO [stdout] (MSC service thread 1-2) (null: 169, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,699 INFO [stdout] (MSC service thread 1-2) (null: 172, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,700 INFO [stdout] (MSC service thread 1-2) (null: 173, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,701 INFO [stdout] (MSC service thread 1-2) (null: 174, 21): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,702 INFO [stdout] (MSC service thread 1-2) (null: 175, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,703 INFO [stdout] (MSC service thread 1-2) (null: 175, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,703 INFO [stdout] (MSC service thread 1-2) (null: 175, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
06:41:34,704 INFO [stdout] (MSC service thread 1-2) (null: 176, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,705 INFO [stdout] (MSC service thread 1-2) (null: 176, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,705 INFO [stdout] (MSC service thread 1-2) (null: 176, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
06:41:34,706 INFO [stdout] (MSC service thread 1-2) (null: 179, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,707 INFO [stdout] (MSC service thread 1-2) (null: 180, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,708 INFO [stdout] (MSC service thread 1-2) (null: 181, 21): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,709 INFO [stdout] (MSC service thread 1-2) (null: 182, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,722 INFO [stdout] (MSC service thread 1-2) (null: 182, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,722 INFO [stdout] (MSC service thread 1-2) (null: 182, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
06:41:34,723 INFO [stdout] (MSC service thread 1-2) (null: 183, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,724 INFO [stdout] (MSC service thread 1-2) (null: 183, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,724 INFO [stdout] (MSC service thread 1-2) (null: 183, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
06:41:34,725 INFO [stdout] (MSC service thread 1-2) (null: 187, 47): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,726 INFO [stdout] (MSC service thread 1-2) (null: 188, 24): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,727 INFO [stdout] (MSC service thread 1-2) (null: 189, 61): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,728 INFO [stdout] (MSC service thread 1-2) (null: 190, 59): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,729 INFO [stdout] (MSC service thread 1-2) (null: 191, 19): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,730 INFO [stdout] (MSC service thread 1-2) (null: 192, 26): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,731 INFO [stdout] (MSC service thread 1-2) (null: 193, 26): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,732 INFO [stdout] (MSC service thread 1-2) (null: 195, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,733 INFO [stdout] (MSC service thread 1-2) (null: 198, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,733 INFO [stdout] (MSC service thread 1-2) (null: 199, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,734 INFO [stdout] (MSC service thread 1-2) (null: 200, 21): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,735 INFO [stdout] (MSC service thread 1-2) (null: 201, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,736 INFO [stdout] (MSC service thread 1-2) (null: 201, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,736 INFO [stdout] (MSC service thread 1-2) (null: 201, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
06:41:34,738 INFO [stdout] (MSC service thread 1-2) (null: 202, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,739 INFO [stdout] (MSC service thread 1-2) (null: 202, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,739 INFO [stdout] (MSC service thread 1-2) (null: 202, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
06:41:34,740 INFO [stdout] (MSC service thread 1-2) (null: 205, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,740 INFO [stdout] (MSC service thread 1-2) (null: 206, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,741 INFO [stdout] (MSC service thread 1-2) (null: 207, 21): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,748 INFO [stdout] (MSC service thread 1-2) (null: 208, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,749 INFO [stdout] (MSC service thread 1-2) (null: 208, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,749 INFO [stdout] (MSC service thread 1-2) (null: 208, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
06:41:34,750 INFO [stdout] (MSC service thread 1-2) (null: 209, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,763 INFO [stdout] (MSC service thread 1-2) (null: 209, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,763 INFO [stdout] (MSC service thread 1-2) (null: 209, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
06:41:34,764 INFO [stdout] (MSC service thread 1-2) (null: 212, 23): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,765 INFO [stdout] (MSC service thread 1-2) (null: 213, 39): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,766 INFO [stdout] (MSC service thread 1-2) (null: 214, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,766 INFO [stdout] (MSC service thread 1-2) (null: 218, 75): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,767 INFO [stdout] (MSC service thread 1-2) (null: 219, 24): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,768 INFO [stdout] (MSC service thread 1-2) (null: 220, 67): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,769 INFO [stdout] (MSC service thread 1-2) (null: 221, 85): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,770 INFO [stdout] (MSC service thread 1-2) (null: 222, 19): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,771 INFO [stdout] (MSC service thread 1-2) (null: 223, 26): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,772 INFO [stdout] (MSC service thread 1-2) (null: 224, 26): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,773 INFO [stdout] (MSC service thread 1-2) (null: 226, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,773 INFO [stdout] (MSC service thread 1-2) (null: 229, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,774 INFO [stdout] (MSC service thread 1-2) (null: 230, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,775 INFO [stdout] (MSC service thread 1-2) (null: 231, 21): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,776 INFO [stdout] (MSC service thread 1-2) (null: 232, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,776 INFO [stdout] (MSC service thread 1-2) (null: 232, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,777 INFO [stdout] (MSC service thread 1-2) (null: 232, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
06:41:34,778 INFO [stdout] (MSC service thread 1-2) (null: 233, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,778 INFO [stdout] (MSC service thread 1-2) (null: 233, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,779 INFO [stdout] (MSC service thread 1-2) (null: 233, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
06:41:34,780 INFO [stdout] (MSC service thread 1-2) (null: 236, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,780 INFO [stdout] (MSC service thread 1-2) (null: 237, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,781 INFO [stdout] (MSC service thread 1-2) (null: 238, 21): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,782 INFO [stdout] (MSC service thread 1-2) (null: 239, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,783 INFO [stdout] (MSC service thread 1-2) (null: 239, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,783 INFO [stdout] (MSC service thread 1-2) (null: 239, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
06:41:34,784 INFO [stdout] (MSC service thread 1-2) (null: 240, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,785 INFO [stdout] (MSC service thread 1-2) (null: 240, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,785 INFO [stdout] (MSC service thread 1-2) (null: 240, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
06:41:34,786 INFO [stdout] (MSC service thread 1-2) (null: 244, 36): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,786 INFO [stdout] (MSC service thread 1-2) (null: 245, 36): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,787 INFO [stdout] (MSC service thread 1-2) (null: 247, 78): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,788 INFO [stdout] (MSC service thread 1-2) (null: 248, 24): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,789 INFO [stdout] (MSC service thread 1-2) (null: 249, 67): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,790 INFO [stdout] (MSC service thread 1-2) (null: 250, 85): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,791 INFO [stdout] (MSC service thread 1-2) (null: 251, 19): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,802 INFO [stdout] (MSC service thread 1-2) (null: 252, 26): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,803 INFO [stdout] (MSC service thread 1-2) (null: 253, 26): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,804 INFO [stdout] (MSC service thread 1-2) (null: 255, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,804 INFO [stdout] (MSC service thread 1-2) (null: 258, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,805 INFO [stdout] (MSC service thread 1-2) (null: 259, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,806 INFO [stdout] (MSC service thread 1-2) (null: 260, 21): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,807 INFO [stdout] (MSC service thread 1-2) (null: 261, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,808 INFO [stdout] (MSC service thread 1-2) (null: 261, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,808 INFO [stdout] (MSC service thread 1-2) (null: 261, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
06:41:34,809 INFO [stdout] (MSC service thread 1-2) (null: 262, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,810 INFO [stdout] (MSC service thread 1-2) (null: 262, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,810 INFO [stdout] (MSC service thread 1-2) (null: 262, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
06:41:34,811 INFO [stdout] (MSC service thread 1-2) (null: 265, 29): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,812 INFO [stdout] (MSC service thread 1-2) (null: 266, 20): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,812 INFO [stdout] (MSC service thread 1-2) (null: 267, 21): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,813 INFO [stdout] (MSC service thread 1-2) (null: 268, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,814 INFO [stdout] (MSC service thread 1-2) (null: 268, 46): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,814 INFO [stdout] (MSC service thread 1-2) (null: 268, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
06:41:34,815 INFO [stdout] (MSC service thread 1-2) (null: 269, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,816 INFO [stdout] (MSC service thread 1-2) (null: 269, 44): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
06:41:34,816 INFO [stdout] (MSC service thread 1-2) (null: 269, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
06:41:34,817 INFO [stdout] (MSC service thread 1-2) (null: 275, 62): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,818 INFO [stdout] (MSC service thread 1-2) (null: 276, 94): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,819 INFO [stdout] (MSC service thread 1-2) (null: 277, 94): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,820 INFO [stdout] (MSC service thread 1-2) (null: 277, 94): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,820 INFO [stdout] (MSC service thread 1-2) (null: 277, 94): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'conditionExpression'. 06:41:34,821 INFO [stdout] (MSC service thread 1-2) (null: 279, 62): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,823 INFO [stdout] (MSC service thread 1-2) (null: 280, 62): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,824 INFO [stdout] (MSC service thread 1-2) (null: 281, 62): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,825 INFO [stdout] (MSC service thread 1-2) (null: 282, 64): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,826 INFO [stdout] (MSC service thread 1-2) (null: 283, 64): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,827 INFO [stdout] (MSC service thread 1-2) (null: 284, 66): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,828 INFO [stdout] (MSC service thread 1-2) (null: 285, 97): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,828 INFO [stdout] (MSC service thread 1-2) (null: 286, 94): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,829 INFO [stdout] (MSC service thread 1-2) (null: 286, 94): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,829 INFO [stdout] (MSC service thread 1-2) (null: 286, 94): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'conditionExpression'. 06:41:34,830 INFO [stdout] (MSC service thread 1-2) (null: 288, 66): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,842 INFO [stdout] (MSC service thread 1-2) (null: 289, 66): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,843 INFO [stdout] (MSC service thread 1-2) (null: 290, 66): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,844 INFO [stdout] (MSC service thread 1-2) (null: 291, 97): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,845 INFO [stdout] (MSC service thread 1-2) (null: 292, 94): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not . 06:41:34,846 INFO [stdout] (MSC service thread 1-2) (null: 292, 94): schema_reference.4: Failed to read schema document 'BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
{noformat}

h5. Clip 2
{noformat}
(null: 12, 54): cvc-elt.1: Cannot find the declaration of element 'definitions'.
(null: 36, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
(null: 37, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
(null: 43, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
(null: 44, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
(null: 62, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
(null: 63, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
(null: 69, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
(null: 70, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
(null: 92, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
(null: 93, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
(null: 99, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
(null: 100, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
(null: 142, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
(null: 143, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
(null: 149, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
(null: 150, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
(null: 174, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
(null: 175, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
(null: 181, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
(null: 182, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
(null: 200, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
(null: 201, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
(null: 207, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
(null: 208, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
(null: 231, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
(null: 232, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
(null: 238, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
(null: 239, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
(null: 260, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
(null: 261, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
(null: 267, 46): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'from'.
(null: 268, 44): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'to'.
(null: 276, 94): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'conditionExpression'.
(null: 285, 94): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'conditionExpression'.
(null: 291, 94): cvc-elt.4.2: Cannot resolve 'tFormalExpression' to a type definition for element 'conditionExpression'.
{noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the switchyard-issues mailing list