[jboss-user] [EJB 3.0] - custom mdb does not work in jboss-4.0.4.GA
koleinik
do-not-reply at jboss.com
Tue Oct 10 13:16:34 EDT 2006
I have a custom message driven ejb3 with JCA 1.5 adaptor.
It works fine in jboss-4.0.4.CR2. I have problems deploying it into jboss-4.0.4.GA and into jboss-4.0.4.GA with ejb3 CR9. It seems that jboss does not process annotations correctly and my JCA is not called mdb deployment.
Here are annotations for my mdb
@MessageDriven(activationConfig =
{
@ActivationConfigProperty(propertyName="messagingType", propertyValue="com.mypackage.MyEventListener"),
@ActivationConfigProperty(propertyName="resourceAdaptorName", propertyValue="resourceadapterfile.rar"),
@ActivationConfigProperty(propertyName="param1", propertyValue="value1"),
@ActivationConfigProperty(propertyName="param2", propertyValue="value2"),
})
@TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED)
Then I decided to use deployment descriptor. It did not help.
Has anybody else seen this problem? Is it a bug? Or something has been changed in ejb spec?
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977317#3977317
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977317
More information about the jboss-user
mailing list