The EJB 3.1 spec is unclear to me in whether Message Driven Bean superclasses are allowed. Can anyone shed any light on this?
Section 5.6.2, page 151 says:
A message-driven bean class must not have a superclass that is itself a message-driven bean class
But Section 5.6.3, page 151, just below, says:
A message-driven bean class is permitted to have superclasses that are themselves message-driven bean classes.