Hi, > I want to use H2Dialect in my J2EE application with Hibernate 3.3.1GA. > I have find de H2Dialect class and the relative patch in this page > > http://opensource.atlassian.com/projects/hibernate/browse/HHH-3401 > > now I want to know how can I use these files. Somebody know where I > must put their?
Try adding the class to your application. - Create a package org.hibernate.dialect - Add the file H2Dialect.java That's it. If it doesn't work, could you write what application server you use? Regards, Thomsa --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
