[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-4734) desc name column

Gail Badner (JIRA) noreply at atlassian.com
Tue Apr 20 03:15:23 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=36504#action_36504 ] 

Gail Badner commented on HHH-4734:
----------------------------------

What is the exception?

> desc name column
> ----------------
>
>                 Key: HHH-4734
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4734
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.5.0-Beta-2
>         Environment: hibernate 3.5.0-beta2 and PostgreSQL 8.3
>            Reporter: RAFAL MICHALAK
>
> When use Entity with String desc name column, I got read error (PostgreSQL)
> @Entity
> @Table(name="test")
> class test {
>   @Id
>   private int id;
>   private String desc;
> ....

-- 
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