You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Haibo Zhao (JIRA)" <de...@tuscany.apache.org> on 2008/07/14 04:39:31 UTC

[jira] Created: (TUSCANY-2476) Add support for 2 more Gdata operations, two test cases created to test gdata serviceBinding and referenceBinding

Add support for 2 more Gdata operations, two test cases created to test gdata serviceBinding and referenceBinding
-----------------------------------------------------------------------------------------------------------------

                 Key: TUSCANY-2476
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2476
             Project: Tuscany
          Issue Type: Improvement
          Components: Java SCA ATOM Binding Extension
            Reporter: Haibo Zhao


    Update in this patch:

    1. Support 5 GData operations for both servicebidng and
referencebinding (getFeed, getEntry, post, put, delete) ---[tested]

    2. Add a test case for the testing of these operations in
Localhost (test both serviceBinding and referenceBinding)----[tested]

    3. Add a test case for the testing of these operations consuming
Google Blog service (test referenceBinding) ----[tested]

    4. Update dependencies in pom.xml for a clean mvn build --- [not tested]

    5. Add "serviceType", "username" and "password" into gdata
binding definition to support GData authorization --- [tested]

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


[jira] Updated: (TUSCANY-2476) Add support for 2 more Gdata operations, two test cases created to test gdata serviceBinding and referenceBinding

Posted by "Haibo Zhao (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Haibo Zhao updated TUSCANY-2476:
--------------------------------

    Attachment: tuscany-binding-gdata-zhao-July13-02.patch

    Update in this patch:

    1. Support 5 GData operations for both servicebidng and
referencebinding (getFeed, getEntry, post, put, delete) ---[tested]

    2. Add a test case for the testing of these operations in
Localhost (test both serviceBinding and referenceBinding)----[tested]

    3. Add a test case for the testing of these operations consuming
Google Blog service (test referenceBinding) ----[tested]

    4. Update dependencies in pom.xml for a clean mvn build --- [not tested]

    5. Add "serviceType", "username" and "password" into gdata
binding definition to support GData authorization --- [tested]

> Add support for 2 more Gdata operations, two test cases created to test gdata serviceBinding and referenceBinding
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2476
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2476
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java SCA ATOM Binding Extension
>            Reporter: Haibo Zhao
>         Attachments: tuscany-binding-gdata-zhao-July13-02.patch
>
>
>     Update in this patch:
>     1. Support 5 GData operations for both servicebidng and
> referencebinding (getFeed, getEntry, post, put, delete) ---[tested]
>     2. Add a test case for the testing of these operations in
> Localhost (test both serviceBinding and referenceBinding)----[tested]
>     3. Add a test case for the testing of these operations consuming
> Google Blog service (test referenceBinding) ----[tested]
>     4. Update dependencies in pom.xml for a clean mvn build --- [not tested]
>     5. Add "serviceType", "username" and "password" into gdata
> binding definition to support GData authorization --- [tested]

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


[jira] Resolved: (TUSCANY-2476) Add support for 2 more Gdata operations, two test cases created to test gdata serviceBinding and referenceBinding

Posted by "Luciano Resende (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende resolved TUSCANY-2476.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: Java-SCA-Next

Patch applied, Thanks Haibo.
Note that we need to fix the unit tests and then rename them to follow the pattern expected by maven (*TestCase.java)... But we can use another jira for those changes.

> Add support for 2 more Gdata operations, two test cases created to test gdata serviceBinding and referenceBinding
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2476
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2476
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java SCA ATOM Binding Extension
>            Reporter: Haibo Zhao
>             Fix For: Java-SCA-Next
>
>         Attachments: tuscany-binding-gdata-zhao-July13-02.patch
>
>
>     Update in this patch:
>     1. Support 5 GData operations for both servicebidng and
> referencebinding (getFeed, getEntry, post, put, delete) ---[tested]
>     2. Add a test case for the testing of these operations in
> Localhost (test both serviceBinding and referenceBinding)----[tested]
>     3. Add a test case for the testing of these operations consuming
> Google Blog service (test referenceBinding) ----[tested]
>     4. Update dependencies in pom.xml for a clean mvn build --- [not tested]
>     5. Add "serviceType", "username" and "password" into gdata
> binding definition to support GData authorization --- [tested]

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


[jira] Commented: (TUSCANY-2476) Add support for 2 more Gdata operations, two test cases created to test gdata serviceBinding and referenceBinding

Posted by "Luciano Resende (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614223#action_12614223 ] 

Luciano Resende commented on TUSCANY-2476:
------------------------------------------

Looks like the patch is missing the ParseException, could you please provide the exception by attaching it to the jira.

> Add support for 2 more Gdata operations, two test cases created to test gdata serviceBinding and referenceBinding
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2476
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2476
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java SCA ATOM Binding Extension
>            Reporter: Haibo Zhao
>         Attachments: tuscany-binding-gdata-zhao-July13-02.patch
>
>
>     Update in this patch:
>     1. Support 5 GData operations for both servicebidng and
> referencebinding (getFeed, getEntry, post, put, delete) ---[tested]
>     2. Add a test case for the testing of these operations in
> Localhost (test both serviceBinding and referenceBinding)----[tested]
>     3. Add a test case for the testing of these operations consuming
> Google Blog service (test referenceBinding) ----[tested]
>     4. Update dependencies in pom.xml for a clean mvn build --- [not tested]
>     5. Add "serviceType", "username" and "password" into gdata
> binding definition to support GData authorization --- [tested]

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


[jira] Commented: (TUSCANY-2476) Add support for 2 more Gdata operations, two test cases created to test gdata serviceBinding and referenceBinding

Posted by "Luciano Resende (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614227#action_12614227 ] 

Luciano Resende commented on TUSCANY-2476:
------------------------------------------

Never mind, looks like the exception is an Abdera dependency. I can fix/workaround this.

> Add support for 2 more Gdata operations, two test cases created to test gdata serviceBinding and referenceBinding
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2476
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2476
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java SCA ATOM Binding Extension
>            Reporter: Haibo Zhao
>         Attachments: tuscany-binding-gdata-zhao-July13-02.patch
>
>
>     Update in this patch:
>     1. Support 5 GData operations for both servicebidng and
> referencebinding (getFeed, getEntry, post, put, delete) ---[tested]
>     2. Add a test case for the testing of these operations in
> Localhost (test both serviceBinding and referenceBinding)----[tested]
>     3. Add a test case for the testing of these operations consuming
> Google Blog service (test referenceBinding) ----[tested]
>     4. Update dependencies in pom.xml for a clean mvn build --- [not tested]
>     5. Add "serviceType", "username" and "password" into gdata
> binding definition to support GData authorization --- [tested]

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