|
Hi,
I was wondering if anyone has used grails with CUBRID? If so what are your thoughts? Specifically performance. 2nd, in my research to see if anyone on the googleverse has used it, i noticed that out of the box Hibernate 3.6.9 has the CUBRID dialect. When I do list plugins on my grails 2.0.4 install i see hibernate version 2.0.4 plugin. That is the version of the plugin, how do i equate that to a hibernate version? And is there a road map that tells which version of hibernate is going to be in which release? Thanks, Joe |
|
Hi Joe
You can see the dependicies in the maven pom file: http://repo1.maven.org/maven2/org/grails/grails-hibernate/2.0.4/grails-hibernate-2.0.4.pom. Snippet from file: <groupId>org.hibernate</groupId><artifactId>hibernate-core</artifactId><version>3.6.10.Final</version> So you should be safe if you only need 3.6.9.
Jimi
|
|
Great, thanks.
On Tue, Jun 12, 2012 at 6:45 PM, jroenberg <[hidden email]> wrote: Hi Joe |
|
In reply to this post by Joe Greenawalt
Hello Joe,
I am Esen, the contributor of CUBRIDDialect to Hibernate. The Hibernate team has merged my pull requests to 3.6 and 4.x. So, if you need, you can use the latest version of Hibernate with CUBRID, if Grails supports it. I've updated the Dialect with new feature available in CUBRID, however haven't committed to Hibernate. Need to fix certain test failures. Once done, I will push to Hibernate. In case you find any issue in the Dialect, I would request you to report it to our JIRA Issue Tracker for Hibernate. I will take care of it asap. Also, if any questions arise regarding CUBRID itself, feel free to ask at CUBRID Q&A site. We will be glad to answer you. Or if any issue, post to our forum. Regards, Esen. |
|
Hello Esen,
Thank you for your reply. I hope to test this out soon. I will provide feedback after I do. Thanks, Joe
On Thu, Jun 14, 2012 at 3:43 AM, kadishmal <[hidden email]> wrote: Hello Joe, |
| Powered by Nabble | Edit this page |
