Just to write this down:
When implementing equals() or hashCode() methods wich will be used in Hibernate, you should always use properties with real "business value" (keep your hands off the ID).
See also: http://www.hibernate.org/109.html
Friday, 24 April 2009
Eclipse fails to recognise tomcat startup
Some time ago i had a problem with starting tomcat from Eclipse. First time i couldn't solve this problem, but few months ago i run into it again.
Brief introduction to problem:
Of course, check WTP Tomcat FAQ for other possible problems.
Brief introduction to problem:
- Start tomcat
- Console says "Server startup in ...ms"
- Server's state still is "Starting..."
- After timeout it says "Server ... failed to start"
Of course, check WTP Tomcat FAQ for other possible problems.
Subscribe to:
Posts (Atom)