You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Christian Müller (Created JIRA)" <ji...@apache.org> on 2011/12/18 14:10:30 UTC

[jira] [Created] (CAMEL-4793) Improve Camel aws-sdb component

Improve Camel aws-sdb component
-------------------------------

                 Key: CAMEL-4793
                 URL: https://issues.apache.org/jira/browse/CAMEL-4793
             Project: Camel
          Issue Type: Improvement
          Components: camel-aws
    Affects Versions: 2.9.0
            Reporter: Christian Müller
            Assignee: Christian Müller
             Fix For: 2.9.0


I would like to improve the aws-sdb component in the following places:
- Using the [Amazon operation names|http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_Operations.html] instead of CamelAwsSdbXXX
  -> With this we can easily support more operations (in the future) and the users are more familiar with this names
- Add OSGI integration tests

I would like to resolve this issue for Camel 2.9.0 because renaming of the operation names are not backwards compatible. I will resolve this issue today.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (CAMEL-4793) Improve Camel aws-sdb component

Posted by "Bilgin Ibryam (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13172194#comment-13172194 ] 

Bilgin Ibryam commented on CAMEL-4793:
--------------------------------------

Hi Christian, if you need any help with this let me know.

BTW is there any agreed naming convention for components URI options and message headers? Looking at the existing components seems like URI options can have component specific names whereas the headers use CamelComponnetNameXXX format? But in this case, if you want to override an option from the URI using the message header, you have to specify a different name, which may be lead to confusion. Any thoughts?
                
> Improve Camel aws-sdb component
> -------------------------------
>
>                 Key: CAMEL-4793
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4793
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-aws
>    Affects Versions: 2.9.0
>            Reporter: Christian Müller
>            Assignee: Christian Müller
>             Fix For: 2.9.0
>
>
> I would like to improve the aws-sdb component in the following places:
> - Using the [Amazon operation names|http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_Operations.html] instead of CamelAwsSdbXXX
>   -> With this we can easily support more operations (in the future) and the users are more familiar with this names
> - Add OSGI integration tests
> I would like to resolve this issue for Camel 2.9.0 because renaming of the operation names are not backwards compatible. I will resolve this issue today.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (CAMEL-4793) Improve Camel aws-sdb component

Posted by "Christian Müller (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171952#comment-13171952 ] 

Christian Müller commented on CAMEL-4793:
-----------------------------------------

I need additional two hours or so tomorrow to resolve this issue...
                
> Improve Camel aws-sdb component
> -------------------------------
>
>                 Key: CAMEL-4793
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4793
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-aws
>    Affects Versions: 2.9.0
>            Reporter: Christian Müller
>            Assignee: Christian Müller
>             Fix For: 2.9.0
>
>
> I would like to improve the aws-sdb component in the following places:
> - Using the [Amazon operation names|http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_Operations.html] instead of CamelAwsSdbXXX
>   -> With this we can easily support more operations (in the future) and the users are more familiar with this names
> - Add OSGI integration tests
> I would like to resolve this issue for Camel 2.9.0 because renaming of the operation names are not backwards compatible. I will resolve this issue today.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (CAMEL-4793) Improve Camel aws-sdb component

Posted by "Christian Müller (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13172392#comment-13172392 ] 

Christian Müller commented on CAMEL-4793:
-----------------------------------------

Sounds good Bilgin! Let me know if you need any help with it.

And sorry for the bigger refactoring. I want to make sure we can support all features Amazon simpledb offers without the need for an API change which we cannot do in a micro release, e,g, Camel 2.9.1.
                
> Improve Camel aws-sdb component
> -------------------------------
>
>                 Key: CAMEL-4793
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4793
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-aws
>    Affects Versions: 2.9.0
>            Reporter: Christian Müller
>            Assignee: Christian Müller
>             Fix For: 2.8.4, 2.9.0
>
>
> I would like to improve the aws-sdb component in the following places:
> - Using the [Amazon operation names|http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_Operations.html] instead of CamelAwsSdbXXX
>   -> With this we can easily support more operations (in the future) and the users are more familiar with this names
> - Add OSGI integration tests
> I would like to resolve this issue for Camel 2.9.0 because renaming of the operation names are not backwards compatible. I will resolve this issue today.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (CAMEL-4793) Improve Camel aws-sdb component

Posted by "Christian Müller (Resolved JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Müller resolved CAMEL-4793.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.8.4

Will make sure the documentation is updated in the next few hours
                
> Improve Camel aws-sdb component
> -------------------------------
>
>                 Key: CAMEL-4793
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4793
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-aws
>    Affects Versions: 2.9.0
>            Reporter: Christian Müller
>            Assignee: Christian Müller
>             Fix For: 2.8.4, 2.9.0
>
>
> I would like to improve the aws-sdb component in the following places:
> - Using the [Amazon operation names|http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_Operations.html] instead of CamelAwsSdbXXX
>   -> With this we can easily support more operations (in the future) and the users are more familiar with this names
> - Add OSGI integration tests
> I would like to resolve this issue for Camel 2.9.0 because renaming of the operation names are not backwards compatible. I will resolve this issue today.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (CAMEL-4793) Improve Camel aws-sdb component

Posted by "Bilgin Ibryam (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13172310#comment-13172310 ] 

Bilgin Ibryam commented on CAMEL-4793:
--------------------------------------

There is still no documentation for sdb component, I will add updated docs today
                
> Improve Camel aws-sdb component
> -------------------------------
>
>                 Key: CAMEL-4793
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4793
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-aws
>    Affects Versions: 2.9.0
>            Reporter: Christian Müller
>            Assignee: Christian Müller
>             Fix For: 2.8.4, 2.9.0
>
>
> I would like to improve the aws-sdb component in the following places:
> - Using the [Amazon operation names|http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_Operations.html] instead of CamelAwsSdbXXX
>   -> With this we can easily support more operations (in the future) and the users are more familiar with this names
> - Add OSGI integration tests
> I would like to resolve this issue for Camel 2.9.0 because renaming of the operation names are not backwards compatible. I will resolve this issue today.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Closed] (CAMEL-4793) Improve Camel aws-sdb component

Posted by "Christian Müller (Closed JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Müller closed CAMEL-4793.
-----------------------------------

    
> Improve Camel aws-sdb component
> -------------------------------
>
>                 Key: CAMEL-4793
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4793
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-aws
>    Affects Versions: 2.9.0
>            Reporter: Christian Müller
>            Assignee: Christian Müller
>             Fix For: 2.8.4, 2.9.0
>
>
> I would like to improve the aws-sdb component in the following places:
> - Using the [Amazon operation names|http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_Operations.html] instead of CamelAwsSdbXXX
>   -> With this we can easily support more operations (in the future) and the users are more familiar with this names
> - Add OSGI integration tests
> I would like to resolve this issue for Camel 2.9.0 because renaming of the operation names are not backwards compatible. I will resolve this issue today.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira