1 Reply Latest reply on Sep 5, 2001 7:43 AM by andreas

    Careful with EJBException in JBoss 2.4!

    nuanda

      The EJBException constructor that was introduced in EJB 2.0 (the one with a string and an enclosed exception) throws invisible exceptions in JBoss 2.4. So if you have an EJB that's failing silently check for these EJB 2.0 EJBExceptions and switch them to 1.1 constructors ! (until the RabbitHole arrives and presumably implements the EJB2.0 Exception properly)...