RE: OSGI dependencies question

2012-07-16 Thread Kuhtz, Andreas
Hi Bilgin, This package is in chemistry-opencmis-client-impl-0.7.0.jar but unfortunately it's not exported. I don't know opencmis at all, but maybe the import in camel-cmis is wrong ... Try adding "! org.apache.chemistry.opencmis.client.runtime;" to your imports in the pom (guess you use the b

Re: OSGI dependencies question

2012-07-16 Thread Bilgin Ibryam
Thanks Andi, that helped. Now the only remaining error is: No export found to match org.apache.chemistry.opencmis.client.runtime (imported by mvn:org.apache.camel/camel-cmis/2.11-SNAPSHOT) Any suggestions how to find its bundle? Bilgin On 16 July 2012 21:40, Kuhtz, Andreas wrote: > Hi Bilgin,

Re: @ExchangedScoped

2012-07-16 Thread Willem Jiang
Can you store the variable as an exchange property? Then you will not be bothered by reading it from different thread. Tue Jul 17 03:12:40 2012, Romain Manni-Bucau wrote: Hi, updated https://github.com/rmannibucau/camel-cdi-extension to create an ExchangeScoped but that's a bit hard to really g

Re: Build error on 2.9 branch

2012-07-16 Thread Willem Jiang
Sorry, that is my fault. I just found Dan already fix it when I running the build this morning. On Sat Jul 14 14:13:33 2012, Claus Ibsen wrote: Hi One of the backports of a commit on trunk now broke the build on 2.9 branch. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compile

Re: camel-mybatis insert commits failing with Postgres

2012-07-16 Thread Christian Müller
May be you can try the commons-dbcp BasicDataSource? There you can disable the auto commit. I don't know the c3po pooled data source... Best, Christian On Mon, Jul 16, 2012 at 3:19 PM, jkorab wrote: > Hi, > > I have come across an error when using camel-mybatis with Postgres that I > think meri

Re: fyi - SI

2012-07-16 Thread Christian Müller
On Mon, Jul 16, 2012 at 10:04 PM, Claus Ibsen wrote: > On Mon, Jul 16, 2012 at 7:24 PM, Christian Müller > wrote: > > Great explanation Claus. I answered in the SI forum to make this clear > for > > them. > > > > Well you could match the examples a bit more. The SI sends directly > from the java

RE: OSGI dependencies question

2012-07-16 Thread Kuhtz, Andreas
Hi Bilgin, The missing javax.xml.ws.soap (..and others ...) comes from this bundle: mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxws-api-2.2/1.9.0 I'm not sure if it works for you because I don't know what karaf version you use. You might check the cxf-features file (fea

Re: fyi - SI

2012-07-16 Thread Claus Ibsen
On Mon, Jul 16, 2012 at 7:24 PM, Christian Müller wrote: > Great explanation Claus. I answered in the SI forum to make this clear for > them. > Well you could match the examples a bit more. The SI sends directly from the java code to a the JMS queue. Where as in Camel its send to a direct endpoin

Re: svn commit: r1362163 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/model/ camel-core/src/main/java/org/apache/camel/model/config/ camel-core/src/main/java/org/apache/camel/processor

2012-07-16 Thread Claus Ibsen
Hi Its better to use an @XmlAttribute for the new option like the other options on stream config +@XmlElement +private Boolean rejectOld; Then the XML DSL is not as confusing and noisy, as it would just be an attribute instead of a xml tag. Also remember that the Scala DSL may be impac

Re: OSGI dependencies question

2012-07-16 Thread j...@nanthrax.net
Hi Bilgrin I hope to go out from the hospital tomorrow. I should be able to help you tomorrow evening. Regards JB -- Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net Talend - http://wwx.talend.com - Reply message - From: "Bilgin Ibryam" To: Subject: OSGI dependencies

OSGI dependencies question

2012-07-16 Thread Bilgin Ibryam
Hi all, I am working on CAMEL-4691 a CMIS component but have difficulties adding the OSGI dependencies. Any help on the following points is greatly appreciated: 1. Is there any documentation on the format of features.xml 2. How do you figure out if a dependency is available as osgi bundle, or as

Re: fyi - SI

2012-07-16 Thread Christian Müller
Great explanation Claus. I answered in the SI forum to make this clear for them. Best, Christian On Mon, Jul 16, 2012 at 8:03 AM, Claus Ibsen wrote: > On Mon, Jul 16, 2012 at 12:36 AM, Christian Müller > wrote: > > Thanks Adam for this pointer. > > I respond to this thread with an optimized ve

camel-mybatis insert commits failing with Postgres

2012-07-16 Thread jkorab
Hi, I have come across an error when using camel-mybatis with Postgres that I think merits a code change. I am using Camel 2.8 in Servicemix 4.4.1, though the issue is reproducible in Camel 2.10. I have set up the MyBatisComponent to use a mybatis-spring SqlSessionFactoryBean, which in turn uses