Re: How to get I get to the read JDBC Connection object...

2008-07-31 Thread devu213
iguration conf = kemf.getConfiguration(); >> >> on page 190, but kemf does not have a getConfiguration method according >> to Eclipse (using OpenJPA 1.0.2). >> >> The OpenJPAConfiguration javadoc is not much use either in that it does >> tell me where to get it from. >> >> Any ideas? >> >> David >> > > > > -- > Patrick Linskey > 202 669 5907 > > -- View this message in context: http://n2.nabble.com/How-to-get-I-get-to-the-read-JDBC-Connection-object...-tp210473p663764.html Sent from the OpenJPA Users mailing list archive at Nabble.com.

Re: How to get I get to the read JDBC Connection object...

2008-04-08 Thread Ignacio Andreu
Hi, Thanks for the information, I will see what will be the best way to integrate your code into the PosgresDictionary to support Streams. On Tue, Apr 8, 2008 at 4:48 PM, David Goodenough < [EMAIL PROTECTED]> wrote: > On Friday 04 April 2008, Ignacio Andreu wrote: > > I review the conversation I

Re: How to get I get to the read JDBC Connection object...

2008-04-08 Thread David Goodenough
On Friday 04 April 2008, Ignacio Andreu wrote: > I review the conversation If you're using PostgreSQL, the actual > InputStream / Reader don't have support for PostgreSQL, although if you've > a good solution for Large Object in PostgreSQL please e-mail me. > > > - Ignacio > > On Fri, Apr 4, 2008 a

Re: How to get I get to the read JDBC Connection object...

2008-04-04 Thread David Goodenough
On Friday 04 April 2008, Ignacio Andreu wrote: > I review the conversation If you're using PostgreSQL, the actual > InputStream / Reader don't have support for PostgreSQL, although if you've > a good solution for Large Object in PostgreSQL please e-mail me. > When I have got everything working I wi

Re: How to get I get to the read JDBC Connection object...

2008-04-04 Thread Ignacio Andreu
gt; > I need to get to the real JDBC Connection object so that I can > > do some > > > > > > processing using Postgresql extensions (in particular the > > LargeObject > > > > > > support). I do not expect OpenJPA to understand what I am >

Re: How to get I get to the read JDBC Connection object...

2008-04-04 Thread Ignacio Andreu
d what I am > doing, but > > > > > I need to access the Connection object and I need what I do to > be > > > > > in the same transaction as that used by OpenJPA (so also it > needs to > > > > > be the same transa

Re: How to get I get to the read JDBC Connection object...

2008-04-04 Thread Patrick Linskey
ction as that used by OpenJPA (so also it needs to > > > > be the same transaction). > > > > > > > > The manual suggests:- > > > > > > > > OpenJPAEntityManagerFactory kemf = OpenJPAPersistence.cast(emf); > > > > Open

Re: How to get I get to the read JDBC Connection object...

2008-04-04 Thread David Goodenough
have a getConfiguration method > > > according to Eclipse (using OpenJPA 1.0.2). > > > > > > The OpenJPAConfiguration javadoc is not much use either in that it > > > does tell me where to get it from. > > > > > > Any ideas? > > > > > > David > > > > -- > > View this message in context: > > http://www.nabble.com/How-to-get-I-get-to-the-read-JDBC-Connection-object > >...-tp16400383p16401689.html Sent from the OpenJPA Users mailing list > > archive at Nabble.com.

Re: How to get I get to the read JDBC Connection object...

2008-04-01 Thread Patrick Linskey
f does not have a getConfiguration method according > > to Eclipse (using OpenJPA 1.0.2). > > > > The OpenJPAConfiguration javadoc is not much use either in that it does > > tell me where to get it from. > > > > Any ideas? > > > > David >

Re: How to get I get to the read JDBC Connection object...

2008-03-31 Thread Pinaki Poddar
tion javadoc is not much use either in that it does > tell me where to get it from. > > Any ideas? > > David > > -- View this message in context: http://www.nabble.com/How-to-get-I-get-to-the-read-JDBC-Connection-object...-tp16400383p16401689.html Sent from the OpenJPA Users mailing list archive at Nabble.com.

Re: How to get I get to the read JDBC Connection object...

2008-03-31 Thread David Goodenough
On Monday 31 March 2008, Patrick Linskey wrote: > > The manual suggests:- > > > > OpenJPAEntityManagerFactory kemf = OpenJPAPersistence.cast(emf); > > OpenJPAConfiguration conf = kemf.getConfiguration(); > > > > on page 190, but kemf does not have a getConfiguration method according > > to Ecl

Re: How to get I get to the read JDBC Connection object...

2008-03-31 Thread Patrick Linskey
> The manual suggests:- > > OpenJPAEntityManagerFactory kemf = OpenJPAPersistence.cast(emf); > OpenJPAConfiguration conf = kemf.getConfiguration(); > > on page 190, but kemf does not have a getConfiguration method according > to Eclipse (using OpenJPA 1.0.2). Oops; that's out-of-date. Getting

How to get I get to the read JDBC Connection object...

2008-03-31 Thread David Goodenough
I need to get to the real JDBC Connection object so that I can do some processing using Postgresql extensions (in particular the LargeObject support). I do not expect OpenJPA to understand what I am doing, but I need to access the Connection object and I need what I do to be in the same transacti