[jbossseam-issues] [JBoss JIRA] Resolved: (JBSEAM-1518) support for H2 in seam-gen
Dan Allen (JIRA)
jira-events at lists.jboss.org
Wed Oct 3 09:33:03 EDT 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-1518?page=all ]
Dan Allen resolved JBSEAM-1518.
-------------------------------
Resolution: Done
commit message:
add H2 to the list of database options and offer the appropriate driver, dialect, and JAR files; also introduce the org.hibernate.cfg.reveng.dialect.H2MetaDataDialect for reverse engineering, which H2 needs to work correctly, but will also benefit Oracle and PosgreSQL; finally, delete the build.properties before writing it because of a limitation in <propertyfile> not to be able to delete properties; this last change ensures a clean slate on each run
> support for H2 in seam-gen
> --------------------------
>
> Key: JBSEAM-1518
> URL: http://jira.jboss.com/jira/browse/JBSEAM-1518
> Project: JBoss Seam
> Issue Type: Patch
> Components: Tools
> Affects Versions: 1.3.0.ALPHA
> Environment: seam CVS trunk
> Reporter: Dan Allen
> Assigned To: Dan Allen
> Priority: Minor
> Fix For: 2.0.0.CR2
>
> Attachments: JBSEAM-1518-build_xml-v1.patch, JBSEAM-1518-build_xml-v2.patch
>
> Original Estimate: 10 minutes
> Remaining Estimate: 10 minutes
>
> Currently, the seam-gen questionnaire does not support H2, even though there is a dialect for Hibernate that functions with a H2 database. I have discovered that H2 is far more suitable than HSQLDB and prefer to use it now whenever I am doing prototype development. Naturally, it is annoying to always have to make my case the exception when supporting H2 is just a matter of filling in the proper blanks in the seam-gen build.xml file. Without further delay, I did just that.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list