Roberto Mazzola wrote:
<connection-property name="readOnly">true</connection-property>
You're missing the xml attribute type="java.lang.Boolean".
See http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/ad/rjvdsprp.htm
It will be a java.lang.String by default which it probably doesn't recognise?