[hibernate-issues] [JIRA] (HBX-2062) Investigate failing setup of org.hibernate.tool.hbm2x.hbm2hbmxml.TypeParamsTest.Order.TestCase

Koen Aers (JIRA) jira at hibernate.atlassian.net
Fri Jul 31 04:23:30 EDT 2020


Koen Aers ( https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A926ec7e6-0515-4337-a65b-32fd943f79ca ) *created* an issue

Hibernate Tools ( https://hibernate.atlassian.net/browse/HBX?atlOrigin=eyJpIjoiNjUyNGMzZjZjYzVkNDE4NzgyNWY0MjdkNmM4MzU0ZGIiLCJwIjoiaiJ9 ) / Task ( https://hibernate.atlassian.net/browse/HBX-2062?atlOrigin=eyJpIjoiNjUyNGMzZjZjYzVkNDE4NzgyNWY0MjdkNmM4MzU0ZGIiLCJwIjoiaiJ9 ) HBX-2062 ( https://hibernate.atlassian.net/browse/HBX-2062?atlOrigin=eyJpIjoiNjUyNGMzZjZjYzVkNDE4NzgyNWY0MjdkNmM4MzU0ZGIiLCJwIjoiaiJ9 ) Investigate failing setup of org.hibernate.tool.hbm2x.hbm2hbmxml.TypeParamsTest.Order.TestCase ( https://hibernate.atlassian.net/browse/HBX-2062?atlOrigin=eyJpIjoiNjUyNGMzZjZjYzVkNDE4NzgyNWY0MjdkNmM4MzU0ZGIiLCJwIjoiaiJ9 )

Issue Type: Task Assignee: Koen Aers ( https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A926ec7e6-0515-4337-a65b-32fd943f79ca ) 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%3A926ec7e6-0515-4337-a65b-32fd943f79ca )

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=eyJpIjoiNjUyNGMzZjZjYzVkNDE4NzgyNWY0MjdkNmM4MzU0ZGIiLCJwIjoiaiJ9 ) Add Comment ( https://hibernate.atlassian.net/browse/HBX-2062#add-comment?atlOrigin=eyJpIjoiNjUyNGMzZjZjYzVkNDE4NzgyNWY0MjdkNmM4MzU0ZGIiLCJwIjoiaiJ9 )

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.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100140- sha1:33445dc )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/hibernate-issues/attachments/20200731/e44b177a/attachment.html 


More information about the hibernate-issues mailing list