help!! problem with postgresql and java studio creator

sorry my english helpme!!i am trying to insert a registry in a table in postgresql throght JAVA STUDIO CREATOR and i got the next errorCannot change transaction isolation level in the middle of a transactionhelpme thanks you
[252 byte] By [001cesara] at [2007-11-26 12:40:32]
# 1

Cesar,

Check out these from http://forum.java.sun.com/thread.jspa?forumID=881&threadID=5101711

Looked around in JSC, and found the following properties to set, which solved my problem:

1. Node Resources (under Servers): set transaction-isolation-level to read-committed, connection-validation-method to auto-commit

2. SessionBean RowSets: set transactionIsolation to TRANSACTION_READ_COMMITTED

Actually connection validation and isolation level are related. See my theory here:

http://forum.sun.com/jive/thread.jspa?threadID=62629&start=25&tstart=0

Regards,

-Brad Mayer

utsukushiia at 2007-7-7 16:12:13 > top of Java-index,Development Tools,Java Tools...