Skip to content
Advertisement

Tag: hibernate3

How to get exception inside ActionInvocation.invoke()

First of all the final purpose is that i’m trying to inject a DAO connection into an SMD context (Ajax) so i’ll ensure that transactions are being Commited (or Rollback), my problem is that i’m not being able to know if the invoke() method throws an exception, I have the following Interceptor: The line “attempt to solve” is based on

Advertisement