[jbosstools-issues] [JBoss JIRA] (JBIDE-18148) problem with Hibernate package-info.java TypeDefs

Max Rydahl Andersen (JIRA) issues at jboss.org
Thu Aug 28 17:37:01 EDT 2014


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

Max Rydahl Andersen commented on JBIDE-18148:
---------------------------------------------

thanks for the bug report - can you tell if this worked for you in previous versions ?

And where do you get the error/warning about type could not be found ? Any error logs, screenshots ? 

> problem with Hibernate package-info.java TypeDefs
> -------------------------------------------------
>
>                 Key: JBIDE-18148
>                 URL: https://issues.jboss.org/browse/JBIDE-18148
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: hibernate
>         Environment: OSX 10.9.4
>            Reporter: Jeffrey Simpson
>
> I just tried out JBoss Developer Studio 8.0.0.Beta3 and it reports all of my Hibernate types that are defined in a package-info as not being found.  I get "Type "common-big-decimal" could not be found" where I use it to define an attribute on an entity. 
> Here is my Package-info.java
>  
> @org.hibernate.annotations.TypeDefs (
>  
>   {
>   @org.hibernate.annotations.TypeDef(name="yfu_boolean", typeClass=org.yfu.util.hibernate.TrueFalseBooleanUserType.class),
>   @org.hibernate.annotations.TypeDef(name="integer_date", typeClass=org.yfu.util.hibernate.IntegerDateUserType.class),
>   @org.hibernate.annotations.TypeDef(name="integer_local_date", typeClass=org.yfu.util.hibernate.IntegerLocalDateUserType.class),
>   @org.hibernate.annotations.TypeDef(name="common_big_decimal", typeClass=org.yfu.util.hibernate.NullableBigDecimalUserType.class),
>   @org.hibernate.annotations.TypeDef(name="common_long", typeClass=org.yfu.util.hibernate.NullableLongUserType.class),
>   @org.hibernate.annotations.TypeDef(name="common_integer", typeClass=org.yfu.util.hibernate.NullableIntegerUserType.class),
>   @org.hibernate.annotations.TypeDef(name="common_string", typeClass=org.yfu.util.hibernate.NullableStringUserType.class),
>   @org.hibernate.annotations.TypeDef(name="common_tf_boolean", typeClass=org.yfu.util.hibernate.NullableTFBooleanUserType.class),
>   @org.hibernate.annotations.TypeDef(name="common_yn_boolean", typeClass=org.yfu.util.hibernate.NullableYNBoolenaUserType.class),
>   @org.hibernate.annotations.TypeDef(name="yfu_boolean_integer", typeClass=org.yfu.util.hibernate.YFUBooleanIntegerUserType.class),
>  
>   }
>   )
> package org.yfu.util.hibernate;



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jbosstools-issues mailing list