[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3306) Discusion about hibetnate, struts, spring and database

Kahovn Nakamura (JIRA) noreply at atlassian.com
Tue May 27 23:55:33 EDT 2008


Discusion about hibetnate, struts, spring and database
------------------------------------------------------

                 Key: HHH-3306
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3306
             Project: Hibernate3
          Issue Type: Improvement
          Components: query-criteria
    Affects Versions: 3.2.1
         Environment: tomcat
            Reporter: Kahovn Nakamura
            Priority: Critical


I using hibetnate , struts, spring with database is oracle 10.2.0. But when excute a statement this below so occur error:
    SELECT tmsystem_01.ID as id, tmsystem_01.NAME as name FROM TM.SYSTEM tmsystem_01
But when i repaire this sql below , so no error:
    SELECT tmsystem_01.ID as id, tmsystem_01.NAME as name FROM "TM.SYSTEM" tmsystem_01
please give me advance and resolve it. 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list