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: http://maven.apache.org/POM/

Aw: Re: Camel with Karaf

2014-03-25 Thread Pascal Klink
pl.run(FrameworkStartLevelImpl.java:295)[org.apache.felix.framework-4.0.3.jar:] > at java.lang.Thread.run(Thread.java:744)[:1.8.0] > > Can you please double check the following: > > a) Which JDK are you running at? > b) Are there any other, similar issues around? >

Aw: Re: Re: Camel with Karaf

2014-03-25 Thread Pascal Klink
se it in your route. > > > I would do so for the SQL component: > > availability="mandatory" filter="(component-type=sql)"> > > Regards, > > > > > 2014-03-25 17:01 GMT+01:00 Pascal Klink : > > > Hi Christpoh,

Aw: Re: Re: Camel with Karaf

2014-03-27 Thread Pascal Klink
t; > availability="mandatory" filter="(component-type=sql)"> > > Regards, > > > > > 2014-03-25 17:01 GMT+01:00 Pascal Klink : > > > Hi Christpoh, > > > > I'm running on JDK 7. Other bundles are starting up perf

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: ... ... Then in the xsl file you can do: And then you can reference it during processing with ${myParamter}. So you do could extract the interesting thing form th

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 java.sql.Connecti

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

2014-04-22 Thread Pascal Klink
added 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 : > > > Hi everyone, >

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 us