[jboss-jira] [JBoss JIRA] Closed: (JBMESSAGING-665) 4.0.5.GA ejb3 smoke test fails
Ovidiu Feodorov (JIRA)
jira-events at jboss.com
Sun Dec 3 01:18:55 EST 2006
[ http://jira.jboss.com/jira/browse/JBMESSAGING-665?page=all ]
Ovidiu Feodorov closed JBMESSAGING-665.
---------------------------------------
Resolution: Done
The JCA's adapter DLQMaxResent is configured to "0" in n 4.0.5.
That's a little bit to drastic, and has to be changed: http://jira.jboss.org/jira/browse/JBAS-3917
The immediate fix is to overwrite the configuration value in the MDB's configuration:
@MessageDriven(activationConfig =
{
...
@ActivationConfigProperty(propertyName="DLQMaxResent", propertyValue="10")
})
> 4.0.5.GA ejb3 smoke test fails
> ------------------------------
>
> Key: JBMESSAGING-665
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-665
> Project: JBoss Messaging
> Issue Type: Bug
> Reporter: Ovidiu Feodorov
> Assigned To: Ovidiu Feodorov
> Fix For: 1.0.1.SP2
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list