jms component: Parameter destination.consumer.exclusive does not work

2017-04-05 Thread Christian Schneider
eters=[{destination.consumer.exclusive=true}] Best Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: camelContext not found in karaf 4.1.0

2017-03-23 Thread Christian Schneider
migrate to blueprint Regards Plamen Traianov On 23 Mar 2017, at 11:54, Christian Schneider [via Camel] wrote: You can fix this error by adding the spring legacy repo. features:repo-add spring-legacy 4.1.0 It provides older versions of spring. Unfortunately camel-spring-dm (2.18) still will

Re: camelContext not found in karaf 4.1.0

2017-03-23 Thread Christian Schneider
%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> -- View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796000.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Recommend a platform for running Camel

2017-03-14 Thread Christian Schneider
age a large number of processes. On to the next option fabric8/kubernetes. -- View this message in context: http://camel.465427.n5.nabble.com/Recommend-a-platform-for-running-Camel-tp5795331p5795364.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider

Re: Recommend a platform for running Camel

2017-03-13 Thread Christian Schneider
bric8/kubernetes thats looks interesting. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Recommend-a-platform-for-running-Camel-tp5795331p5795335.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open S

Re: Recommend a platform for running Camel

2017-03-12 Thread Christian Schneider
> > > > > -- > View this message in context: http://camel.465427.n5.nabble. > com/Recommend-a-platform-for-running-Camel-tp5795331.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- -- Christian Schneider http://www.liquid-reality.de <https:

Re: Springboots vs Osgi // for Camel Apps

2017-01-04 Thread Christian Schneider
from FUSE to Spring Boot during last year. The reason is very simple: in our experience OSGI features were rarely used and classloader hell / testing problems are real. Best regards, Vitalii Tymchyshyn On Tue, Jan 3, 2017, 3:26 AM Christian Schneider wrote: The packaging as spring boot or OSGi

Re: Springboots vs Osgi // for Camel Apps

2017-01-03 Thread Christian Schneider
In - http://in.linkedin.com/pub/reji-mathews/31/9a2/40a Twitter - reji_mathews -- View this message in context: http://camel.465427.n5.nabble.com/Springboots-vs-Osgi-for-Camel-Apps-tp5792083.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality

Re: Instead of parallel JMS consumption only sequentially processed

2016-11-25 Thread Christian Schneider
79978003649-7-301 What am I doing wrong? Thanks for any hints. Thanks Oli -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: CXF cross cutting concerns

2016-03-15 Thread Christian Schneider
ttings. But there are a large number of these services with WSDLs for many aspects of inventory, supply, invoices, etc. -- View this message in context: http://camel.465427.n5.nabble.com/CXF-cross-cutting-concerns-tp5778798.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CXF cross cutting concerns

2016-03-14 Thread Christian Schneider
it or not. So if I have different > security > requirements for invoices, supplier look up, etc. I can set that up in one > project and then whatever bundles get installed and register themselves > correctly will get picked up and exposed automatically. > > > > >

Re: CXF cross cutting concerns

2016-03-11 Thread Christian Schneider
gt; > > > > > method="invokeServiceFromREST" /> > > > > > > > -- > View this message in context: > http://came

Re: CXF cross cutting concerns

2016-03-10 Thread Christian Schneider
-- View this message in context: http://camel.465427.n5.nabble.com/CXF-cross-cutting-concerns-tp5778798.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Camel SAP component

2016-03-02 Thread Christian Schneider
ist archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: OsgiServiceRegistry caching service references, why?

2016-02-11 Thread Christian Schneider
background. Beans that are obtained in the BlueprintContainer registry will have a blueprint proxy and will be unchanged from what they where before. Thanks, Richard On Wed, Feb 10, 2016 at 11:55 PM, Quinn Stevenson < qu...@pronoia-solutions.com> wrote: -- Christian Schneider http://www.

Re: OsgiServiceRegistry caching service references, why?

2016-02-10 Thread Christian Schneider
ticket in which the service object is being cached exists for scenario 2 and scenario 3. Both these scenarios find the bean in the OsgiServiceRegistry, so the BlueprintContainerRegistry is not used. On Wed, Feb 10, 2016 at 1:47 PM, Christian Schneider < ch...@die-schneider.net> wrote

Re: OsgiServiceRegistry caching service references, why?

