Fixed it. It was a classloader problem.
Now I use the commons.dbcp instead of c3p0. There is an attribute for initialize the DataSource by creating the bean as far as I understand...
Type: Posts; User: sause; Keyword(s):
Fixed it. It was a classloader problem.
Now I use the commons.dbcp instead of c3p0. There is an attribute for initialize the DataSource by creating the bean as far as I understand...
Hi all,
I'm trying to use springDM the first time. I set up my application first without springDM and I got the data from the db . After this I set up springDM. Here are my config:
<bean...