Hi All,
when I am trying to persist a POJO object, it is throwing exception "null". what does it mean? how do we resolve this?
I checked the status of object....it is not NULL!!!!.
when execute the statement session.save(obj); it is failing....
the flow is clike this :
1. objC aggregates to make objB
2. objB aggregates to make objA
I can able save objA and objB successfully, but when I try to save objC, it fails.....I don't understand why the error "null" is coming. If there is any error with mapping, we will get mapping errors but not "null" error.
Plz try to answer this.
Thanks in advance
--Venkat[/img]
|