grails « Oracle « JPA Q&A





1. hibernate (grails) with Oracle 11g - insufficient privileges    stackoverflow.com

I'm using Grails 1.3.4, which uses Hibernate, going against an Oracle 11g database. My application fails on startup, with the following error:

2010-11-04 09:45:34,671 INFO  [grails.spring.BeanBuilder] [RuntimeConfiguration] Configuring data source for ...

2. OracleXmlType in Grails    stackoverflow.com

I'm attempting to map a domain object's member type to OracleXmlType. I've followed Graeme Rocher's suggestion here regarding adding xmlparserv2.jar to the classpath, as well as

3. how do I create a file upload in grails which works with oracle?    stackoverflow.com

got the following problem: I tried to create a simpel file upload functionality in grails. I just created a domain class with a

byte[] rawFile
as property. Grails did most of the rest for ...

4. Grails with Oracle-DB: seems to have only one global counter for IDs    stackoverflow.com

when I use hsqldb with grails, it seems that each domain class gets its own counter for the id autoincrement. When I create an object of type a, it gets ID=1. ...

5. Grails 1.3.3 Hibernate Oracle 11 problem    forum.springsource.org

Grails 1.3.3 Hibernate Oracle 11 problem Earlier this year I worked on a project using Grails 1.2.x and Oracle 10g, and things went very well. It's been a little while, but ...

6. Grails 1.3.3 Hibernate Oracle 11 problem    forum.springsource.org

Grails 1.3.3 Hibernate Oracle 11 problem Earlier this year I worked on a project using Grails 1.2.x and Oracle 10g, and things went very well. It's been a little while, but ...