pascallouisperez / jsonmarshaller

JsonMarshaller is a Java 1.5 library that allows marshalling and unmarshalling of JSON objects to and from entities ("Java classes").
Apache License 2.0
1 stars 0 forks source link

Public empty constructor throws exception during marshalling #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Having a public (instead of private) default constructor lead to this exception:

java.lang.IllegalStateException: kava.lang.IllegalAccessException: Class 
com.twolattes.json.ConcreteEntityDescriptor can not access a member of class 
com.kaching.XXX with modifiers "public" at 
com.twolattes.json.ConcreteEntityDescriptor.unmarshall(ConcreteEntityDescriptor.
java:170) ...

Original issue reported on code.google.com by adam.ros...@gmail.com on 6 Jul 2010 at 4:14

GoogleCodeExporter commented 9 years ago
Fixed in http://code.google.com/p/jsonmarshaller/source/detail?r=136

Original comment by adam.ros...@gmail.com on 6 Jul 2010 at 4:34

GoogleCodeExporter commented 9 years ago

Original comment by pascallo...@gmail.com on 27 Jul 2010 at 10:36

GoogleCodeExporter commented 9 years ago
Yay!

Original comment by adam.ros...@gmail.com on 27 Jul 2010 at 10:40