JBoss Community

Re: org.hibernate.annotations.Type and jboss tools

created by John Franey in JBoss Tools - View the full discussion

Also, a related question.  After the UserType errors were elimintated, this one became apparent.

 

DescriptionResourcePathLocationType
Discriminator column "DTYPE" cannot be resolved on table "equipment"Equipment.java/xxxxxx/src/main/java/com/xxxxxxxline 85JPA Problem

 

Its true that dtype is not on the table.   I thought hibernate does not use a discriminator in this case.  The application works fine in jboss as 6 with the same database definition.

 

@Entity

@Table(name="equipment")

@Inheritance(strategy=InheritanceType.JOINED)

Reply to this message by going to Community

Start a new discussion in JBoss Tools at Community