Can't find any documentation on the MDB deployment...
Heres is my configuration:
@MessageDriven(activationConfig = {
@ActivationConfigProperty(propertyName = "destinationType", propertyValue =
"javax.jms.Queue"),
@ActivationConfigProperty(propertyName = "destination", propertyValue =
"queue/A") })
Here is the problem...
Reason: java.lang.RuntimeException: You did not specify a @Resource.mappedName
) on javax.jms.Queue com.valtech.servicebancaire.BanqueBean.emailQueue and ther
is no binding for that enc name in XML
what is this mappedName ????
Thank u !
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977361#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...