]
Jesper Pedersen resolved JBAS-5833.
-----------------------------------
Fix Version/s: JBossAS-5.0.0.CR2
JBossAS-4.2.4.GA
Resolution: Done
maxMessages in activation spec wrongly sets maxSession
------------------------------------------------------
Key: JBAS-5833
URL:
https://jira.jboss.org/jira/browse/JBAS-5833
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: JCA service
Affects Versions: JBossAS-5.0.0.CR1, JBossAS-4.2.3.GA
Reporter: Takayoshi Kimura
Assignee: Jesper Pedersen
Fix For: JBossAS-5.0.0.CR2, JBossAS-4.2.4.GA
This is simple error in the setter method:
In connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivationSpec.java:
public void setMaxMessages(int maxMessages)
{
this.maxSession = maxMessages;
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: