This content has been marked as final.
Show 3 replies
-
1. Re: default-activation-config?
wolfc Nov 14, 2007 9:26 AM (in response to adrian.brock)The purpose is to have a template of activation config properties in aop.xml for use by multiple MDBs. Burke had for example DLQ authentication in mind.
-
2. Re: default-activation-config?
adrian.brock Nov 14, 2007 9:56 AM (in response to adrian.brock)"wolfc" wrote:
The purpose is to have a template of activation config properties in aop.xml for use by multiple MDBs. Burke had for example DLQ authentication in mind.
I'm not talking about aop.xml, I'm taking about the jboss.xml
and the annotation on the class, e.g. from the testsuite@DefaultActivationSpecs({ @ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Queue") }) @MessageDriven(activationConfig = { @ActivationConfigProperty(propertyName="destination", propertyValue="queue/defaultedmdbtest") }) public class DefaultedQueueTestMDB implements MessageListener
It still doesn't make sense that a template from anywhere would override
the real instance properties from ejb-jar.xml? -
3. Re: default-activation-config?
aloubyansky Dec 1, 2008 7:39 PM (in response to adrian.brock)The element has been removed https://jira.jboss.org/jira/browse/JBMETA-151