Re: jars required

2012-04-02 Thread Willem Jiang
If you setup the workspace, it could be more easy to find these third party depenedency jars by clicking the referenced libraries. On Tue Apr 3 03:24:37 2012, Samruben wrote: Hi I have seen an interface Predicate in the jar camel-core 2.9.0. it has this method public interface Predicate {

Re: Mule or Apache camel...

2012-04-02 Thread Claus Ibsen
On Mon, Apr 2, 2012 at 8:39 PM, Omar Atia wrote: > Dears , > > What is the difference between Apache camel and mule ! I have gone through > integrations with apache camel but didn't have the chance to do some in mule > , may you please advise if there is continuous development using mule like >

Re: webservices in camel server

2012-04-02 Thread madhu
thanks for the reply.can camel generae interfaces from wsdl file automatcally, when camel-context is started? or manually we need to genarate them? -- View this message in context: http://camel.465427.n5.nabble.com/webservices-in-camel-server-tp5614253p5614340.html Sent from the Camel - Users mai

Re: jars required

2012-04-02 Thread Claus Ibsen
On Mon, Apr 2, 2012 at 7:53 PM, Samruben wrote: > Hi > > I am new user to camel. My question may be simple,but i couldnot able to > find the respective jars (name of tthe jars) for the following classes. > > 1. interface Predicate > 2. Expression languages implementation jars >               --SQL

Re: class implementation jars

2012-04-02 Thread Willem Jiang
Camel language extends the ExpressionSupport which implements the Expression and Predicate interface. If you setup the eclipse work space[1], you could be much easy to safari the code :) [1]https://cwiki.apache.org/CAMEL/building.html On Tue Apr 3 02:31:32 2012, Samruben wrote: Hi I have

Re: scalable bus with multiple Camel instances

2012-04-02 Thread Claus Ibsen
Hi You can use in-memory only communication across JVMs such as hazelcast Jean wrote a blog about this http://blog.nanthrax.net/2012/02/communication-between-two-remote-camel-routes-using-karaf-cellar/ There is also DOSGi - distributed osgi. But that of course requires OSGi. There is a really f

Re: webservices in camel server

2012-04-02 Thread Christian Müller
Camel itself is not a server. But of course, you can use the camel-cxf component to provide web services. Best, Christian Sent from a mobile device Am 03.04.2012 06:51 schrieb "madhu" : > can we deploy a webservice inside camel server? > > -- > View this message in context: > http://camel.465427

Re: Updating database records with Java DSL JPA component

2012-04-02 Thread Borut Bolčina
Hi, after accepting the fact that I won't be having nice integer primary keys and instead use some unique value from XML fragment (which in turn becomes pojo), the solution is dead simple. Again, I removed some code, not added! Using Camel really, really shortens your code. So, instead of: @Id

Re: how to get and set the soap header.

2012-04-02 Thread Christian Müller
Is there a question/problem? Best, Christian Sent from a mobile device Am 03.04.2012 02:05 schrieb "yaseen" : > I need to get the soap header from the response , There is a value in the > header i need to take the value and need to use the value in the project. > > -- > View this message in con

how to get and set the soap header.

2012-04-02 Thread yaseen
I need to get the soap header from the response , There is a value in the header i need to take the value and need to use the value in the project. -- View this message in context: http://camel.465427.n5.nabble.com/how-to-get-and-set-the-soap-header-tp5613966p5613966.html Sent from the Camel - U

Re: [Bindy] Having trouble with the "required" field

2012-04-02 Thread Magnus Palmér
Hmm, I had a hard time recreating the issue when trying to extend the current JUnit test. Turns out that it already works in 2.10-SNAPSHOT. Uncertain when and how, still trying to figure it out since it does seem to be a side effect of some other change. Den 31 mars 2012 13:18 skrev Magnus Palmér

Re: Mule or Apache camel...

2012-04-02 Thread boday
these links might help... http://camel.apache.org/how-does-camel-compare-to-mule.html http://stackoverflow.com/questions/3792519/apache-camel-and-other-esb-products http://stackoverflow.com/questions/6682709/can-i-use-mule-apache-camel-servicemix-or-another-esb-for-my-problem atiato wrote > > D

