Hi,
I'm developing an standalone application with spring + hibernate + swing, and
maven.
I've got no problems when I run the
junit test with maven, but when I try to run my application I've got a BeanCreationException.
Exception:
bean datasource in spring-config:
and the code where the exception is thrown :
And by the way, this class (Controller) is singleton,
Does anybody know what I'm doing wrong ?
Should I use another dataSource ? which one ?
Thanks!