[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-2103) add H2 to list of supported Hibernate dialects

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Wed Apr 23 09:35:44 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBIDE-2103?page=all ]

Max Rydahl Andersen resolved JBIDE-2103.
----------------------------------------

    Resolution: Done

I added it, but I also added proper defaulting of the driver and jdbc urls which are used in creation of cfg.xml's

  addDriverAndURLS("org.hibernate.dialect.H2Dialect",
                "org.h2.Driver", 
                new String[] {
                   "jdbc:h2:<filename>",
                   "jdbc:h2:mem:",
                   "jdbc:h2:mem:<databaseName>",
                   "jdbc:h2:tcp://<server>[:<port>]/<databaseName>"                   
                   }
                );

> add H2 to list of supported Hibernate dialects
> ----------------------------------------------
>
>                 Key: JBIDE-2103
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-2103
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Hibernate, Seam
>    Affects Versions: 2.0.1
>            Reporter: Dan Allen
>         Assigned To: Max Rydahl Andersen
>            Priority: Minor
>             Fix For: 2.1
>
>         Attachments: JBIDE-2103-branch-2.0.x-v1.txt
>
>   Original Estimate: 5 minutes
>  Remaining Estimate: 5 minutes
>
> Please add H2 to the list of supported Hibernate Dialects. Although this change must be made to the hibernatetools module, it affects project creation using the Seam wizard. The class that maintains this list is org.hibernate.eclipse.console.utils.DriverClassHelpers

-- 
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 jbosstools-issues mailing list