You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Mike Edwards <mi...@gmail.com> on 2009/11/13 10:11:32 UTC

OASIS Java POJO Component Implementation - Test Suite complete

Folks,

This is inform you that the OASIS SCA Java POJO Component Implementation now has a complete test 
suite for the 1.1 specs.

Documentation is found here:

http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35170/sca-j-pojo-ci-1.1-testcases-wd01.pdf 

http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35169/sca-j-pojo-ci-1.1-testcases-wd01.odt 


http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35149/sca-j-pojo-ci-1.1-test-assertions-wd03.pdf 

http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35148/sca-j-pojo-ci-1.1-test-assertions-wd03.odt 



and the testcase artifacts are found here:

http://tools.oasis-open.org/version-control/browse/wsvn/sca-j/TestCases_POJO_CI/#_TestCases_POJO_CI_


Usage and feedback welcome  ;-)



Yours,  Mike.

PS I know for sure that the suite shows up some gaps in the Tuscany implementation - I'll raise 
JIRAs for the ones I know about.

Re: OASIS Java POJO Component Implementation - Test Suite complete

Posted by ant elder <an...@apache.org>.
I see the same set of fails. I've had a look at the 800x ones which
are about intent matching so need the same code that weve talked about
for some of the CAA tests -
http://apache.markmail.org/message/w6nz6z4ilqrnb5mt

I'll post about these on that thread.

   ...ant

On Mon, Nov 16, 2009 at 12:09 PM, Ramkumar R <ra...@gmail.com> wrote:
> The current fails I get are these:
>
>   testDummy(client_javapojo.POJO_8003_TestCase)
>   testDummy(client_javapojo.POJO_8008_TestCase)
>   testDummy(client_javapojo.POJO_8011_TestCase)
>   testDummy(client_javapojo.POJO_8012_TestCase)
>   testDummy(client_javapojo.POJO_9005_TestCase)
>   testDummy(client_javapojo.POJO_10006_TestCase)
>   testDummy(client_javapojo.POJO_10008_TestCase) - OASIS TUSCANY-3373
>   testDummy(client_javapojo.POJO_10009_TestCase)
>
>
> On Mon, Nov 16, 2009 at 5:29 PM, Ramkumar R <ra...@gmail.com> wrote:
>>
>> Fixes for 10001 and 10005, were required in the Tuscany code to validate
>> the uniqueness
>> in <import.java> and <export.java>.
>>
>> Committed at revision 880717.
>>
>> On Fri, Nov 13, 2009 at 3:21 PM, Ramkumar R <ra...@gmail.com> wrote:
>>>
>>> Hi Ant,
>>>
>>> To begin with, I will have a look at the issue on the import and
>>> exports.... for the ones shown below.
>>>
>>> testDummy(client_javapojo.POJO_9005_TestCase) import.java
>>> testDummy(client_javapojo.POJO_10001_TestCase) import
>>> testDummy(client_javapojo.POJO_10004_TestCase) import/classloading
>>> testDummy(client_javapojo.POJO_10005_TestCase) export
>>> testDummy(client_javapojo.POJO_10006_TestCase) export.java
>>>
>>> On Fri, Nov 13, 2009 at 3:04 PM, ant elder <an...@gmail.com> wrote:
>>>>
>>>> On Fri, Nov 13, 2009 at 9:11 AM, Mike Edwards
>>>> <mi...@gmail.com> wrote:
>>>> > Folks,
>>>> >
>>>> > This is inform you that the OASIS SCA Java POJO Component
>>>> > Implementation now
>>>> > has a complete test suite for the 1.1 specs.
>>>> >
>>>> > Documentation is found here:
>>>> >
>>>> >
>>>> > http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35170/sca-j-pojo-ci-1.1-testcases-wd01.pdf
>>>> >
>>>> > http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35169/sca-j-pojo-ci-1.1-testcases-wd01.odt
>>>> >
>>>> >
>>>> > http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35149/sca-j-pojo-ci-1.1-test-assertions-wd03.pdf
>>>> >
>>>> > http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35148/sca-j-pojo-ci-1.1-test-assertions-wd03.odt
>>>> >
>>>> >
>>>> > and the testcase artifacts are found here:
>>>> >
>>>> >
>>>> > http://tools.oasis-open.org/version-control/browse/wsvn/sca-j/TestCases_POJO_CI/#_TestCases_POJO_CI_
>>>> >
>>>> >
>>>> > Usage and feedback welcome  ;-)
>>>> >
>>>> >
>>>> >
>>>> > Yours,  Mike.
>>>> >
>>>> > PS I know for sure that the suite shows up some gaps in the Tuscany
>>>> > implementation - I'll raise JIRAs for the ones I know about.
>>>> >
>>>>
>>>> Thanks Mike, great news. Ram and I have already been running them and
>>>> fixing things and we're doing quite well now. The current fails I get
>>>> are these:
>>>>
>>>> testDummy(client_javapojo.POJO_8003_TestCase) @Requires
>>>> testDummy(client_javapojo.POJO_8008_TestCase) @Requires
>>>> testDummy(client_javapojo.POJO_8009_TestCase) @Property
>>>> testDummy(client_javapojo.POJO_8011_TestCase) references
>>>> testDummy(client_javapojo.POJO_8012_TestCase) @Requires
>>>> testDummy(client_javapojo.POJO_9005_TestCase) import.java
>>>> testDummy(client_javapojo.POJO_10001_TestCase) import
>>>> testDummy(client_javapojo.POJO_10004_TestCase) import/classloading
>>>> testDummy(client_javapojo.POJO_10005_TestCase) export
>>>> testDummy(client_javapojo.POJO_10006_TestCase) export.java
>>>> testDummy(client_javapojo.POJO_10008_TestCase) classloading
>>>> testDummy(client_javapojo.POJO_10009_TestCase) classloading
>>>>
>>>>   ...ant
>>>
>>>
>>>
>>> --
>>> Thanks & Regards,
>>> Ramkumar Ramalingam
>>
>>
>>
>> --
>> Thanks & Regards,
>> Ramkumar Ramalingam
>
>
>
> --
> Thanks & Regards,
> Ramkumar Ramalingam
>

