You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by ant elder <an...@gmail.com> on 2009/10/12 12:53:14 UTC

OASIS SCA Java CAA spec test suite ready

The test suite for the OASIS SCA Java CAA spec is ready now  (see [1])
so i'm starting to add that to the existing Tuscany otests so we can
see how we do on passing the tests. For now I'll set it up like the
assembly tests and use newlayout/sca-java-caa and a
tuscany-java-caa-test-runner.

   ...ant

[1] http://lists.oasis-open.org/archives/sca-j/200910/msg00084.html

Re: OASIS SCA Java CAA spec test suite ready

Posted by ant elder <an...@gmail.com>.
On Mon, Oct 12, 2009 at 11:53 AM, ant elder <an...@gmail.com> wrote:

> The test suite for the OASIS SCA Java CAA spec is ready now  (see [1])
> so i'm starting to add that to the existing Tuscany otests so we can
> see how we do on passing the tests. For now I'll set it up like the
> assembly tests and use newlayout/sca-java-caa and a
> tuscany-java-caa-test-runner.
>
>   ...ant
>
> [1] http://lists.oasis-open.org/archives/sca-j/200910/msg00084.html
>

Ok the test runner is there now and a maven profile to run them so in a
latest checkout in otest\newlayout you can run the SCA-J CAA tests with "mvn
-Pscajcaa". That gives:

Tests run: 157, Failures: 79, Errors: 0, Skipped: 78

so quite a bit of work to do to fix all the tests to pass. Feel welcome to
dive in and start fixing them:)

   ...ant

Re: OASIS SCA Java CAA spec test suite ready

Posted by Simon Laws <si...@googlemail.com>.
A read (rather than edit) link to the page that Luciano has updated -
http://cwiki.apache.org/confluence/display/TUSCANYWIKI/OSOA+SCA+vs+OASIS+SCA

Simon

Re: OASIS SCA Java CAA spec test suite ready

Posted by Luciano Resende <lu...@gmail.com>.
On Mon, Oct 12, 2009 at 3:53 AM, ant elder <an...@gmail.com> wrote:
> The test suite for the OASIS SCA Java CAA spec is ready now  (see [1])
> so i'm starting to add that to the existing Tuscany otests so we can
> see how we do on passing the tests. For now I'll set it up like the
> assembly tests and use newlayout/sca-java-caa and a
> tuscany-java-caa-test-runner.
>
>   ...ant
>
> [1] http://lists.oasis-open.org/archives/sca-j/200910/msg00084.html
>

Good Ant, BTW I have started revieweing the specs and updating the
wiki with [1] some of my findings, it seems the big areas that we need
to work on are :

 - Support JAX-WS Client Asynchronous API for a Synchronous Service as
described in Java CAA
 - Updates based on the spec rework for @Service and @Property

Other things are probably small, and could be treated more like JIRAs
and test bringup.


[1] http://cwiki.apache.org/confluence/pages/editpage.action?pageId=103627


-- 
Luciano Resende
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Re: OASIS SCA Java CAA spec test suite ready

Posted by Simon Laws <si...@googlemail.com>.
good idea ant

Simon