Hello,
This posting differs from this forum, but I figured since I’m using myeclipse maybe othes have run into this issue aswell. I’m currently trying to use hibernate and tomcat in a simple webapp and when I configure my context and deploy, the second i start a transaction, I get a :
java.lang.UnsupportedOperationException
at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:116)
I’ve configured mysql to handle transactions and stilll no luck.
Any ideas?
Thanks!