Please can someone tell me how to create a MDB pojo which uses a
jca 1.5 inflow resource adaptor. I followed the instrctions in section 6.2 of 
the JBoss EJB 3.0 Reference Documentation RC5-PDF but jboss always assumes that 
jms is being used. e.g.

@javax.ejb.MessageDriven(name = "MailMDB", activateConfig =
{
@ActivationConfigProperty(propertyName="messagingType", 
propertyValue="trevan.resource.MailMessageListener"),      
@ActivationConfigProperty(propertyName="resourceAdaptorName", 
propertyValue="smtp.rar"),
@ActivationConfigProperty(propertyName="expression", propertyValue="test")
})
        public class MailMDBEJB3 implements  MailMessageListener {
........

The resource adapter works fine with a 2.1 MDB.

Rgeards Trevor


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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to