0 Replies Latest reply on Jul 16, 2010 10:14 AM by kpemberton

    configure seam-gen not to use seam application framework

    kpemberton

      The two books that I have read on SEAM (Seam in Action and Seam Framework: Experience the Evolution of Java EE) have shown entities with the @Name parameter specified, but seam-gen by default wants to use the seam application framework to generate EntityHome objects to handle entity instances and thus generates only the basic JPA entity class.  Just curious if there is a way to configure seam-gen so that when I run seam-gen generate-model it will generate my entity classes with the @Name parameter specified so that they become Seam components.  I know that I can manually add this to the Freemarker template, but I was just hoping that there was a configuration file where I could change a parameter to get this to work.


      Thanks in advance!