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 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967202#3967202 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967202 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
