Quantcast

Grails and CUBRID

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Grails and CUBRID

Joe Greenawalt
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails and CUBRID

jroenberg
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails and CUBRID

Joe Greenawalt
Great, thanks.

On Tue, Jun 12, 2012 at 6:45 PM, jroenberg <[hidden email]> wrote:
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
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
--
View this message in context: http://grails.1312388.n4.nabble.com/Grails-and-CUBRID-tp4629940p4630017.html
Sent from the Grails - user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email



Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails and CUBRID

kadishmal
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.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Grails and CUBRID

Joe Greenawalt
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,

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  http://jira.cubrid.org/browse/PORTING/component/10201 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
http://www.cubrid.org/questions CUBRID Q&A  site. We will be glad to answer
you. Or if any issue, post to our  http://www.cubrid.org/forum forum .

Regards,
Esen.

--
View this message in context: http://grails.1312388.n4.nabble.com/Grails-and-CUBRID-tp4629940p4630102.html
Sent from the Grails - user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email



Loading...