[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-1461) seamdiscs: java.lang.IndexOutOfBoundsException: when I try to access the "Artists" page.
Gavin King (JIRA)
jira-events at lists.jboss.org
Fri Jun 15 11:23:12 EDT 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-1461?page=all ]
Gavin King closed JBSEAM-1461.
------------------------------
Fix Version/s: 1.3.0.ALPHA
Resolution: Duplicate Issue
Huh?! That bug was fixed weeks ago, well before the alpha release...?
> seamdiscs: java.lang.IndexOutOfBoundsException: when I try to access the "Artists" page.
> ----------------------------------------------------------------------------------------
>
> Key: JBSEAM-1461
> URL: http://jira.jboss.com/jira/browse/JBSEAM-1461
> Project: JBoss Seam
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.3.0.ALPHA
> Reporter: Pete Muir
> Assigned To: Pete Muir
> Fix For: 1.3.0.ALPHA
>
>
> There appears to be an "off-by-one" error in the org.jboss.seam.framework.Query class (I'm rather new to seam, so it's possible the error is on the application side instead). In Query.truncResultList, I changed:
> return results.subList(0, mr-1)
> to:
> return results.subList(0, mr)
--
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 seam-issues
mailing list