Skip to content

issues Search Results · repo:jkuehn/gorm-mongodb language:Groovy

Filter by

11 results
 (60 ms)

11 results

injkuehn/gorm-mongodb (press backspace or delete to remove)

With grails 2.4.4 when i try to use the plugin and compile the project, the plugin fails to import all these classes import com.google.code.morphia.annotations.Transient import com.google.code.morphia.annotations.Embedded; ...
  • martofeld
  • 1
  • Opened 
    on Nov 29, 2015
  • #19

mongodb-morphia-0.8.1/src/groovy/grails/plugins/mongodb/ast/MongoDomainASTTransformation.groovy: 174: Mixing private and public/protected methods of the same name causes multimethods to be disabled and ...
  • isoloist
  • 1
  • Opened 
    on Jun 5, 2013
  • #17

| Error 2012-12-11 17:58:19,705 [http-bio-8090-exec-10] ERROR mongodb.MongoDomainClass - Could not get instance from DB Message: invalid ObjectId [null] Line | Method - 128 | init in org.bson.types.ObjectId ...
  • gkrasnow
  • Opened 
    on Dec 12, 2012
  • #16

| Error 2012-12-11 14:41:49,349 [http-bio-8090-exec-10] ERROR errors.GrailsExceptionResolver - IllegalStateException occurred when processing request: [POST] /VektorServices/classB/save - parameters: b: ...
  • gkrasnow
  • Opened 
    on Dec 11, 2012
  • #15

I am new to grails and recently moved from the mongodb plugin to this plugin. I pass a Domain.list() from my controller to gsp file. This plugin returns a MorphiaIterator while the gsp expects something ...
  • andrew-nguyen
  • 1
  • Opened 
    on Jun 13, 2012
  • #13

Hi, I m getting this exception when try to create a simple object with Document d = new Document(params) URI /MongoDbCloudDoc/document/create Class org.springframework.beans.PropertyBatchUpdateException ...
  • handelcamilo
  • 1
  • Opened 
    on Oct 14, 2011
  • #10

Hi, I have been wanting some information on how to do some more advanced queries on the Mongo DB using the Grails Morphia plugin. I want to use query operators like $where, $or, etc. I tried doing something ...
  • varunanand
  • 2
  • Opened 
    on Oct 5, 2011
  • #9

I m fairly new to grails. I was able to install the plugin using grails 1.4, but when I tried to create a domain class I got a compilation error. I then grabbed the source, ran grails upgrade and then ...
  • johnlabarge
  • 2
  • Opened 
    on Aug 8, 2011
  • #8

Hi, I have a mongo domain class called MyClass, which contains a non-Id member variable called Long myMember . When I call the GORM method MyClass.findByMyMember(someValue), I get the java.lang.ClassCastException ...
  • countvajhula
  • 2
  • Opened 
    on Aug 4, 2011
  • #6

hi, I use this plugin now. did it support unique field save only one time? like this: class User{ String name; static constraints = { name(blank: false, unique: true) } } def user1=new User( myname ); ...
enhancement
minor
  • lsx
  • 2
  • Opened 
    on Apr 4, 2011
  • #4
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub