Jboss and largeObjectManager

From: torben <torben(at)frojonck(dot)dk>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Jboss and largeObjectManager
Date: 2005-06-08 18:21:32
Message-ID: 42A7372C.7000509@frojonck.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vadim Nasardinov 2005-06-08 18:51:38 Re: Jboss and largeObjectManager
Previous Message Mark Lewis 2005-06-08 17:32:13 Re: Num of returned ROWS