Questions regarding Camel file2 component

2014-06-03 Thread Pascal Klink
Hi everyone,   I have a question regarding the file2 component of Apache Camel. I'm currently trying to write a small application with which pictures can be stored and retrieved. I'm organizing the pictures in folders - one for every user. Since all users can look at the pictures from other

Aw: Re: JDBC Producer with auto generated keys and named parameters

2014-04-22 Thread Pascal Klink
this for camel-sql component (see https://issues.apache.org/jira/browse/CAMEL-7313). If you create JIRA ticked w/ patch, I could look at this. regards Grzegorz Grzybek 2014-04-21 0:45 GMT+02:00 Pascal Klink pascal.kl...@web.de: Hi everyone, I have a question regarding the JDBC

JDBC Producer with auto generated keys and named parameters

2014-04-20 Thread Pascal Klink
Hi everyone, I have a question regarding the JDBC producer: Why is the retrieval of auto generated keys not supported when using named parameters? I'm asking because after looking through the code of the producer I could not understand why this was not implemented, since the

Aw: Re: Camel XSLT Param - Issue ( Body is null )

2014-04-01 Thread Pascal Klink
Hi Guru, I don't know if I get the problem right but you can set parameters on xsl processing through headers. Sou you can do: from .../ ... setHeader name=myParameter.../setHeader to uri=xslt:.../ Then in the xsl file you can do: xsl:param name=myParameter/ And then you can reference it

Aw: Re: Re: Camel with Karaf

2014-03-27 Thread Pascal Klink
=org.apache.camel.Component availability=mandatory filter=(component-type=sql) Regards, 2014-03-25 17:01 GMT+01:00 Pascal Klink pascal.kl...@web.de: Hi Christpoh, I'm running on JDK 7. Other bundles are starting up perfectly when having no dependencies to camel so there aren't any other

Camel with Karaf

2014-03-25 Thread Pascal Klink
Hi everyone, I have some problems getting a Bundle, which is using Camel, to run on my Karaf (Version 2.3.0, Camel Version 2.13.0). I think this is because I'm doing something wrong with the Import Statements in the Manifest file. This is the pom.xml of my Bundle: ?xml version=1.0

Aw: Re: Camel with Karaf

2014-03-25 Thread Pascal Klink
) Are there any other, similar issues around? Best, Christoph On 25 Mar 2014, at 16:08, Pascal Klink pascal.kl...@web.de wrote: Hi everyone, I have some problems getting a Bundle, which is using Camel, to run on my Karaf (Version 2.3.0, Camel Version 2.13.0). I think

Aw: Re: Re: Camel with Karaf

2014-03-25 Thread Pascal Klink
for the SQL component: reference id=sql interface=org.apache.camel.Component availability=mandatory filter=(component-type=sql) Regards, 2014-03-25 17:01 GMT+01:00 Pascal Klink pascal.kl...@web.de: Hi Christpoh, I'm running on JDK 7. Other bundles are starting up