grails-plugins / grails-rest-client-builder

REST client plugin that uses Spring's RestTemplate
http://grails.org/plugin/rest-client-builder
Apache License 2.0
65 stars 32 forks source link

Class org.codehaus.groovy.grails.web.converters.marshaller.json.GenericJavaBeanMarshaller can not access a member of class org.springframework.beans.GenericTypeAwarePropertyDescriptor with modifiers "public" #29

Open amlee opened 10 years ago

amlee commented 10 years ago

I am getting this exception after add grails-rest-client-builder. This seems to be similar to this post: http://grails.1312388.n4.nabble.com/Marshallers-are-blowing-up-in-2-3-5-anyone-else-td4653954.html I am not sure how to apply the fix in the last post. Can this be fixed in the plugin? I am running Grails 2.4.3 and grails-rest-client-builder 2.0.2.

Thanks!

Alex

Exception and stacktrace attached: Class org.codehaus.groovy.grails.web.converters.marshaller.json.GenericJavaBeanMarshaller can not access a member of class org.springframework.beans.GenericTypeAwarePropertyDescriptor with modifiers "public". Stacktrace follows: Message: Class org.codehaus.groovy.grails.web.converters.marshaller.json.GenericJavaBeanMarshaller can not access a member of class org.springframework.beans.GenericTypeAwarePropertyDescriptor with modifiers "public" Line | Method ->> 202 | value in grails.converters.JSON


| 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 162 | convertAnother in '' | 202 | value . . . . in '' | 134 | render in '' | 150 | render . . . . in '' | 51 | doCall in jingle.asset.service.MusicAlbumsController$_ttshow_closure5_closure9 | 54 | withFormat . . in org.grails.plugins.web.rest.api.ControllersRestApi | 46 | $ttshow in jingle.asset.service.MusicAlbumsController | 198 | doFilter . . . in grails.plugin.cache.web.filter.PageFragmentCachingFilter | 63 | doFilter in grails.plugin.cache.web.filter.AbstractFilter | 1142 | runWorker . . in java.util.concurrent.ThreadPoolExecutor | 617 | run in java.util.concurrent.ThreadPoolExecutor$Worker ^ 745 | run . . . . . in java.lang.Thread

burbidge commented 8 years ago

I am having a similar error. Did you ever figure out what was happening?

themikelus commented 8 years ago

Hi guys,

Did you find some solution for this issue?

thanks,

mikecourtney48 commented 8 years ago

I have this issue also ... was there a solution?