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-4.2.3.GA, JBossAS-5.0.0.CR1
Reporter: Takayoshi Kimura
Assignee: Jesper Pedersen
This is simple error in the setter method:
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:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira