I'm running pg 8.3.3 with spring 2.5.5 and ibatis 2.3.3 - no issues... Can you provide more details on the code?
Larry On Mon, Aug 11, 2008 at 12:14 AM, Torx <[EMAIL PROTECTED]> wrote: > I'm working with Spring 2.0. + Ibatis 2.3.0 + postgresql 8.2, and the update > operation returns org.postgresql.util.PSQLException: ERROR: transaction is > read-only. > > Anybody know any issue between Ibatis and postgresql for this error? > I make the connection JDBC directly from java and it works, but from > spring+ibatis is does not work. > > Could anybody help me ???