Thanks but how can I get stack trace or set a breakpoint in the IDE when my code is never reached?
You bet. It doesn't give a very warm feeling that I cannot get it to work.
Type: Posts; User: dogwatch; Keyword(s):
Thanks but how can I get stack trace or set a breakpoint in the IDE when my code is never reached?
You bet. It doesn't give a very warm feeling that I cannot get it to work.
Not sure this is the right place to post but here goes.
I have a simple prototype Spring 1.0/Hibernate 3.6 application, run on Tomcat inside Eclipse (Helios).
It starts in about 4 seconds...
In Spring Framework 3.1.0, I have an annotated controller like this:
@Controller
public class RestAdministrationController
{
private UserDAO userDAO;
public void setUserDAO(UserDAO...