2016-02-10 Thread Christian Schneider
. This will mean if the service / bean is present in blueprint it will always take predence over the bean in the OsgiServiceRegistry. On Wed, Feb 10, 2016 at 8:01 AM, Christian Schneider < ch...@die-schneider.net> wrote: If you inject a blueprint reference to a service into a RouteBuilde

Re: OsgiServiceRegistry caching service references, why?

2016-02-10 Thread Christian Schneider
underlying service reference. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Invoking Dynamic OSGi Blueprint services from a Java RouteBuilder

2016-02-02 Thread Christian Schneider
issue that was created for > this - is that still the right place? Or do we need a different JIRA issue? > > > On Feb 2, 2016, at 3:15 PM, Christian Schneider > wrote: > > > > On 02.02.2016 23:08, Quinn Stevenson wrote: > >> Christian - > >> > >

Re: Invoking Dynamic OSGi Blueprint services from a Java RouteBuilder

2016-02-02 Thread Christian Schneider
there is no service. Sounds quite strange. Can you check in karaf using the service:list command that there is really no Echo service running anymore? Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Invoking Dynamic OSGi Blueprint services from a Java RouteBuilder

2016-02-02 Thread Christian Schneider
chemaLocation=" http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd http://camel.apache.org/schema/blueprint http://camel.apache.org/schema/blueprint/camel-blueprint.xsd"; http://camel.a

Re: Invoking Dynamic OSGi Blueprint services from a Java RouteBuilder

2016-02-02 Thread Christian Schneider
ulation. On Tue, Feb 2, 2016 at 3:24 AM, Christian Schneider wrote: There is a much simpler way to use an OSGi service with blueprint. Simply use the bean component of camel. It resolves beans against the camel registry. When you define your camel context using blueprint then the camel registry au

Re: Invoking Dynamic OSGi Blueprint services from a Java RouteBuilder

2016-02-02 Thread Christian Schneider
ot; http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd http://camel.apache.org/schema/blueprint http://camel.apache.org/schema/blueprint/camel-blueprint.xsd"; http://camel.apache.org/schema/blueprint";> -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: A silly idea?

2016-01-14 Thread Christian Schneider
ol > so > many applications for my project. I just want a light-weighted all-in-one > package. Is building such an all-in-one package for camel a silly idea? How > do you think about that? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/A-s

Re: Camel Routes: Identify end of Processing in a Route

2015-12-17 Thread Christian Schneider
he records processing is complete? Thanks, Ganga -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Routes-Identify-end-of-Processing-in-a-Route-tp5775224.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de O

Compatibilty of camel 2.13.x and karaf 2.3.x

2015-12-15 Thread Christian Schneider
servlet API 3 bundle refs in the feature file with 2.5 refs? I found these related issues: https://issues.apache.org/jira/browse/CAMEL-3941 https://issues.apache.org/jira/browse/SMX4-924 Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: java dsl vs blueprint xml

2015-12-15 Thread Christian Schneider
-vs-blueprint-xml-tp5775085p5775097.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: java dsl vs blueprint xml

2015-12-15 Thread Christian Schneider
camel.465427.n5.nabble.com/java-dsl-vs-blueprint-xml-tp5775085p5775091.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: java dsl vs blueprint xml

2015-12-15 Thread Christian Schneider
context: http://camel.465427.n5.nabble.com/java-dsl-vs-blueprint-xml-tp5775085.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Camel JMS Issue

2015-11-06 Thread Christian Schneider
ks, James -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JMS-Issue-tp5773432.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: jpa/hibernate casting exception

2015-11-06 Thread Christian Schneider
escriptor.set(ReflectionUtils.java:378)[15:org.apache.aries.blueprint.core:1.4.3] at org.apache.aries.blueprint.container.BeanRecipe.setProperty(BeanRecipe.java:939)[15:org.apache.aries.blueprint.core:1.4.3] ... 31 more -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Transactional Route with JTA

2015-11-01 Thread Christian Schneider
.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Transactional Route with JTA

2015-10-30 Thread Christian Schneider
n the container: https://git-wip-us.apache.org/repos/asf?p=servicemix.git;a=blob;f=activemq/activemq-service/src/main/resources/OSGI-INF/blueprint/activemq-service.xml . Regards, *Raúl Kripalani* -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Transactional Route with JTA

