[seam-issues] [JBoss JIRA] Resolved: (JBSEAM-4814) MAX_ROWS reached error message instead displays MAX_COLUMNS
Marek Novotny (JIRA)
jira-events at lists.jboss.org
Mon Sep 5 08:36:26 EDT 2011
[ https://issues.jboss.org/browse/JBSEAM-4814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marek Novotny resolved JBSEAM-4814.
-----------------------------------
Assignee: Marek Novotny
Resolution: Done
fixed
> MAX_ROWS reached error message instead displays MAX_COLUMNS
> -----------------------------------------------------------
>
> Key: JBSEAM-4814
> URL: https://issues.jboss.org/browse/JBSEAM-4814
> Project: Seam 2
> Issue Type: Bug
> Components: Excel
> Affects Versions: 2.2.2.Final
> Reporter: Derek MacDonald
> Assignee: Marek Novotny
> Priority: Minor
> Labels: Excel, exception, row
> Fix For: 2.3.0.ALPHA
>
> Original Estimate: 15 minutes
> Remaining Estimate: 15 minutes
>
> When the 65535 row limit of a spreadsheet is reached, the generated exception's message mistakenly displays the limit as 255.
> org/jboss/seam/excel/jxl/JXLExcelWorkbook.java Line 130:
> 129 if (currentRowIndex >= MAX_ROWS) {
> 130 throw new ExcelWorkbookException(Interpolator.instance()
> 131 .interpolate("Excel only supports {0} rows", MAX_COLUMNS));
> 132 }
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list