Can you try with JBossCMP engine instead of JAWS?
Just use
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager
in jboss.xml
forge wrote:
Thanks, Alexey.
Do you mean I should modify standardjaws.xml?
No, I didn't modify it.
I found following settings in jaws.xml:
DB2
java.lang
> My experience doing BLOB inserts with Postgres and DB2 and with
JBoss is that it's horribly slow.
This can be caused by the application design. Lets asume You have a
lage resultset and display some fieldes of each entiy in a table on the
client. Than all blobs are read from
> I've used CMP and BLOBs with JBoss in the past. Declare the bean member
> variable that will hold your BLOB data as a byte[]. This will get mapped
> to the of JAVA_OBJECT. Then check (standard)jaws.xml to see
> that the mapping for this exists. It looks like the mapping below -
> BLOB(2000)