2015-10-30 Thread Christian Schneider
e JMS consumption itself. Maybe this resource helps: https://access.redhat.com/documentation/en-US/Fuse_ESB_Enterprise/7.0/html/EIP_Transactions_Guide/XaJms-Overview.html Raúl. On 30 Oct 2015 14:31, "Christian Schneider" wrote: I am trying to set up a route that spans an XA transaction from a

Re: Transactional Route with JTA

2015-10-30 Thread Christian Schneider
kicks off and therefore doesn't cover the JMS consumption itself. Maybe this resource helps: https://access.redhat.com/documentation/en-US/Fuse_ESB_Enterprise/7.0/html/EIP_Transactions_Guide/XaJms-Overview.html Raúl. On 30 Oct 2015 14:31, "Christian Schneider" wrote: I am try

Transactional Route with JTA

2015-10-30 Thread Christian Schneider
n/resources/OSGI-INF/blueprint/blueprint.xml Any idea what I am doing wrong? Or do I misunderstand the concept of transactional routes in camel and this simply can not work? Can I debug the transaction handling somehow? Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Camel and JTA

2015-04-19 Thread Christian Schneider
Unfortunately camel is quite fixed on spring in the transaction support. I would also prefer to completely get rid of the spring dependency in OSGi. At least it works together with blueprint nicely. Christian Am 19.04.2015 um 19:54 schrieb Charlie Mordant: Hi Jean-Yves, But you're always usin

Re: Error when executing: install -s mvn:com.packt/sample

2015-03-12 Thread Christian Schneider
ster Docuteam GmbH Langacker 16 Postfach CH-5405 Baden-Dättwil +41 (0)56 470 03 37 c.eugs...@docuteam.ch -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Error when executing: install -s mvn:com.packt/sample

2015-03-10 Thread Christian Schneider
Unable to install and karaf.log as provided in one of the previous emails. Regards Christian Christian Eugster Docuteam GmbH Langacker 16 Postfach CH-5405 Baden-Dättwil +41 (0)56 470 03 37 c.eugs...@docuteam.ch Am 10.03.2015 um 18:04 schrieb Christian Schneider : You can configure it in etc

Re: Error when executing: install -s mvn:com.packt/sample

2015-03-10 Thread Christian Schneider
? Christian Christian Eugster Docuteam GmbH Langacker 16 Postfach CH-5405 Baden-Dättwil +41 (0)56 470 03 37 c.eugs...@docuteam.ch -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Error when executing: install -s mvn:com.packt/sample

2015-03-10 Thread Christian Schneider
.eugs...@docuteam.ch -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Error when executing: install -s mvn:com.packt/sample

2015-03-10 Thread Christian Schneider
sample-tp5763885p5763901.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Error when executing: install -s mvn:com.packt/sample

2015-03-10 Thread Christian Schneider
local maven repository without any problems. Christian Christian Eugster Docuteam GmbH Langacker 16 Postfach CH-5405 Baden-Dättwil +41 (0)56 470 03 37 c.eugs...@docuteam.ch -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Error when executing: install -s mvn:com.packt/sample

2015-03-10 Thread Christian Schneider
Postfach CH-5405 Baden-Dättwil +41 (0)56 470 03 37 c.eugs...@docuteam.ch -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Route executed in sync - one after another

2014-12-12 Thread Christian Schneider
seem to do the trick. Maybe I'm just overlooking something obvious :) Regards - and have a nice weekend, Svend -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Camel distributed transactions/XA without full J2EE container?

2014-12-09 Thread Christian Schneider
e're always eager to learn and adapt so please feel free to prove us wrong... Thanks Guy -- View this message in context: http://camel.465427.n5.nabble.com/Camel-distributed-transactions-XA-without-full-J2EE-container-tp5760152p5760337.html Sent from the Camel - Users mailing list arc

Re: [HEADS UP] - camel-scr for OSGi with pure Java in Camel 2.15

2014-11-11 Thread Christian Schneider
t 10:17 AM, Christian Schneider wrote: I just looked into the camel-scr component. If found some design issues: - Why do we need to @Reference to ComponentResolver. I think we should do this under the covers so the user does not have to configure it himself. The easiest way would probably be to do

Re: [HEADS UP] - camel-scr for OSGi with pure Java in Camel 2.15

