Hi,
> last commit added a features.xml --> camel-feature
I've committed the Dropbox component to the master.
We need to polish it a little bit (move feature from component
src/resources directory to our common Camel feature, create Karaf
integration tests and so forth). I'll perform the clean du
last commit added a features.xml --> camel-feature
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-dropbox-tp5748012p5748745.html
Sent from the Camel - Users mailing list archive at Nabble.com.
/**
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-dropbox-tp5748012p5748734.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi,
modification done, now you have a default profile with no integration test.
Ciao!
hekonsek wrote
> Hi Giovani,
>
> Tests in your camel-dropbox modules are failing with the following error:
>
> org.apache.camel.component.dropbox.util.DropboxException: /XXX does
> not exi
ok,
I will classify these test as integration tests and enable them only via
profile.
Thanks,
Giovanni
hekonsek wrote
> Hi Giovani,
>
> Tests in your camel-dropbox modules are failing with the following error:
>
> org.apache.camel.component.dropbox.util.DropboxException: /XXX d
Hi Giovani,
Tests in your camel-dropbox modules are failing with the following error:
org.apache.camel.component.dropbox.util.DropboxException: /XXX does
not exist or can't obtain metadata
Keep in mind that we should be able to 'mvn install' your component
without prior confi
download them, something like idempotent option in the File2 component.
> Is this option available? Or I have to implement it?
>
> Thanks
> Mark Nelson
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-dropbox-tp5748012p5748483.html
Sent from the Camel - Users mailing list archive at Nabble.com.
ge the component after the weekend.
>
> Cheers!
>
> [1] https://github.com/apache/camel/pull/58#issuecomment-37037366
>
> --
> Henryk Konsek
> http://henryk-konsek.blogspot.com
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-dropbox-tp574801
> Has anybody tried to simply wrap the jar?
I asked Giovanni if he would be so kind to donate the feature for the
component as well.
I'll try to review and merge the component after the weekend.
Cheers!
[1] https://github.com/apache/camel/pull/58#issuecomment-37037366
--
Henryk Konsek
http://
> We need to addition work to create an OSGi bundle of Dropbox API for
> providing camel-dropbox karaf feature.
Has anybody tried to simply wrap the jar?
Cheers.
--
Henryk Konsek
http://henryk-konsek.blogspot.com
We need to addition work to create an OSGi bundle of Dropbox API for providing
camel-dropbox karaf feature.
--
Willem Jiang
Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (English)
http://jnn.iteye.com (Chinese)
Twitter: willemjiang
Weibo: 姜宁willem
On
> Are you sure we can include this component in ASF Camel?
OK, that the project GitHub page [1] there is stated as follows -
"License: MIT" . I'd say +1 for the ASF then.
I'll try to find time to review the component and add it to the ASF
codebase later today.
Cheers.
[1] https://github.com/dro
> If so, I would like to vote for a direct inclusion to the ASF branch.
The SDK is distributed on the "Copyright (c) 2013 Dropbox Inc."
license. In POM there is "MIT" license element. On the other hand the
source code doesn't have license headers at all...
Are you sure we can include this compone
Agree, … just one more thing, can we enforce someone using the camel-dropbox
component to adhere to the Dropbox API Terms and Conditions [1]?
If so, I would like to vote for a direct inclusion to the ASF branch.
Best,
Christoph
[1] https://www.dropbox.com/developers/reference/tos
On 07 Mar
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
> OF CONTRACT, TORT OR OTH
CT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
> --
>
> Why would this license stop the camel-dropbox component from beeing
> released under the Apache License ?
> To me the dropbox API license seems
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--
Why would this license stop the camel-dropbox component from beeing
released under the Apache License ?
To me the dropbox API license seems pretty permissive.
// Pontus
On Fri, Mar 7, 2014 at 12:36 PM, Henryk Konsek wrote:
>> What I
> What I can not answer is, if the dropbox license and terms of conditions
> meet the general ASF requirements or not.
Apparently not.
> If it is not possible to contribute the component to the ASF branch, I would
> vote for a contribution to camel-extra.
I asked to author of the DropBox pull re
Hi Henryk,
I guess there is an open pull request for adding camel-dropbox to ASF.
https://issues.apache.org/jira/browse/CAMEL-6999
What I can not answer is, if the dropbox license and terms of conditions meet
the general ASF requirements or not.
If it is not possible to contribute the
> I need also to include files that matches the regex pattern (like the
> include option in file component). Is that possible?
DropBox component is not maintained by the Apache team. We could
answer your question after it will be donated to ASF :) . For now I
don't know where to find its sources n
dentifier=&remotePath=/&consumer.delay=1000"
/>
How can I update the route to get the frequency of pull that I need?
Regards,
Mark Nelson
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-dropbox-tp5748012p5748048.html
Sent from the Camel - User
Hi,
> 1- Does DropBox component have the notion of idempotency like file
> component?
Keep in mind that any route can be idempotent. DropBox consumer
doesn't have to be aware of the route idempotency.
from("direct:anyConsumer")
.idempotentConsumer(header("myMessageId"),
MemoryIdempotentRep
w files. When I add new files in dropbox, it has to check them and
download them, something like idempotent option in the File2 component.
Is this option available? Or I have to implement it?
Thanks
Mark Nelson
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-dropbox-tp
The camel-dropbox component is not in the apache-camel official kit yet, so we
don’t have document in the apache camel website.
BTW, I didn’t see the exact error message when you use camel route to move the
file from you dropbox to the local folder.
--
Willem Jiang
Red Hat, Inc.
Web: http
Hi,
I have some questions about the camel-dropbox component.
1- Does DropBox component have the notion of idempotency like file
component?
2- I want to get all files the exist in my dropbox and save them in my local
Folder. I used this route but I get some issue:
&clientIdentifier=&re
25 matches
Mail list logo