Yes, I'm seeing the same thing: testResolveComposite(org.apache.tuscany.sca.assembly.xml.ReadDocumentTestCase) Time elapsed: 0.047 sec <<< ERROR! java.lang.IllegalStateException: org.xml.sax.SAXParseException: src-resolve: Can not resolve the name 'wsa:EndpointReferenceType' to a(n) 'type definition' component. at org.apache.tuscany.sca.contribution.processor.DefaultValidatingXMLInputFactory.initializeSchemas(DefaultValidatingXMLInputFactory.java:158)
I saw the same thing trying to run store-dojo on the latest iteration, but worked around it by commenting out <include schemaLocation="sca-binding-webservice.xsd"/> from sca.xsd. Brent On Mon, Apr 27, 2009 at 4:30 PM, Luciano Resende <[email protected]> wrote: > I'm seeing various issues in assembly-xml, are others seeing that as well ? > > Results : > > Tests in error: > testResolveConstrainingType(org.apache.tuscany.sca.assembly.xml.ReadDocumentTestCase) > testResolveComposite(org.apache.tuscany.sca.assembly.xml.ReadDocumentTestCase) > testValidateAssembly(org.apache.tuscany.sca.assembly.xml.ReadDocumentTestCase) > testValidateImplementation(org.apache.tuscany.sca.assembly.xml.ReadDocumentTestCase) > testReadImplementation(org.apache.tuscany.sca.assembly.xml.ReadDocumentTestCase) > testValidateBinding(org.apache.tuscany.sca.assembly.xml.ReadDocumentTestCase) > testReadBinding(org.apache.tuscany.sca.assembly.xml.ReadDocumentTestCase) > testPolicyIntentInheritance(org.apache.tuscany.sca.assembly.xml.BuildPolicyTestCase) > testReadWriteExtendedRecursiveElement(org.apache.tuscany.sca.assembly.xml.ReadWriteAnyElementTestCase) > testReadWriteUnknwonImpl(org.apache.tuscany.sca.assembly.xml.ReadWriteAnyElementTestCase) > testResolveConstrainingType(org.apache.tuscany.sca.assembly.xml.ResolvePolicyTestCase) > testResolveComposite(org.apache.tuscany.sca.assembly.xml.ResolvePolicyTestCase) > > Tests run: 32, Failures: 0, Errors: 12, Skipped: 0 > > -- > Luciano Resende > Apache Tuscany, Apache PhotArk > http://people.apache.org/~lresende > http://lresende.blogspot.com/ >
