-->
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.  [ 1 post ] 
Author Message
 Post subject: How to configure VelocityRenderer with hbm2java
PostPosted: Tue Sep 28, 2004 10:07 pm 
Newbie

Joined: Tue Sep 28, 2004 2:01 pm
Posts: 17
Tools: Hibernate 2.1.6 with ANT plug-ins for middlgen and hbm2java.

Using the hbm2java renderer however the velocity renderer never kicks in.

<hbm2java config="config.xml" output="out">
<fileset dir="out">
<include name="**/*.hbm.xml"/>
</fileset>
</hbm2java>

Added the VelocityRenderer to the config.xml but it never appears to kick in. The output is just the standard renderer stuff, never gets to velocity or the vm script.

...

<hibernate-configuration>

...

<codegen>
<generate renderer="net.sf.hibernate.tool.hbm2java.VelocityRenderer">
<param name="template">pojo.vm</param>
</generate>

...

</hibernate-configuration>


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

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:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.