2014-11-10 Thread Christian Schneider
the camel-scr module. And there is a camel-scr feature to install the module. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Calling a camel route seems to commit an outside transaction

2014-11-07 Thread Christian Schneider
Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Calling a camel route seems to commit an outside transaction

2014-11-06 Thread Christian Schneider
Seems our analysis was wrong. Camel is not involved in the problem after all. It seems to be a problem with hibnernate doing a commit before a criteria based lookup. Christian On 05.11.2014 16:23, Christian Schneider wrote: I have an application running in OSGi that uses aries blueprint

Calling a camel route seems to commit an outside transaction

2014-11-05 Thread Christian Schneider
route. Any idea why this happens and how I could avoid it? Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Application naivity about endpoints

2014-10-07 Thread Christian Schneider
13:31, James Green wrote: This is a standalone Spring app with Java configuration. On 7 October 2014 12:21, Christian Schneider wrote: If you are deploying to a web container then you should refer to the ConnectionFactory using JNDI. If you are using OSGi you can use an OSGi service. This way

Re: Babel: new DSL for Camel

2014-10-07 Thread Christian Schneider
https://groups.google.com/forum/#!forum/babel-user Have a nice coding day! Christophe -- View this message in context: http://camel.465427.n5.nabble.com/Babel-new-DSL-for-Camel-tp5756172p5757382.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.l

Re: Application naivity about endpoints

2014-10-07 Thread Christian Schneider
ng to individual connection factories in code. Are we missing something? Thanks, James -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Desktop applications

2014-07-15 Thread Christian Schneider
I also think this sounds like a good case for camel. Christian On 15.07.2014 18:42, Matt Sicker wrote: A fat rich client like that sounds like a good use case of Camel to me. On 15 July 2014 05:30, Jon Mithe wrote: -- Christian Schneider http://www.liquid-reality.de Open Source

Re: Desktop applications

2014-07-15 Thread Christian Schneider
look good, but having a black spot on tieing it together into within a desktop application. Thanks, Jon -- View this message in context: http://camel.465427.n5.nabble.com/Desktop-applications-tp5753788.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian

Re: Best suitable architecture using Camel

2014-06-18 Thread Christian Schneider
when would you not use camel and use cxf (jaxrs in my case) directly. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Best suitable architecture using Camel

2014-06-13 Thread Christian Schneider
needed. Probably I missunderstanding how Camel really works so I´ll be glad to hear what I´m wrong about ;) -- View this message in context: http://camel.465427.n5.nabble.com/Best-suitable-architecture-using-Camel-tp5752219.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Chri

Re: Request/reply JMS (ActiveMQ)

2014-05-30 Thread Christian Schneider
reply-JMS-ActiveMQ-tp5751686p5751689.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Request/reply JMS (ActiveMQ)

2014-05-29 Thread Christian Schneider
-ActiveMQ-tp5751686.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Camel main class in osgi bundle

2014-01-21 Thread Christian Schneider
Java DSL RouteBuilder -- View this message in context: http://camel.465427.n5.nabble.com/Camel-main-class-in-osgi-bundle-tp5746113p5746246.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Archi

Re: Camel main class in osgi bundle

2014-01-19 Thread Christian Schneider
private OSGi part. Aleksey -- View this message in context: http://camel.465427.n5.nabble.com/Camel-main-class-in-osgi-bundle-tp5746113p5746209.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http

Re: Is the higher OSGi version really needed?

2013-09-09 Thread Christian Schneider
is is not my favorite solution. Thanks Adam -- View this message in context: http://camel.465427.n5.nabble.com/Is-the-higher-OSGi-version-really-needed-tp5738924.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.

Re: Camel CXF Consumer Route in OSGi not available

2013-07-25 Thread Christian Schneider
5736238p5736255.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- -- Christian Schneider http://www.liquid-reality.de<https://owa.talend.com/owa/redir.aspx?C=3aa4083e0c744ae1ba52bd062c5a7e46&URL=http%3a%2f%2fwww.liquid-reality.de> Open Source Archi

Re: Blueprint/@Produce

2013-05-22 Thread Christian Schneider
int.xsd";> net.integratix.camel.blueprint When I run it, the route is started but no message arrives. I assume my bean is not instantiated. Any hints? Thanks! Thomas. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Future of Fuse IDE