Re: jars required

2012-04-02 Thread Samruben
Hi I have seen an interface Predicate in the jar camel-core 2.9.0. it has this method public interface Predicate { public abstract boolean matches(Exchange exchange); } -- http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Predicate.html the abo

Re: jars required

2012-04-02 Thread Reuben Garrett
i believe Predicate is in camel-core, and OGNLExpression is in camel-ognl, SQLExpression is in camel-josql, and SpelExpression is in camel-spring. I'm not sure about JXPath, but in general you can look at the online javadocs [1] and see component/artifact name in the URL. the wiki [1] will also u

Re: camel http 'adapter'

2012-04-02 Thread Marco Mistroni
oh, thanks Claus, i didn't even know such a component existed... w/kindest regards marco On Mon, Apr 2, 2012 at 7:32 AM, Claus Ibsen wrote: > Hi > > You can also use camel-restlet which can act as a REST server > http://camel.apache.org/restlet > > > On Sun, Apr 1, 2012 at 7:29 PM, Marco Mist

Mule or Apache camel...

2012-04-02 Thread Omar Atia
Dears , What is the difference between Apache camel and mule ! I have gone through integrations with apache camel but didn't have the chance to do some in mule , may you please advise if there is continuous development using mule like the open source we are seeing using apache camel. Another q

class implementation jars

2012-04-02 Thread Samruben
Hi I have seen an interface Predicate in the jar camel-core 2.9.0. I need to know whether the implementation of this interfaces are done in the jxpath,sql,spel,ognl expression language. Could you guide me where the exact jar and classes where the interface is implemented in those EL? Thank you

jars required

2012-04-02 Thread Samruben
Hi I am new user to camel. My question may be simple,but i couldnot able to find the respective jars (name of tthe jars) for the following classes. 1. interface Predicate 2. Expression languages implementation jars --SQL (SQLExpression) -- OGNL (OGNLExpression)

Re: Can Camel routes fail independently inside a single CamelContext?

2012-04-02 Thread Hadrian Zbarcea
No, not really. It's not the routes that fail, but processing individual messages that may fail. In that case the default error handling mechanism kicks in, but you can have your own [1] (which is usually the case, as error handling is application specific). Cheers, Hadrian [1] http://camel.a

Can Camel routes fail independently inside a single CamelContext?

2012-04-02 Thread Eugeniu
1. Can Camel routes fail independently inside a single CamelContext? 2. If yes, does the Context restart them, or the route should be restarted manually somehow? -- View this message in context: http://camel.465427.n5.nabble.com/Can-Camel-routes-fail-independently-inside-a-single-CamelContext-tp5

Re: scalable bus with multiple Camel instances

2012-04-02 Thread Christian Müller
It's not "Camel mainly makes sense with a broker like ActiveMQ". There are many other easons why you should use Camel also without a message broker. I want only let you know 1) what the benefit of a message broker is and 2) what customers says is sometimes not what they really want... ;-) Best, Ch

Re: scalable bus with multiple Camel instances

2012-04-02 Thread unludo
I see that Camel mainly makes sense with a broker like ActiveMQ, as a core for a scalable/decoupled system. Thanks for helping me understanding this! -- View this message in context: http://camel.465427.n5.nabble.com/scalable-bus-with-multiple-Camel-instances-tp5606593p5612599.html Sent from the

Re: Best way to implement this usecase?

2012-04-02 Thread Stefan Burkard
Thanks for the tip Ashwin! In the meantime I was able to isolate the usecase from the given environment to be able to use a current camel release. The aggregator2 component fulfills my needs since I can combine "completionSize", "completionInterval" as well as "forceCompletionOnStop" as triggers t

Camel-ejb, JBoss

2012-04-02 Thread topicfun
Hi! I have two ear deployed under JBoss5 one for business logic and one for communication protocol via Camel. I try to call a EJB (ear2) from a camel context (ear1) which is located in different classloader repository. In this way the bean can't be looked up. I have checked the bean under jmx-cons