Re: OASIS Java POJO Component Implementation - Test Suite complete

Posted by Ramkumar R <ra...@gmail.com>.
The current fails I get are these:

  testDummy(client_javapojo.POJO_8003_TestCase)
  testDummy(client_javapojo.POJO_8008_TestCase)
  testDummy(client_javapojo.POJO_8011_TestCase)
  testDummy(client_javapojo.POJO_8012_TestCase)
  testDummy(client_javapojo.POJO_9005_TestCase)
  testDummy(client_javapojo.POJO_10006_TestCase)
  testDummy(client_javapojo.POJO_10008_TestCase) - OASIS TUSCANY-3373
  testDummy(client_javapojo.POJO_10009_TestCase)


On Mon, Nov 16, 2009 at 5:29 PM, Ramkumar R <ra...@gmail.com> wrote:

> Fixes for 10001 and 10005, were required in the Tuscany code to validate
> the uniqueness
> in <import.java> and <export.java>.
>
> Committed at revision 880717.
>
>
> On Fri, Nov 13, 2009 at 3:21 PM, Ramkumar R <ra...@gmail.com> wrote:
>
>> Hi Ant,
>>
>> To begin with, I will have a look at the issue on the import and
>> exports.... for the ones shown below.
>>
>> testDummy(client_javapojo.POJO_9005_TestCase) import.java
>> testDummy(client_javapojo.POJO_10001_TestCase) import
>> testDummy(client_javapojo.POJO_10004_TestCase) import/classloading
>> testDummy(client_javapojo.POJO_10005_TestCase) export
>> testDummy(client_javapojo.POJO_10006_TestCase) export.java
>>
>> On Fri, Nov 13, 2009 at 3:04 PM, ant elder <an...@gmail.com> wrote:
>>
>>>  On Fri, Nov 13, 2009 at 9:11 AM, Mike Edwards
>>> <mi...@gmail.com> wrote:
>>> > Folks,
>>> >
>>> > This is inform you that the OASIS SCA Java POJO Component
>>> Implementation now
>>> > has a complete test suite for the 1.1 specs.
>>> >
>>> > Documentation is found here:
>>> >
>>> >
>>> http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35170/sca-j-pojo-ci-1.1-testcases-wd01.pdf
>>> >
>>> http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35169/sca-j-pojo-ci-1.1-testcases-wd01.odt
>>> >
>>> >
>>> http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35149/sca-j-pojo-ci-1.1-test-assertions-wd03.pdf
>>> >
>>> http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35148/sca-j-pojo-ci-1.1-test-assertions-wd03.odt
>>> >
>>> >
>>> > and the testcase artifacts are found here:
>>> >
>>> >
>>> http://tools.oasis-open.org/version-control/browse/wsvn/sca-j/TestCases_POJO_CI/#_TestCases_POJO_CI_
>>> >
>>> >
>>> > Usage and feedback welcome  ;-)
>>> >
>>> >
>>> >
>>> > Yours,  Mike.
>>> >
>>> > PS I know for sure that the suite shows up some gaps in the Tuscany
>>> > implementation - I'll raise JIRAs for the ones I know about.
>>> >
>>>
>>> Thanks Mike, great news. Ram and I have already been running them and
>>> fixing things and we're doing quite well now. The current fails I get
>>> are these:
>>>
>>> testDummy(client_javapojo.POJO_8003_TestCase) @Requires
>>> testDummy(client_javapojo.POJO_8008_TestCase) @Requires
>>> testDummy(client_javapojo.POJO_8009_TestCase) @Property
>>> testDummy(client_javapojo.POJO_8011_TestCase) references
>>> testDummy(client_javapojo.POJO_8012_TestCase) @Requires
>>> testDummy(client_javapojo.POJO_9005_TestCase) import.java
>>> testDummy(client_javapojo.POJO_10001_TestCase) import
>>> testDummy(client_javapojo.POJO_10004_TestCase) import/classloading
>>> testDummy(client_javapojo.POJO_10005_TestCase) export
>>> testDummy(client_javapojo.POJO_10006_TestCase) export.java
>>> testDummy(client_javapojo.POJO_10008_TestCase) classloading
>>> testDummy(client_javapojo.POJO_10009_TestCase) classloading
>>>
>>>   ...ant
>>>
>>
>>
>>
>> --
>> Thanks & Regards,
>> Ramkumar Ramalingam
>>
>
>
>
> --
> Thanks & Regards,
> Ramkumar Ramalingam
>



