0 Replies Latest reply on Aug 24, 2006 7:39 AM by bdaniliuc

    Validation according to specification

    bdaniliuc

      Hi All,

      Is there a validator that can be used to check conformity with the EJB 3 specification? For example I run in some code where a MDB extended from another MDB, although the specification states that "A message-
      driven bean class must not have a superclass that is itself a message-driven bean class". Well, since the first class was abstract and only the subclass was used as a bean, the code worked in JBoss, but not in other more restrictive containers.

      Regards,

      Bogdan