[switchyard-issues] [JBoss JIRA] (SWITCHYARD-588) Quickstart "Rules Interview Agent" RulesInterviewTest hangs, looking for schema

Murray Todd Williams (Created) (JIRA) jira-events at lists.jboss.org
Thu Dec 15 14:14:09 EST 2011


Quickstart "Rules Interview Agent" RulesInterviewTest hangs, looking for schema
-------------------------------------------------------------------------------

                 Key: SWITCHYARD-588
                 URL: https://issues.jboss.org/browse/SWITCHYARD-588
             Project: SwitchYard
          Issue Type: Bug
          Components: quickstarts
    Affects Versions: 0.3
            Reporter: Murray Todd Williams


In the SwitchYard 0.3.0 source's quickstart directory, if I do a basic "mvn install" at the top level, the system stops at the "Rules Interview Agent" module during the unit test—specifically the org.switchyard.quickstarts.rules.interview.RulesInterviewTest test. The test doesn't actually fail, but the system hangs for about _eight minutes_ before showing the following messages:

{noformat}
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.switchyard.quickstarts.rules.interview.RulesInterviewTest
(null: 1, 283): schema_reference.4: Failed to read schema document 'http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-api/src/main/resources/change-set-1.0.0.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
(null: 1, 283): cvc-elt.1: Cannot find the declaration of element 'change-set'.
(null: 1, 288): schema_reference.4: Failed to read schema document 'http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-api/src/main/resources/change-set-1.0.0.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
(null: 1, 471): schema_reference.4: Failed to read schema document 'http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-api/src/main/resources/change-set-1.0.0.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
********** David is a valid applicant. **********
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 455.781 sec
{noformat}

Looks like the system is missing an XML schema catalog file and the XML validator is hanging. (My computer is behind a corporate proxy, so this might not show up on computers with straight access to the Internet.)

Not a show-stopper, but worth noting....

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the switchyard-issues mailing list