Hi,
same problem here but with spring classes (not hibernate):
Note: Only first line of stacktraces shown.
SmartClient Version: v8.3d_2012-10-24/PowerEdition Deployment (built 2012-10-24)
same problem here but with spring classes (not hibernate):
Note: Only first line of stacktraces shown.
Code:
2012-10-26 16:00:45,442 [ec-4] BeanClass() while trying to obtain property 'beanClass' threw an exception: java.lang.IllegalAccessException: Class com.isomorphic.util.DataTools can not access a member of class org.springframework.beans.GenericTypeAwarePropertyDescriptor with modifiers "public" 2012-10-26 16:00:45,442 [ec-4] PropertyEditorClass() while trying to obtain property 'propertyEditorClass' threw an exception: java.lang.IllegalAccessException: Class com.isomorphic.util.DataTools can not access a member of class org.springframework.beans.GenericTypeAwarePropertyDescriptor with modifiers "public" 2012-10-26 16:00:45,442 [ec-4] PropertyType() while trying to obtain property 'propertyType' threw an exception: java.lang.IllegalAccessException: Class com.isomorphic.util.DataTools can not access a member of class org.springframework.beans.GenericTypeAwarePropertyDescriptor with modifiers "public synchronized" 2012-10-26 16:00:45,442 [ec-4] ReadMethod() while trying to obtain property 'readMethod' threw an exception: java.lang.IllegalAccessException: Class com.isomorphic.util.DataTools can not access a member of class org.springframework.beans.GenericTypeAwarePropertyDescriptor with modifiers "public" 2012-10-26 16:00:45,442 [ec-4] WriteMethod() while trying to obtain property 'writeMethod' threw an exception: java.lang.IllegalAccessException: Class com.isomorphic.util.DataTools can not access a member of class org.springframework.beans.GenericTypeAwarePropertyDescriptor with modifiers "public" 2012-10-26 16:00:45,458 [ec-4] WriteMethodForActualAccess() while trying to obtain property 'writeMethodForActualAccess' threw an exception: java.lang.IllegalAccessException: Class com.isomorphic.util.DataTools can not access a member of class org.springframework.beans.GenericTypeAwarePropertyDescriptor with modifiers "public" 2012-10-26 16:00:45,458 [ec-4] WriteMethodParameter() while trying to obtain property 'writeMethodParameter' threw an exception: java.lang.IllegalAccessException: Class com.isomorphic.util.DataTools can not access a member of class org.springframework.beans.GenericTypeAwarePropertyDescriptor with modifiers "public synchronized"
Comment