Koen Aers (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *created* an issue
Hibernate Tools (
https://hibernate.atlassian.net/browse/HBX?atlOrigin=eyJpIjoiNjUyNGMzZjZj...
) / Task (
https://hibernate.atlassian.net/browse/HBX-2062?atlOrigin=eyJpIjoiNjUyNGM...
) HBX-2062 (
https://hibernate.atlassian.net/browse/HBX-2062?atlOrigin=eyJpIjoiNjUyNGM...
) Investigate failing setup of
org.hibernate.tool.hbm2x.hbm2hbmxml.TypeParamsTest.Order.TestCase (
https://hibernate.atlassian.net/browse/HBX-2062?atlOrigin=eyJpIjoiNjUyNGM...
)
Issue Type: Task Assignee: Koen Aers (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) Created: 31/Jul/2020 01:23 AM Fix Versions: 6.0.0.Alpha2 Priority: Major Reporter: Koen
Aers (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
)
Building the metadata from the hbm.xml file results in a null pointer:
<hibernate-mapping>
<class name= "org.hibernate.tool.hbm2x.hbm2hbmxml.TypeParamsTest.Order"
table= "ORDERS" >
<id name= "orderId" type= "long" >
<column name= "ORDERID" />
<generator class= "native" />
</id>
<property generated= "never" lazy= "false" name=
"status" >
<column name= "STATUS" />
<type name= "org.hibernate.type.EnumType" >
<param name= "catalog" />
<param name= "column" > STATUS </param>
<param name= "table" > ORDERS </param>
<param name= "schema" />
<param name= "enumClass" >
org.hibernate.tool.hbm2x.hbm2hbmxml.Order$Status </param>
</type>
</property>
<property name= "name" type= "string" />
</class>
</hibernate-mapping>
(
https://hibernate.atlassian.net/browse/HBX-2062#add-comment?atlOrigin=eyJ...
) Add Comment (
https://hibernate.atlassian.net/browse/HBX-2062#add-comment?atlOrigin=eyJ...
)
Get Jira notifications on your phone! Download the Jira Cloud app for Android (
https://play.google.com/store/apps/details?id=com.atlassian.android.jira....
) or iOS (
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=Em...
) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100140- sha1:33445dc )