[jboss-user] [EJB 3.0] - Re: Problem with inheritance and aop in MessageDrivenBeans (

wolfc do-not-reply at jboss.com
Tue Jul 11 04:50:37 EDT 2006


Problem reproduced.

The AbstractMDB must have public modifier.

public class AbstractMDB {        public void onMessage(final Message message) {
  |                  Logger.getLogger(this.getClass()).debug("Received a message.");
  |         }
  | }

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956889#3956889

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956889



More information about the jboss-user mailing list