java.lang.ClassCastException: oracle.jbo.server.EntityImpl cannot be cast
RameySep 20 2010 — edited Sep 20 2010Hi,
I use multiple View objects (One for main grid and other 2 for the form in my popup in each row of my main grid). Whenever save, after i create a new row in my main grid with one child record in my popup(both VO combines to give a child record) or modify the existing main grid with multiple child records, I get this class cast exception which specifies one of the VO's (in my popup)entityImpl cannot be get casted by oracle.jbo.server.EntityImpl .
Since i am using multiple VOs, I am trying to commit whole Application Module. Is this correct way?
what could be the prob?
Ramz