Re: Camel AWS-DDB scan/query

2016-04-26 Thread urbanenomad
the addToResult method of the ScanCommand. I think rather then doing the out.copyFrom, it just returned the out Message then it would not get wiped and would return all the result information from the ddb scan call. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-AWS-DDB-scan

Re: AWS-DDB

2014-12-13 Thread Willem Jiang
with the following snippet: uri=aws-ddb://localhost:8000?tableName=scheduleaccessKey=FakesecretKey=Fake / However, when this portion of the route is reached, I receive the following error: 2014-12-11 17:24:00,354 | ERROR | mix-5.3.0/deploy | BlueprintCamelContext | ?? | 124

Re: AWS-DDB

2014-12-13 Thread Scott Gentry
: uri=aws-ddb://localhost:8000?tableName=scheduleaccessKey=FakesecretKey=Fake / However, when this portion of the route is reached, I receive the following error: 2014-12-11 17:24:00,354 | ERROR | mix-5.3.0/deploy | BlueprintCamelContext | ?? | 124 - org.apache.camel.camel-blueprint

AWS-DDB

2014-12-12 Thread Scott Gentry
I'm attempting to write some json data to a Dynamo Table with blueprint XML. While in testing mode I was looking to send data to dynamo local with the following snippet: to uri=aws-ddb://localhost:8000?tableName=scheduleamp;accessKey=Fakeamp;secretKey=Fake / However, when this portion

Re: Camel AWS-DDB scan/query

2014-04-07 Thread dev1
: http://camel.465427.n5.nabble.com/Camel-AWS-DDB-scan-query-tp5749255p5749888.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel AWS-DDB scan/query

2014-04-02 Thread Bilgin Ibryam
(QueryRequest queryRequest) public ScanResult scan(ScanRequest scanRequest) You can check the AWS API and see for yourself how to achieve what you want. HTH, On 23 March 2014 13:38, dev1 jo...@wp.pl wrote: Hello, I'm using Camel AWS-DDB for the first time and have some issues getting data

Re: Camel AWS-DDB scan/query

2014-03-24 Thread dev1
Could anybody help me with that? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-AWS-DDB-scan-query-tp5749255p5749271.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel AWS-DDB scan/query

2014-03-23 Thread dev1
Hello, I'm using Camel AWS-DDB for the first time and have some issues getting data from DynamoDB. Could you, please, help me with this? I'm able to add some item, update by primary Hash/Range key (by defining Key object) but is it possible to do it by database indexes? I created some indexes