-- 
Thanks & Regards,
Ramkumar Ramalingam

Re: OASIS Java POJO Component Implementation - Test Suite complete

Posted by Ramkumar R <ra...@gmail.com>.
Fixes for 10001 and 10005, were required in the Tuscany code to validate the
uniqueness
in <import.java> and <export.java>.

Committed at revision 880717.

On Fri, Nov 13, 2009 at 3:21 PM, Ramkumar R <ra...@gmail.com> wrote:

> Hi Ant,
>
> To begin with, I will have a look at the issue on the import and
> exports.... for the ones shown below.
>
> testDummy(client_javapojo.POJO_9005_TestCase) import.java
> testDummy(client_javapojo.POJO_10001_TestCase) import
> testDummy(client_javapojo.POJO_10004_TestCase) import/classloading
> testDummy(client_javapojo.POJO_10005_TestCase) export
> testDummy(client_javapojo.POJO_10006_TestCase) export.java
>
> On Fri, Nov 13, 2009 at 3:04 PM, ant elder <an...@gmail.com> wrote:
>
>>  On Fri, Nov 13, 2009 at 9:11 AM, Mike Edwards
>> <mi...@gmail.com> wrote:
>> > Folks,
>> >
>> > This is inform you that the OASIS SCA Java POJO Component Implementation
>> now
>> > has a complete test suite for the 1.1 specs.
>> >
>> > Documentation is found here:
>> >
>> >
>> http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35170/sca-j-pojo-ci-1.1-testcases-wd01.pdf
>> >
>> http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35169/sca-j-pojo-ci-1.1-testcases-wd01.odt
>> >
>> >
>> http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35149/sca-j-pojo-ci-1.1-test-assertions-wd03.pdf
>> >
>> http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35148/sca-j-pojo-ci-1.1-test-assertions-wd03.odt
>> >
>> >
>> > and the testcase artifacts are found here:
>> >
>> >
>> http://tools.oasis-open.org/version-control/browse/wsvn/sca-j/TestCases_POJO_CI/#_TestCases_POJO_CI_
>> >
>> >
>> > Usage and feedback welcome  ;-)
>> >
>> >
>> >
>> > Yours,  Mike.
>> >
>> > PS I know for sure that the suite shows up some gaps in the Tuscany
>> > implementation - I'll raise JIRAs for the ones I know about.
>> >
>>
>> Thanks Mike, great news. Ram and I have already been running them and
>> fixing things and we're doing quite well now. The current fails I get
>> are these:
>>
>> testDummy(client_javapojo.POJO_8003_TestCase) @Requires
>> testDummy(client_javapojo.POJO_8008_TestCase) @Requires
>> testDummy(client_javapojo.POJO_8009_TestCase) @Property
>> testDummy(client_javapojo.POJO_8011_TestCase) references
>> testDummy(client_javapojo.POJO_8012_TestCase) @Requires
>> testDummy(client_javapojo.POJO_9005_TestCase) import.java
>> testDummy(client_javapojo.POJO_10001_TestCase) import
>> testDummy(client_javapojo.POJO_10004_TestCase) import/classloading
>> testDummy(client_javapojo.POJO_10005_TestCase) export
>> testDummy(client_javapojo.POJO_10006_TestCase) export.java
>> testDummy(client_javapojo.POJO_10008_TestCase) classloading
>> testDummy(client_javapojo.POJO_10009_TestCase) classloading
>>
>>   ...ant
>>
>
>
>
> --
> Thanks & Regards,
> Ramkumar Ramalingam
>



