[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-8683) JPA: @Type annotation doesnt work correctly

Dmitry Geraskov (JIRA) jira-events at lists.jboss.org
Mon Jun 20 06:32:23 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-8683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609699#comment-12609699 ] 

Dmitry Geraskov commented on JBIDE-8683:
----------------------------------------

1. Create Entity with field name.
2. Add @Type(type="MyUserType") 
3. Observe it validated and error is shown.
4. Create class MyUserType2 which implements org.hibernate.usertype.UserType
5. Change @Type(type="MyUserType") to @Type(type="MyUserType2") 
Observe new type validated successfully

> JPA: @Type annotation doesnt work correctly
> -------------------------------------------
>
>                 Key: JBIDE-8683
>                 URL: https://issues.jboss.org/browse/JBIDE-8683
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Hibernate
>    Affects Versions: 3.2.0.Final
>            Reporter: Dmitry Geraskov
>            Assignee: Dmitry Geraskov
>             Fix For: 3.3.0.M1
>
>
> Type composite is not updated if add @Type in source.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list