grails « JPA « Spring Q&A





1. Grails 1.2.0 Deployment Problems: org.hibernate.MappingException    stackoverflow.com

I'm having a frustrating problem with my Grails application. I'm able to run the application using both run-app and run-war without any issues, but when I try to deploy to a ...

2. Trying to use a grails domain class from the shell    stackoverflow.com

I'm new to Grails. I'm trying to experiement with my grails domains from the shell, and I can't get it to work. These domains work fine from the scaffold code when I ...

3. org.hibernate.StaleObjectStateException when using Grails with PostgreSQL    stackoverflow.com

I've written a grails service with the following code:

EPCGenerationMetadata requestEPCs(String indicatorDigit, FilterValue filterValue,     
    PartitionValue partitionValue, String companyPrefix, String itemReference, 
    ...

4. Using Java classes(whole module with Spring/Hibernate dependency) in Grails    stackoverflow.com

I have a Java/Spring/Hibernate application with a payment module. Payment module has some domain classes for payment subscription and transactions etc. Corresponding hibernate mapping files are there. This module uses applicationContext.xml ...

5. Using beanlib with grails (or another hibernate unwrapper), despite conflicting dependencies?    stackoverflow.com

I'm trying to use some sort of hibernate object unwrapper/eager fetcher, and beanlib seems to do exactly what I need. However, when I try to use it within my ...

6. How to make this short in Grails or Hibernate    stackoverflow.com

I've got query that looks something like this:

SomeDomain.executeQuery("""
    from
        SomeDomain x
    where
       ...

7. Grails 2.0.0.RC1 hibernate-core.3.6.7.Final.Jar    forum.springsource.org

Grails 2.0.0.RC1 hibernate-core.3.6.7.Final.Jar G'day all Note: tried using the mailing list, I cannot register ... see additional info at end of the post. I have a problem with Grails 2.0, where ...