On Mon, May 10, 2010 at 9:40 PM, Luciano Resende <[email protected]> wrote: > I'm seeing various failures on the compliance tests : > > [INFO] Error for project: Apache Tuscany SCA Specification Compliance > Tests Assembly (during install) > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. > > Please refer to > /Users/lresende/opensource/apache/tuscany/java-sca-2.x/compliance-tests/assembly/target/surefire-reports > for the individual test results. > [INFO] > ------------------------------------------------------------------------ > [INFO] Error for project: Apache Tuscany SCA Specification Compliance > Tests Policy (during install) > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. > > Please refer to > /Users/lresende/opensource/apache/tuscany/java-sca-2.x/compliance-tests/policy/target/surefire-reports > for the individual test results. > [INFO] > ------------------------------------------------------------------------ > [INFO] Error for project: Apache Tuscany SCA Specification Compliance > Tests Java CAA (during install) > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. > > Please refer to > /Users/lresende/opensource/apache/tuscany/java-sca-2.x/compliance-tests/java-caa/target/surefire-reports > for the individual test results. > [INFO] > ------------------------------------------------------------------------ > [INFO] Error for project: Apache Tuscany SCA Specification Compliance > Tests Java CI (during install) > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. > > Please refer to > /Users/lresende/opensource/apache/tuscany/java-sca-2.x/compliance-tests/java-ci/target/surefire-reports > for the individual test results. > > Anyone looking into these issues ? > > -- > Luciano Resende > http://people.apache.org/~lresende > http://twitter.com/lresende1975 > http://lresende.blogspot.com/ >
Hi Luciano, I've been looking at the assembly ones. The main that's causing a problem at the moment is the use of a SCA type to type a property. Now we've added some property type checking it's raising an error. We don't support that in the runtime at the moment as we don't read the schema into the XSD resolver. Not sure that we should so I'll try and work out from the spec what it recommends and we can decide what to do. I know kelvin has been looking at JCA and JCI so he's probably better placed to comment on those. Simon -- Apache Tuscany committer: tuscany.apache.org Co-author of a book about Tuscany and SCA: tuscanyinaction.com
