Hi Matthias, we had a similar problem with OpenJPA 2 running on WebSphere 6.1 with DB2: no errors in the local dev environments, strange DB2/JDCB errors in integration.
We did a lot of research before we discovered that our WebSphere in integration used different custom properties set on the DB2 JDBC driver configuration: resultSetHoldability=2 The default is 0 (which was the value used in the dev environments). See also: http://www-01.ibm.com/support/docview.wss?rs=404&context=SS7K4U&uid=swg21287376&loc=en_US&cs=UTF-8&lang=en HTH, Tobias -- View this message in context: http://openjpa.208410.n2.nabble.com/cursor-prepared-statement-problem-with-WebLogic-10-3-2-tp5724027p5769782.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
