dzungnh95 / mongo-java-orm

Automatically exported from code.google.com/p/mongo-java-orm
0 stars 0 forks source link

AnnotationsDescriptorObjectMapperFactoryBean::setAnnotatedClasses should be public #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
AnnotationsDescriptorObjectMapperFactoryBean::setAnnotatedClasses should be 
public.

Original issue reported on code.google.com by jwo...@gmail.com on 10 Dec 2012 at 1:30

GoogleCodeExporter commented 8 years ago
Indeed it should be.

Original comment by brian.di...@gmail.com on 14 Jan 2013 at 5:44

GoogleCodeExporter commented 8 years ago
Error creating bean with name 'mongoObjectMapper' defined in file 
[G:\workspace\jeecg-framework\WebRoot\WEB-INF\classes\spring-mvc-context.xml]: 
Error setting property values; nested exception is 
org.springframework.beans.NotWritablePropertyException: Invalid property 
'annotatedClasses' of bean class 
[com.googlecode.mjorm.spring.AnnotationsDescriptorObjectMapperFactoryBean]: 
Bean property 'annotatedClasses' is not writable or has an invalid setter 
method. Does the parameter type of the setter match the return type of the 
getter?

Original comment by qianlei...@gmail.com on 19 Jul 2014 at 10:08