1. Seam - Entity Query - dynamic restrictions stackoverflow.comI have an EntityQuery - |
2. Hibernate yes_no for char(1) vs seam-gen seamframework.orgI added the following code to my project's seam-gen.reveng.xml expecting it to let my CHAR(1) Y/N flags be mapped appropriately. |
3. seam-gen and hibernate seamframework.orgHiI am using Dan Allens book (Seam in Action) and have been following theinstructions to get seam-gen going. I have hit an error in 'seamgenerate' related to Hibernate and I am unsure of how to troubleshootit. If anyone has any ideas I would appreciate it. Find below the output:C:\Documents and Settings\paulmeehan\MyDocuments\Development\jboss-seam-2.2.0.GA>seam generateSEAM_HOME: C:\Documents and Settings\paulmeehan\MyDocuments\Development\jboss-seam-2.2.0.GAUsing seam-gen sources from: C:\Documents and Settings\paulmeehan\MyDocuments\Development\jboss-seam-2.2.0.GA\seam-genBuildfile: ... |
4. Seam gen crud and hibernate validator seamframework.orgIn every List page seam gen creates a search form for the entity. My entitys are annoted with Hibernate Validator (like email validation) and in my search form these validations are been executed. In the search form i have no s:validate ou s:validateAll, it shouldnt execute this validation at this point. It forces me to write a valid email to search ... |