You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Dan Murphy (JIRA)" <tu...@ws.apache.org> on 2007/03/02 18:32:50 UTC

[jira] Created: (TUSCANY-1149) Databindings Integration tests (initial contribution)

Databindings Integration tests (initial contribution)
-----------------------------------------------------

                 Key: TUSCANY-1149
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1149
             Project: Tuscany
          Issue Type: Test
          Components: Java SCA Integration Tests
    Affects Versions: Java-SCA-Mx, Java-SCA-integration
            Reporter: Dan Murphy
             Fix For: Java-SCA-M3, Java-SCA-Mx


As offered on mailing list, here is an initial couple of tests for Databindings integration.
I have some more, but this set should (I hope) give a good flavor of what is intended and also seem to show a couple of problems (specifically default bindings).
So, I'm submitting them to jira so I can collaborate better and hopefully help fix the databindings (assuming these are bugs).

The current tests check databindings work between components over default and web service bindings, using JAXB and SDO databindings. The idea is that the composites and clients are reused for inter composite cases (both between composites and inside nested composites).

There are failing in the test cases, but could do with some help as I think they might be bugs in databinding / binding.

In theory the tests could be made good (with little effort) for both the trunck and sca-java-integration branch. For now they should be applied to the sca-java-integration/testing/sca/itest part of the source tree.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1149) Databindings Integration tests (initial contribution)

Posted by "Dan Murphy (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Murphy updated TUSCANY-1149:
--------------------------------

    Attachment: TUSCANY-1149-1.patch

Updated test cases to take into account recent removal of @DataType annotation.
Slight improvement:
JAXB over WS binding passes (always did)
JAXB over default still fail (fails to locate a target invoker)
SDO over WS bindings fails - however failure is now on the AXIOM->SDO client side datatransformation
SDO over default bindings still fail

Please can you help me diagnoise the SDO over WS bindings failure... seems strange since AXIOM->SDO works server side, but fails to work on the response message...

Thanks

> Databindings Integration tests (initial contribution)
> -----------------------------------------------------
>
>                 Key: TUSCANY-1149
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1149
>             Project: Tuscany
>          Issue Type: Test
>          Components: Java SCA Integration Tests
>    Affects Versions: Java-SCA-Future, Java-SCA-integration
>            Reporter: Dan Murphy
>         Assigned To: Raymond Feng
>             Fix For: Java-M2, Java-SCA-Future
>
>         Attachments: TUSCANY-1149-1.patch, TUSCANY-1149.patch, TUSCANY-1149.patch
>
>
> As offered on mailing list, here is an initial couple of tests for Databindings integration.
> I have some more, but this set should (I hope) give a good flavor of what is intended and also seem to show a couple of problems (specifically default bindings).
> So, I'm submitting them to jira so I can collaborate better and hopefully help fix the databindings (assuming these are bugs).
> The current tests check databindings work between components over default and web service bindings, using JAXB and SDO databindings. The idea is that the composites and clients are reused for inter composite cases (both between composites and inside nested composites).
> There are failing in the test cases, but could do with some help as I think they might be bugs in databinding / binding.
> In theory the tests could be made good (with little effort) for both the trunck and sca-java-integration branch. For now they should be applied to the sca-java-integration/testing/sca/itest part of the source tree.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Resolved: (TUSCANY-1149) Databindings Integration tests (initial contribution)

Posted by "Raymond Feng (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raymond Feng resolved TUSCANY-1149.
-----------------------------------

    Resolution: Fixed
      Assignee: Raymond Feng

The patch has been applied. It's under integration profile but I'm still seeing test failures.

> Databindings Integration tests (initial contribution)
> -----------------------------------------------------
>
>                 Key: TUSCANY-1149
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1149
>             Project: Tuscany
>          Issue Type: Test
>          Components: Java SCA Integration Tests
>    Affects Versions: Java-SCA-Mx, Java-SCA-integration
>            Reporter: Dan Murphy
>         Assigned To: Raymond Feng
>             Fix For: Java-SCA-M3, Java-SCA-Mx
>
>         Attachments: TUSCANY-1149.patch, TUSCANY-1149.patch
>
>
> As offered on mailing list, here is an initial couple of tests for Databindings integration.
> I have some more, but this set should (I hope) give a good flavor of what is intended and also seem to show a couple of problems (specifically default bindings).
> So, I'm submitting them to jira so I can collaborate better and hopefully help fix the databindings (assuming these are bugs).
> The current tests check databindings work between components over default and web service bindings, using JAXB and SDO databindings. The idea is that the composites and clients are reused for inter composite cases (both between composites and inside nested composites).
> There are failing in the test cases, but could do with some help as I think they might be bugs in databinding / binding.
> In theory the tests could be made good (with little effort) for both the trunck and sca-java-integration branch. For now they should be applied to the sca-java-integration/testing/sca/itest part of the source tree.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1149) Databindings Integration tests (initial contribution)

Posted by "Dan Murphy (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Murphy updated TUSCANY-1149:
--------------------------------

    Attachment: TUSCANY-1149.patch

