[jboss-jira] [JBoss JIRA] Resolved: (JBAS-5833) maxMessages in activation spec wrongly sets maxSession
Jesper Pedersen (JIRA)
jira-events at lists.jboss.org
Tue Aug 5 05:38:57 EDT 2008
[ https://jira.jboss.org/jira/browse/JBAS-5833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list