[jboss-user] [JBoss Seam] - Re: seam-gen hbm to entities

hvram do-not-reply at jboss.com
Wed Apr 18 10:28:33 EDT 2007


Hi
  Look into the build.xml of seam-gen . There is a <jdbc-configuration> tag under the generate-entities target.

  Replace that with the  tag

The following works for me :

  | 	<hibernate templatepath=".">
  | 		<configuration>
  | 		<fileset dir="${project.home}/xml-t">
  | 		<include name="**/*.hbm.xml" />
  | 		</fileset>
  | 		</configuration>
  | <!--
  |             <jdbcconfiguration propertyfile="build.properties" 
  |                                 packagename="${model.package}"
  |                                  revengfile="${project.home}/resources/seam-gen.reveng.xml"
  |                            detectmanytomany="false"/>
  | -->        	
  | 
Regards
Hari



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038431#4038431

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038431



More information about the jboss-user mailing list