[jbosstools-issues] [JBoss JIRA] (JBIDE-13855) Invalid JPA Error message for Hibernate Joined inheritance

Cody Lerum (JIRA) jira-events at lists.jboss.org
Thu Oct 10 11:34:02 EDT 2013


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

Cody Lerum commented on JBIDE-13855:
------------------------------------

I had set this error to ignore previously and now after enabling it in 4.1 the warning does not appear to be resurfacing.

Looks like it may have been fixed between 4.0 and 4.1
                
> Invalid JPA Error message for Hibernate Joined inheritance
> ----------------------------------------------------------
>
>                 Key: JBIDE-13855
>                 URL: https://issues.jboss.org/browse/JBIDE-13855
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: hibernate
>    Affects Versions: 4.0.0.Final
>            Reporter: Cody Lerum
>            Assignee: Koen Aers
>             Fix For: 4.1.x
>
>
> Discriminator column "DTYPE" cannot be resolved on table "Order_"
> In this case
> {code}
> @Entity
> @Inheritance(strategy = InheritanceType.JOINED)
> @Table(name = "Order_")
> public abstract class Order implements Serializable
> {code}
> Hibernate does not require the use of a Discriminator column

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list