Hi,
I am using Weblogic connection pool to make connections to my informix
database using IBM Informix Driver . I have an Entity Bean (
EJB 1.1) which maps to a table . I have set the transaction isolation level in the weblogic xml to be READ uncommitted but it is trying to lock rows in the database. .What could be wrong ?
Any ideas what i might be doing wrong ?? or anything i should do to change ?