Re: Jpa component problem?

2011-04-24 Thread rsvalerio
Just ignore this. It`s just the consumeDelete=false parameter. Sorry -- View this message in context: http://camel.465427.n5.nabble.com/Jpa-component-problem-tp4337021p4337317.html Sent from the Camel - Users mailing list archive at Nabble.com.

Jpa component problem?

2011-04-24 Thread rsvalerio
I`m trying to make a simple example using camel jpa component. This code: from("jpa://org.camel.MyEntity?consumer.namedQuery=myQuery") .process(new Processor() { @Override public void process(Exchange exchange) throws Exception { System.out.println(exchange.getIn().getBody()); }

Re: SMPP Route Configuration

2011-04-24 Thread Christian Mueller
Looks like your SMSC is not running at localhost and port 2775. Christian -- View this message in context: http://camel.465427.n5.nabble.com/SMPP-Route-Configuration-tp4335396p4336962.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: tcp proxy route

2011-04-24 Thread Claus Ibsen
And there is SSL example at camel-netty http://camel.apache.org/netty And an unit test here https://svn.apache.org/repos/asf/camel/trunk/components/camel-netty/src/test/java/org/apache/camel/component/netty/NettySSLTest.java On Sun, Apr 24, 2011 at 3:59 PM, Claus Ibsen wrote: > On Sat, Apr 23, 2

Re: tcp proxy route

2011-04-24 Thread Claus Ibsen
On Sat, Apr 23, 2011 at 9:54 PM, samslara wrote: > Hello, thanks for the great information.  One follow up question though, if I > wanted to tunnel an ssl connection through a Camel route, either though > Netty or Mina, would I need to implement a special encoder/decoder or is > there something al

Re: Multiple persistence-unit

2011-04-24 Thread Willem.Jiang
Hi, You can define the different entityManagerFactory for different jpa component instance like this http://camel.apache.org/schema/spring";>

Re: SMPP Route Configuration

2011-04-24 Thread Willem Jiang
Hi, Did you start the virtual SMSC yourself? Current camel-smpp need to connect to a SMSC before it start to sendand receive the message. You can find a SMPP SMSC Simulator here[1] [1]http://www.seleniumsoftware.com/downloads.html On 4/24/11 5:03 AM, sameerean wrote: I am new to Camel, and I

Re: tcp proxy route

2011-04-24 Thread Willem Jiang
I think there are other option, How about use stunnel directly ? [1]http://www.stunnel.org/ On 4/24/11 3:54 AM, samslara wrote: Hello, thanks for the great information. One follow up question though, if I wanted to tunnel an ssl connection through a Camel route, either though Netty or Mina, wou

Re: Problem dynamically filtering a route using a bean via camel:method

2011-04-24 Thread Willem Jiang
+1, this is an important feature for the new rider of camel :) On 4/23/11 11:26 PM, Claus Ibsen wrote: We might wanna add a check in the filter eip that it has child processors. So it would fail starting in this case. We do have that for some of the other eips On Saturday, April 23, 2011, Mark

Re: camel-mail attachment is empty

2011-04-24 Thread Willem Jiang
Can you check if your can dump the right input stream before adding it into attachment? Is there any special setting on your mail server which should also cause this kind of issue ? Willem On 4/22/11 11:00 PM, Sorin Silaghi wrote: Hi, after further testing it looks like precise