-- 
Thanks & Regards,
Ramkumar Ramalingam

Re: OASIS Java POJO Component Implementation - Test Suite complete

Posted by Ramkumar R <ra...@gmail.com>.
Hi Ant,

To begin with, I will have a look at the issue on the import and exports....
for the ones shown below.

testDummy(client_javapojo.POJO_9005_TestCase) import.java
testDummy(client_javapojo.POJO_10001_TestCase) import
testDummy(client_javapojo.POJO_10004_TestCase) import/classloading
testDummy(client_javapojo.POJO_10005_TestCase) export
testDummy(client_javapojo.POJO_10006_TestCase) export.java

On Fri, Nov 13, 2009 at 3:04 PM, ant elder <an...@gmail.com> wrote:

>  On Fri, Nov 13, 2009 at 9:11 AM, Mike Edwards
> <mi...@gmail.com> wrote:
> > Folks,
> >
> > This is inform you that the OASIS SCA Java POJO Component Implementation
> now
> > has a complete test suite for the 1.1 specs.
> >
> > Documentation is found here:
> >
> >
> http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35170/sca-j-pojo-ci-1.1-testcases-wd01.pdf
> >
> http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35169/sca-j-pojo-ci-1.1-testcases-wd01.odt
> >
> >
> http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35149/sca-j-pojo-ci-1.1-test-assertions-wd03.pdf
> >
> http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35148/sca-j-pojo-ci-1.1-test-assertions-wd03.odt
> >
> >
> > and the testcase artifacts are found here:
> >
> >
> http://tools.oasis-open.org/version-control/browse/wsvn/sca-j/TestCases_POJO_CI/#_TestCases_POJO_CI_
> >
> >
> > Usage and feedback welcome  ;-)
> >
> >
> >
> > Yours,  Mike.
> >
> > PS I know for sure that the suite shows up some gaps in the Tuscany
> > implementation - I'll raise JIRAs for the ones I know about.
> >
>
> Thanks Mike, great news. Ram and I have already been running them and
> fixing things and we're doing quite well now. The current fails I get
> are these:
>
> testDummy(client_javapojo.POJO_8003_TestCase) @Requires
> testDummy(client_javapojo.POJO_8008_TestCase) @Requires
> testDummy(client_javapojo.POJO_8009_TestCase) @Property
> testDummy(client_javapojo.POJO_8011_TestCase) references
> testDummy(client_javapojo.POJO_8012_TestCase) @Requires
> testDummy(client_javapojo.POJO_9005_TestCase) import.java
> testDummy(client_javapojo.POJO_10001_TestCase) import
> testDummy(client_javapojo.POJO_10004_TestCase) import/classloading
> testDummy(client_javapojo.POJO_10005_TestCase) export
> testDummy(client_javapojo.POJO_10006_TestCase) export.java
> testDummy(client_javapojo.POJO_10008_TestCase) classloading
> testDummy(client_javapojo.POJO_10009_TestCase) classloading
>
>   ...ant
>



