[
https://jira.jboss.org/jira/browse/JBAS-5833?page=com.atlassian.jira.plug...
]
Takayoshi Kimura updated JBAS-5833:
-----------------------------------
Description:
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;
}
was:
This is simple error in the setter method:
public void setMaxMessages(int maxMessages)
{
this.maxSession = maxMessages;
}
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
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:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira