Grails-Plugin-Consortium / grails-filterpane

Filterpane plugin for grails.
Apache License 2.0
16 stars 44 forks source link

Doesn't work with mongodb instead of hibernate (rdbms) #36

Closed PatrickHuetter closed 10 years ago

PatrickHuetter commented 10 years ago

Using this plugin in grails 2.3.4 with a mongodb database isn't possible because of missing class:

Error Compilation error: startup failed:
/Users/patrickhuetter/Workspace/project/target/work/plugins/filterpane-2.3.1/grails-app/services/org/grails/plugin/filterpane/FilterPaneService.groovy: 3: unable to resolve class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsDomainBinder
 @ line 3, column 1.
   import org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsDomainBinder
   ^

1 error

Is there a workaround for that, or isn't it possible to use that plugin without hibernate? /UPDATE/ Using hibernate plugin and mapping domain classes with mongodb works but should also work without installing hibernate plugin in future. :-) That would be fine.

ctoestreich commented 10 years ago

I think I made some progress on this. Check the plugin version 2.3.3 and see if this works for you.

ctoestreich commented 10 years ago

Going to close this, let me know if the new version of FP 2.3.3 works.