Search:

Type: Posts; User: captainduh; Keyword(s):

Search: Search took 0.03 seconds.

  1. I'm still searching for an answer....nothing yet....

    I'm still searching for an answer....nothing yet. Anyone with any ideas?
  2. Still looking for help

    Anyone out there? Please help?
  3. In my DAO Implementation, I was using save...

    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...
  4. Hibernate and HSQLDB cannot locate the table

    The error message is


    Hibernate: insert into TEAM (ID, CITY, TEAMNAME) values (default, ?, ?)
    WARN : org.hibernate.util.JDBCExceptionReporter - SQL Error: -5501, SQLState: 42501
    ERROR:...
  5. Problem with Null identifier using Hibernate

    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...
  6. Error relating to the org.hsqldb.jdbcDriver

    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...
  7. Replies
    3
    Views
    1,333

    Ok I think I resolved that error. I found...

    Ok I think I resolved that error. I found information about updating the hsqldb.jar file for JBoss. That link is here:...
  8. Replies
    3
    Views
    1,333

    Thank you very much. Now when I run the...

    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...
  9. Replies
    3
    Views
    1,333

    Hibernate unable to create SessionFactory

    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...
  10. I would like to add that the template used is a...

    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...
  11. A new Spring Template Project does not 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...
Results 1 to 11 of 11