dipendra wrote:
10:59:55,931 INFO [ReflectHelper] reflection optimizer disabled for: caw.b3xt.domain.agreement.ClauseDestination, NullPointerException:null
Plese show java class and mapping for caw.b3xt.domain.agreement.ClauseDestination
Quote:
10:59:55,941 INFO [ReflectHelper] reflection optimizer disabled for: caw.b3xt.domain.rate.CarrierRate, VerifyError: (class: caw/b3xt/dom
ain/rate/CarrierRate$$BulkBeanByCGLIB$$402d9b68, method: setPropertyValues signature: (Ljava/lang/Object;[Ljava/lang/Object;)V) Expecting to find array of objects or arrays on stack
mapping and java class for caw.b3xt.domain.rate.CarrierRate....
But you can read .... :)
(Ljava/lang/Object;[Ljava/lang/Object;)V) Expecting to find array of objects or arrays on stackso as I got you have a setter with Object argument instead of expected array of objects.
Quote:
10:59:56,001 INFO [ReflectHelper] reflection optimizer disabled for: caw.b3xt.domain.user.User, BulkBeanException: null (property setName)
java class and mapping for caw.b3xt.domain.user.User
Quote:
10:59:56,052 INFO [ReflectHelper] reflection optimizer disabled for: caw.b3xt.domain.rate.BaseRate, VerifyError: (class: caw/b3xt/domain
/rate/BaseRate$$BulkBeanByCGLIB$$c658932c, method: setPropertyValues signature: (Ljava/lang/Object;[Ljava/lang/Object;)V) Expecting to fi
nd array of objects or arrays on stack
CGLIB expects array of objects or arrays for argument of some setter.