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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to