1 Reply Latest reply on Dec 3, 2004 6:59 PM by genman

    Runtime Exception during ejbCreate

      Lets say that during the ejbCreate() method of my MDB a RuntimeException gets thrown (NullPointer, etc ....).

      The message should not be Acknowledged and should be returned to the JMS provider, right?

      Or do I need to catch that and call setRollbackOnly()?