2013-05-18 Thread Christian Schneider
, but might be donated to Apache or Eclipse. This is to be decided later. Correct me if i'm wrong. -- View this message in context: http://camel.465427.n5.nabble.com/Future-of-Fuse-IDE-tp5732773p5732778.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Chri

Re: Using camel with ESB like TIBCO

2013-05-17 Thread Christian Schneider
27.n5.nabble.com/Using-camel-with-ESB-like-TIBCO-tp5732699.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com

Re: Steps to replace a direct call by a JMS proxy?

2013-05-14 Thread Christian Schneider
throttling with using a producertemplate? Is is possible? Thanks, Al. F -- View this message in context: http://camel.465427.n5.nabble.com/Steps-to-replace-a-direct-call-by-a-JMS-proxy-tp5732430p5732488.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian

Re: Steps to replace a direct call by a JMS proxy?

2013-05-14 Thread Christian Schneider
ce-a-direct-call-by-a-JMS-proxy-tp5732430.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Using ManagedServiceFactory to dynamically deploy routes

2013-04-29 Thread Christian Schneider
Hi Declan, I agree that the duplicate camel context is probably related to the aries bug. At a customer we had a similar requirement of running several instances of the same route with different parameters per instance. There I used a normal Java routebuilder but used java properties to parameteri

Re: How would you implement this simple, but tricky little route?

2013-02-15 Thread Christian Schneider
MESSAGE) > .to("direct://nextPhaseOfMyPipeline"); > .otherwise() > // Continue polling until database flag changes to 'true'... > .end(); > > How would you implement this simple use-case...!?!? > > > > -- > View this message in c

Re: Google Plus - Apache Group

2013-02-01 Thread Christian Schneider
Sr. Enterprise Architect (RedHat) Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Christian Schneider Karaf Tutorial Part 6 - Database Access problem

2012-11-20 Thread Christian Schneider
mo JSR-317 JPA 2.0 Spec API (1.1) and > > It works > > Now I have to find out which feature install Apache ServiceMix :: Specs :: > Java Persistence API > > A + JYT > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Christia

Re: Christian Schneider Karaf Tutorial Part 6 - Database Access problem

2012-11-19 Thread Christian Schneider
> -- > View this message in context: > http://camel.465427.n5.nabble.com/Christian-Schneider-Karaf-Tutorial-Part-6-Database-Access-problem-tp5722958.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Do Apache Camel needs a SAP integration?

2012-11-10 Thread Christian Schneider
Hi Thomas, I am also interested in the component. Perhaps you can put it to github. Make sure to put licensing information into your code so people know what they may do with it. Christian On 11/09/2012 03:41 PM, Thomas Weinschenk wrote: > Hello guys, > > I also created a Camel SAP component bas

Re: Managing high availability with Camel

2012-10-18 Thread Christian Schneider
high-availability-with-Camel-tp5721254.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: whether jaxb or dom or sax or stax....how to decide

2012-09-11 Thread Christian Schneider
-or-dom-or-sax-or-stax-how-to-decide-tp5719079.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Camel OSGi Question

2012-08-22 Thread Christian Schneider
undle and from where? I however tried this command in the command line of my service mix but nothing happened. After hitting enter, the cursor would blink for ever. Any suggestions? Regards, Jothi -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Applic

Re: Managing the Camel libraries and Setting up the Camel Classpath

2012-08-14 Thread Christian Schneider
@gnanagurus -- View this message in context: http://camel.465427.n5.nabble.com/Managing-the-Camel-libraries-and-Setting-up-the-Camel-Classpath-tp5717187.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source

Re: New JMS connection being created for every message

2012-08-01 Thread Christian Schneider
y one. -- View this message in context: http://camel.465427.n5.nabble.com/New-JMS-connection-being-created-for-every-message-tp5637735p5676000.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Tale

Re: soap over jms

2012-07-20 Thread Christian Schneider
465427.n5.nabble.com/soap-over-jms-tp5715942p5716279.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: soap over jms

2012-07-17 Thread Christian Schneider
still getting same error. Please help me to resolve it. Thanks Bhushan -- View this message in context: http://camel.465427.n5.nabble.com/soap-over-jms-tp5715942p5716080.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.d

Re: soap over jms

2012-07-13 Thread Christian Schneider
-tp5715942p5715988.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Camel OSGi services component

