Re: Jboss and largeObjectManager

Поиск
Список
Период
Сортировка
От torben
Тема Re: Jboss and largeObjectManager
Дата
Msg-id 42A744C4.8060009@frojonck.dk
обсуждение исходный текст
Ответ на Re: Jboss and largeObjectManager  (Vadim Nasardinov <vadimn@redhat.com>)
Список pgsql-jdbc
Vadim Nasardinov wrote:

>On Wednesday 08 June 2005 14:21, torben wrote:
>
>
>>LargeObjectManager lobj = ((org.postgresql.PGConnection) dbcon).getLargeObjectAPI();
>>
>>I get the error java.lang.ClassCastException:
>>org.jboss.resource.adapter.jdbc.WrappedConnection
>>
>>
>
>I'm not a JBoss programmer, but looking at the JBoss Javadoc at
>

>http://docs.jboss.org/jbossas/javadoc/4.0.2/org/jboss/resource/adapter/jdbc/WrappedConnection.html#getUnderlyingConnection%28%29
>
>it seems to me that what you want to do is
>
>  LargeObjectManager lobj =
>     ((org.postgresql.PGConnection) dbcon.getUnderlyingConnection()).getLargeObjectAPI();
>
>
>
Thank's very much. It was exactly what I needed.

>(As a side note, this question should've been directed to some JBoss-specific
>list.)
>
>
Yes, I can see it now it was the wrong list.


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Nelson Arapé
Дата:
Сообщение: Re: FW: PostgreSQL JDBC Installation
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Num of returned ROWS