On Fri, Jan 25, 2013 at 9:55 PM, Chris Wolf <cwolf.a...@gmail.com> wrote:
> I ask because when I use jpa:  in producer mode, I get this error:
> Caused by: oracle.net.ns.NetException: Listener refused the connection
> with the following error:
> ORA-12519, TNS:no appropriate service handler found
>
> Strangely, using  jpa: in consumer mode, this does not happen.  In the
> tnslsnr.log, I observe 120 connections being opened when
> running the route with jpa: in producer mode.  If I instead use a
> custom Processor and do my own JPA persistence code,
> the issue does not occur.
>
> Thanks for any advice,
>

To answer your subject of this mail thread.

No camel-jpa does not have its own connection pooling etc.
You need to configure this outside Camel, eg as you would normally do with JPA.



> Chris



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to