2012-06-20 Thread Christian Schneider
i gurus, Recently I've published camel component that uses OSGi services to communicate between endpoints in different bundles. Here is the link: https://github.com/szhem/camel-osgi I've already raised JIRA issue - https://issues.apache.org/jira/browse/CAMEL-5292 So I'd like

Re: Camel OSGi services component

2012-06-20 Thread Christian Schneider
camel-osgi I've already raised JIRA issue - https://issues.apache.org/jira/browse/CAMEL-5292 So I'd like to have some feedback if it seems to be useful. Regards, Sergey -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integratio

Re: Simple language question

2012-06-19 Thread Christian Schneider
local variable where I could store the result of a predicate on 1 line and use that local variable in the simple expression of the filter. Making sense? Thanks again -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http

Re: recipient list sending to multiple Camel Processors

2012-06-14 Thread Christian Schneider
message to a group of Camel processors using a recipient list ? I have looked through the documentation and cannot find an example of this. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Adding Dependencies in pom.xml

2012-06-13 Thread Christian Schneider
amel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Cycle polling

2012-05-29 Thread Christian Schneider
se().to("direct:beginPollQ") But I think is too ugly. Do you? :) I personally think that it's pretty valid solution for the problem you described. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Dynamic list of consumers for the same route

2012-05-23 Thread Christian Schneider
back to let us know how things went and so other might be able to learn from this cool example! On Wed, May 23, 2012 at 10:22 AM, Christian Schneider wrote: Yes .. that is what I intended to do. As the deployment is in OSGi I plan to use the config admin service integration in blueprint. So the b

Re: Dynamic list of consumers for the same route

2012-05-23 Thread Christian Schneider
event (database changes?). Then, your route builder would read the information from the database to dynamically configure your routes? On May 23, 2012 9:38 AM, "Christian Schneider" wrote: Topics would not help in my case. The use case here is to have kind of a generic engine that can route

Re: Dynamic list of consumers for the same route

2012-05-23 Thread Christian Schneider
, Christian Schneider wrote: The problem is that the from endpoints are not known at compile time and can change at any time. Besides that we need transactionality. Not sure if seda provides that. Christian Am 23.05.2012 13:41, schrieb Serkan Eryilmaz: Couldn't you just create a seda queue once

Re: Dynamic list of consumers for the same route

2012-05-23 Thread Christian Schneider
uot;activemq:queue:foo", "test1"); template.sendBody("activemq:queue:bar", "test2"); template.sendBody("activemq:queue:baz", "test3"); assertMockEndpointsSatisfied(); } } You should be able to configure the route in a dynamic way... Best,

Re: How to develop a Camel route OSGi Bundle

2012-05-23 Thread Christian Schneider
nt to write a tutorial on how to develop& deploy a Java DSL route as OSGi bundle. Thanks in advance! -- View this message in context: http://camel.465427.n5.nabble.com/How-to-develop-a-Camel-route-OSGi-Bundle-tp5713306.html Sent from the Camel - Users mailing list archive at Nabble.com. --

Re: Dynamic list of consumers for the same route

2012-05-23 Thread Christian Schneider
bble.com/Dynamic-list-of-consumers-for-the-same-route-tp5713374p5713383.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Dynamic list of consumers for the same route

2012-05-23 Thread Christian Schneider
route), and then for each jms queue that gets added you redirect it to that seda queue ? On 05/23/2012 01:03 PM, Christian Schneider wrote: I would like to listen to a list of jms queues and for each queue do the same route. Currently I use a RouteBuilder that gets the jms endpoint uri i

Dynamic list of consumers for the same route

2012-05-23 Thread Christian Schneider
such a thing? Do we perhaps have a similar thing that I just overlooked? Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: How to get this done in Camel

2012-05-15 Thread Christian Schneider
15.05.2012 13:11, schrieb soumya_sd: Christian Schneider wrote You can´t really dynamically create the bean using camel DSL. It will always be created at the time the route is added to camel. Of course you can have one "singleton" bean that then creates the other bean in java code. @Christia

Re: How to get this done in Camel

2012-05-15 Thread Christian Schneider
the response back to the ProducerTemplate. Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-get-this-done-in-Camel-tp5709759.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Ope

Re: karaf 2.2.5, cxf 2.6.0 and camel 2.9.0 install problem

2012-04-29 Thread Christian Schneider
-0-install-problem-tp5675060.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

  1   2   3   4   >