I'm still searching for an answer....nothing yet. Anyone with any ideas?
Type: Posts; User: captainduh; Keyword(s):
I'm still searching for an answer....nothing yet. Anyone with any ideas?
Anyone out there? Please help?
In my DAO Implementation, I was using save instead of update for the add team method. I didn't realize these were two different functions. Update creates the record, while save updates an existing...
The error message is
Hibernate: insert into TEAM (ID, CITY, TEAMNAME) values (default, ?, ?)
WARN : org.hibernate.util.JDBCExceptionReporter - SQL Error: -5501, SQLState: 42501
ERROR:...
Hey Everyone,
Right off the bat, here is the error message:
exception is org.hibernate.TransientObjectException: The given object has a null identifier: com.ryans.MVCproject1.Team]
I am...
I am putting together a sample application that hooks into a simple little database. Previously there was no error, but now something has been changed because I am getting the following error. The...
Ok I think I resolved that error. I found information about updating the hsqldb.jar file for JBoss. That link is here:...
Thank you very much. Now when I run the application, I get this error message:
error in script file line: 1 Unexpected token UNIQUE, requires COLLATION in statement [SET DATABASE UNIQUE]
Any...
Hello,
I am learning Spring and I am trying to create a small app in STS that uses Spring MVC and Hibernate. I am running into a problem where the Hibernate SessionFactory is not getting created...
I would like to add that the template used is a Spring MVC Project.
I imagine that there must be a routing problem to the home page. Shouldn't the template be already set up to load the home page...
Hello Everyone. I'm new to Spring but not Java. In the course of learning the Spring framework, I decided to create a new Spring Template Project in STS. The project is created and everything looks...