HybridProgrammer / grails-dynamic-domain-class-plugin

Automatically exported from code.google.com/p/grails-dynamic-domain-class-plugin
Apache License 2.0
0 stars 0 forks source link

Broken on Grails 2.0, Error 500: Internal Server Error #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Class
groovy.lang.MissingMethodException
Message
No signature of method: static com.foo.testapp.author.Author.list() is 
applicable for argument types: 
(org.codehaus.groovy.grails.web.servlet.mvc.GrailsParameterMap) values: 
[[dc:com.foo.testapp.author.Author, action:list, ...]] Possible solutions: 
is(java.lang.Object), wait(), find(), wait(long), with(groovy.lang.Closure), 
use([Ljava.lang.Object;)
Around line 36 of 
grails-app\controllers\org\grails\dynamicdomain\DdcController.groovy
33: def list = {
34:     def domainClass = grailsApplication.getDomainClass(params.dc)
35:     params.max = Math.min(params.max ? params.int('max') : 10, 100)
36:     [domainInstanceList: domainClass.clazz.list(params), 
37:     domainInstanceTotal: domainClass.clazz.count(),
38:     domainClass: domainClass]
39: }
Trace
    Line | Method
->>   36 | doCall    in DdcController.groovy
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
|   1110 | runWorker in java.util.concurrent.ThreadPoolExecutor
|    603 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
^    722 | run       in java.lang.Thread

Original issue reported on code.google.com by rma...@gmail.com on 11 Sep 2012 at 3:45

GoogleCodeExporter commented 8 years ago
Has this been fixed? Or is the project abandoned?

Original comment by mycaptai...@gmail.com on 25 Jul 2013 at 2:05

GoogleCodeExporter commented 8 years ago
You can say the project abandoned. As I have no plan to do any update unless I 
need it.

Original comment by limchee...@vobject.com on 27 Jul 2013 at 10:12

GoogleCodeExporter commented 8 years ago
it realy that the project is abandoned ???

Original comment by aziz.ait...@gmail.com on 14 Aug 2013 at 10:17