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.
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());
}
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.
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
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
Hi,
You can define the different entityManagerFactory for different jpa
component instance like this
http://camel.apache.org/schema/spring";>
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
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
+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
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
10 matches
Mail list logo