0 Replies Latest reply on Sep 29, 2009 2:42 AM by dhook.donald.hook.gmail.com

    InvocationException Question

    dhook.donald.hook.gmail.com

      I encountered an InvocationException when I performed an update on an entity in an action where I created a new instance of the object rather than using the injected object. Performing the update works fine using the injected object.  Why does the InvocationException occur when I use the new instance?  Tracing through the Home.class, the exception occurs when the updatedMessage() is called and the getEntityClass().getName() is null. 


      I just want to make sure I understand how things are operating.


      Thanks in advance!