|
Hi All,
We are facing a weired problem. My hibernate applciation is conneted to oracle DB using JNDI Datasource. And one of my model class has property mutable=false set.
Now, another non-hibernate application which is hosted on same weblogic server and using same JNDI datasource/connection is using Spring JDBCTemplate class to update a table. This is the same table for which hibernate model class has property mutable=false. The problem is this non-hibernate application is not able to update this table.
I am clueless why this non-hibernate appl. is not able to update the same. The only similarity betwen two is that they are using the same datasource/ connection pool..
Any one has idea about the issue ?
Regards,
Ronak
|