I answer myself
in the applicationContext-common-business.xml was missing
<tx:jta-transaction-manager />
<tx:annotation-driven />
Type: Posts; User: rizler; Keyword(s):
I answer myself
in the applicationContext-common-business.xml was missing
<tx:jta-transaction-manager />
<tx:annotation-driven />
Hello again. Is there somewhere proper configuration example or tutorial using spring, spring security and hibernate + sessionFactory?
In this one...
Well, now is this more spring than spring security problem.
When i move beans not related to web stuff to another config file applicationContext-common-business.xml except sessionFactory, i got...
Hello guys, i was following this tutorial http://stackoverflow.com/questions/2683308/spring-security-3-database-authentication-with-hibernate, and I'm stuck on this error
2011-03-12 23:42:43,131...