-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Hibernate Tool Eclipse Plugin ignore my meta tag
PostPosted: Wed Nov 25, 2009 3:57 am 
Newbie

Joined: Wed Nov 25, 2009 3:34 am
Posts: 2
Hi @all,

please to apologize my lowly englich, but i need you help!

I' am using Hibernate Tools 3.2.4.GA-R200905070146-H18 on Eclipse Galileo.

I have some custmizing meta tag in my hbm.xml file like folow:

<hibernate-mapping>
<class name="de.itscore.commons.ts.domain.LetterCode" table="letterCode"
schema="dbo" catalog="TSDB">
<id name="id" type="java.lang.Integer">
<column name="id" />
<generator class="identity"></generator>
</id>
<property name="text" type="string">
<meta attribute="use-in-tostring"></meta>
<column name="text" length="50" />
</property>
....

after each code generation by reverse eng. my meta tag will be removed from hbm.xml file and the meta tags has no effect.
I am only using meta tags which be supported according at documentation (6.1. Supported meta tags).

can anybody help?

Thanks in advance.


Top
 Profile  
 
 Post subject: Re: Hibernate Tool Eclipse Plugin ignore my meta tag
PostPosted: Wed Nov 25, 2009 10:46 am 
Newbie

Joined: Wed Nov 25, 2009 3:34 am
Posts: 2
have got the solution for this problem:

Hibernate Tools bundle for Galileo has to be update from "JBossTools-Update-3.1.0.v200910281724M-H247-M4.zip" archive altogether with FreeMarker IDE Plugin.

After that is every thing ok and the meta tags will be accepted correctly!

So far.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.