> Databindings Integration tests (initial contribution)
> -----------------------------------------------------
>
>                 Key: TUSCANY-1149
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1149
>             Project: Tuscany
>          Issue Type: Test
>          Components: Java SCA Integration Tests
>    Affects Versions: Java-SCA-Mx, Java-SCA-integration
>            Reporter: Dan Murphy
>             Fix For: Java-SCA-M3, Java-SCA-Mx
>
>         Attachments: TUSCANY-1149.patch
>
>
> As offered on mailing list, here is an initial couple of tests for Databindings integration.
> I have some more, but this set should (I hope) give a good flavor of what is intended and also seem to show a couple of problems (specifically default bindings).
> So, I'm submitting them to jira so I can collaborate better and hopefully help fix the databindings (assuming these are bugs).
> The current tests check databindings work between components over default and web service bindings, using JAXB and SDO databindings. The idea is that the composites and clients are reused for inter composite cases (both between composites and inside nested composites).
> There are failing in the test cases, but could do with some help as I think they might be bugs in databinding / binding.
> In theory the tests could be made good (with little effort) for both the trunck and sca-java-integration branch. For now they should be applied to the sca-java-integration/testing/sca/itest part of the source tree.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1149) Databindings Integration tests (initial contribution)

Posted by "Dan Murphy (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Murphy updated TUSCANY-1149:
--------------------------------

    Attachment: TUSCANY-1149.patch

> Databindings Integration tests (initial contribution)
> -----------------------------------------------------
>
>                 Key: TUSCANY-1149
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1149
>             Project: Tuscany
>          Issue Type: Test
>          Components: Java SCA Integration Tests
>    Affects Versions: Java-SCA-Mx, Java-SCA-integration
>            Reporter: Dan Murphy
>             Fix For: Java-SCA-M3, Java-SCA-Mx
>
>         Attachments: TUSCANY-1149.patch, TUSCANY-1149.patch
>
>
> As offered on mailing list, here is an initial couple of tests for Databindings integration.
> I have some more, but this set should (I hope) give a good flavor of what is intended and also seem to show a couple of problems (specifically default bindings).
> So, I'm submitting them to jira so I can collaborate better and hopefully help fix the databindings (assuming these are bugs).
> The current tests check databindings work between components over default and web service bindings, using JAXB and SDO databindings. The idea is that the composites and clients are reused for inter composite cases (both between composites and inside nested composites).
> There are failing in the test cases, but could do with some help as I think they might be bugs in databinding / binding.
> In theory the tests could be made good (with little effort) for both the trunck and sca-java-integration branch. For now they should be applied to the sca-java-integration/testing/sca/itest part of the source tree.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1149) Databindings Integration tests (initial contribution)

Posted by "Dan Murphy (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478003 ] 

Dan Murphy commented on TUSCANY-1149:
-------------------------------------

Sorry, last comment was misleading... the patch I uploaded had a error in it, so I updated it... the tests still contain failures which I could do with some guidance / help dubugging (as I've not really worked on the databinding impl, I'm not sure if these are bugs or user errors)

> Databindings Integration tests (initial contribution)
> -----------------------------------------------------
>
>                 Key: TUSCANY-1149
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1149
>             Project: Tuscany
>          Issue Type: Test
>          Components: Java SCA Integration Tests
>    Affects Versions: Java-SCA-Future, Java-SCA-integration
>            Reporter: Dan Murphy
>         Assigned To: Raymond Feng
>             Fix For: Java-M2, Java-SCA-Future
>
>         Attachments: TUSCANY-1149.patch, TUSCANY-1149.patch
>
>
> As offered on mailing list, here is an initial couple of tests for Databindings integration.
> I have some more, but this set should (I hope) give a good flavor of what is intended and also seem to show a couple of problems (specifically default bindings).
> So, I'm submitting them to jira so I can collaborate better and hopefully help fix the databindings (assuming these are bugs).
> The current tests check databindings work between components over default and web service bindings, using JAXB and SDO databindings. The idea is that the composites and clients are reused for inter composite cases (both between composites and inside nested composites).
> There are failing in the test cases, but could do with some help as I think they might be bugs in databinding / binding.
> In theory the tests could be made good (with little effort) for both the trunck and sca-java-integration branch. For now they should be applied to the sca-java-integration/testing/sca/itest part of the source tree.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1149) Databindings Integration tests (initial contribution)

Posted by "Dan Murphy (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477384 ] 

Dan Murphy commented on TUSCANY-1149:
-------------------------------------

Sorry, original patch was in error.. latest one should be fine

> Databindings Integration tests (initial contribution)
> -----------------------------------------------------
>
>                 Key: TUSCANY-1149
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1149
>             Project: Tuscany
>          Issue Type: Test
>          Components: Java SCA Integration Tests
>    Affects Versions: Java-SCA-Mx, Java-SCA-integration
>            Reporter: Dan Murphy
>             Fix For: Java-SCA-M3, Java-SCA-Mx
>
>         Attachments: TUSCANY-1149.patch, TUSCANY-1149.patch
>
>
> As offered on mailing list, here is an initial couple of tests for Databindings integration.
> I have some more, but this set should (I hope) give a good flavor of what is intended and also seem to show a couple of problems (specifically default bindings).
> So, I'm submitting them to jira so I can collaborate better and hopefully help fix the databindings (assuming these are bugs).
> The current tests check databindings work between components over default and web service bindings, using JAXB and SDO databindings. The idea is that the composites and clients are reused for inter composite cases (both between composites and inside nested composites).
> There are failing in the test cases, but could do with some help as I think they might be bugs in databinding / binding.
> In theory the tests could be made good (with little effort) for both the trunck and sca-java-integration branch. For now they should be applied to the sca-java-integration/testing/sca/itest part of the source tree.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org