0 Replies Latest reply on Mar 30, 2009 10:34 PM by ericcart

    seam-gen: menu items order


      Hi, Is there any way to customize the order of the menu items ?

      I've 100 entities... and the order seems to be random.

      I think the key is at build.xml.

                <hibernate templatepath="${base.dir}">
                  <jdbcconfiguration propertyfile="build.properties"
                                      packagename="${model.package}"
                                       revengfile="${project.home}/resources/seam-gen.reveng.xml"
                                 detectmanytomany="false"/>
                   
                   <property key="hibernatetool.util.toolclass"
                            value="org.jboss.seam.tool.Util"/>
                   
                  <hbm2java jdk5="true" ejb3="true" destdir="${project.home}/src/model"/>
                </hibernate>


      Thanks,
      Eric