Jboss and largeObjectManager

Поиск
Список
Период
Сортировка
От torben
Тема Jboss and largeObjectManager
Дата
Msg-id 42A7372C.7000509@frojonck.dk
обсуждение исходный текст
Ответы Re: Jboss and largeObjectManager  (Vadim Nasardinov <vadimn@redhat.com>)
Список pgsql-jdbc
I am using Jbos 4.0 and postgresql 7.3 as database. As datasource I have
pooled connection (local-tx-datasource).

As long as I do not work with large object it seems to be fine.

But how do get an instance of the LargeObjectManager.
When I try to do

LargeObjectManager lobj = ((org.postgresql.PGConnection)
dbcon).getLargeObjectAPI();

I get the error java.lang.ClassCastException:
org.jboss.resource.adapter.jdbc.WrappedConnection

I hope someone can help me.

Best regards

Torben Froeberg






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

Предыдущее
От: Mark Lewis
Дата:
Сообщение: Re: Num of returned ROWS
Следующее
От: Vadim Nasardinov
Дата:
Сообщение: Re: Jboss and largeObjectManager