-- 
Thanks & Regards,
Ramkumar Ramalingam

Re: OASIS Java POJO Component Implementation - Test Suite complete

Posted by ant elder <an...@gmail.com>.
On Fri, Nov 13, 2009 at 9:11 AM, Mike Edwards
<mi...@gmail.com> wrote:
> Folks,
>
> This is inform you that the OASIS SCA Java POJO Component Implementation now
> has a complete test suite for the 1.1 specs.
>
> Documentation is found here:
>
> http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35170/sca-j-pojo-ci-1.1-testcases-wd01.pdf
> http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35169/sca-j-pojo-ci-1.1-testcases-wd01.odt
>
> http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35149/sca-j-pojo-ci-1.1-test-assertions-wd03.pdf
> http://www.oasis-open.org/apps/org/workgroup/sca-j/download.php/35148/sca-j-pojo-ci-1.1-test-assertions-wd03.odt
>
>
> and the testcase artifacts are found here:
>
> http://tools.oasis-open.org/version-control/browse/wsvn/sca-j/TestCases_POJO_CI/#_TestCases_POJO_CI_
>
>
> Usage and feedback welcome  ;-)
>
>
>
> Yours,  Mike.
>
> PS I know for sure that the suite shows up some gaps in the Tuscany
> implementation - I'll raise JIRAs for the ones I know about.
>

Thanks Mike, great news. Ram and I have already been running them and
fixing things and we're doing quite well now. The current fails I get
are these:

testDummy(client_javapojo.POJO_8003_TestCase) @Requires
testDummy(client_javapojo.POJO_8008_TestCase) @Requires
testDummy(client_javapojo.POJO_8009_TestCase) @Property
testDummy(client_javapojo.POJO_8011_TestCase) references
testDummy(client_javapojo.POJO_8012_TestCase) @Requires
testDummy(client_javapojo.POJO_9005_TestCase) import.java
testDummy(client_javapojo.POJO_10001_TestCase) import
testDummy(client_javapojo.POJO_10004_TestCase) import/classloading
testDummy(client_javapojo.POJO_10005_TestCase) export
testDummy(client_javapojo.POJO_10006_TestCase) export.java
testDummy(client_javapojo.POJO_10008_TestCase) classloading
testDummy(client_javapojo.POJO_10009_TestCase) classloading

   ...ant