Yes. project > clean helps sometimes. Thanks for your reply!
Type: Posts; User: kenyth; Keyword(s):
Yes. project > clean helps sometimes. Thanks for your reply!
I'm facing the exact problem. Is this problem solved?
I'm using 2.1.0.SR01-e3.5 without groovy support (all latest versions from the download site and installed unmodified) and still have the same...
This is what I wanna know. Any reply?
Hey, it works! We made a stupid low-level mistake.
We changed mysql default storage engine to innodb and it now works. The transaction management of JPA/Hibernate codes doesn't rely on database...
Yes, there is only one datasource bean defined in the configuration files and all bean properties which need a datasource reference this very one. And we use Spring IDE, so it can't be any typo that...
Hi Marten,
First, thanks very much for your quick response!
Yes, we've ever considered this. But this is our first Spring Security project and we adopted Spring Security at a very early time...
And more information about our dev. env.. We use:
# aspectj and spring-aspects.jar in the inpath of the build path
# Spring Framework 2.5.4
# Spring Security 2.0.2
# Hibernate 3.2.6
#...
log continued:
log continued:
Below is the log:
We're developing a commercial web application using Spring Framework including Spring MVC, Spring Security, Hibernate, etc.
Using Spring Security for authentication, we also have an domain user...
I really don't want to bump up the old thread, but in case someone encountering the same problem can't find a solution in this thread where Google leads him, I would like to share how it is solved in...