[jboss-user] [EJB 3.0] - Re: How to use
genman
do-not-reply at jboss.com
Tue Jan 29 23:51:31 EST 2008
Remember to include the messageListenerInterface annotation property, e.g.:
@MessageDriven(activationConfig = {
@ActivationConfigProperty( ...
},
messageListenerInterface=MessageListener.class
)
What's the full exception stack trace on deployment?u
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124645#4124645
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124645
More information about the jboss-user
mailing list