0 Replies Latest reply on Apr 3, 2002 2:25 PM by jamesotta

    java.lang.reflect.UndeclaredThrowableException

    jamesotta

      I have one session bean calling one entity bean with
      the transaction enabled with the session bean. I got
      a java.lang.reflect.UndeclaredThrowableException from
      the session bean when entity bean throw sql exception on
      ejbStore and it is wrapped by jboss as javax.transaction.RollbackException.
      since ejbStore didn't declare to throw this exception,
      I got UndeclaredThrowableException, which is not good
      in term of reporting accurate error messsage.

      have anyone seen this before?

      any help is appreaciated.

      thanks

      james