Bugs item #917569, was opened at 2004-03-16 12:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=917569&group_id=73068

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Does not work with new commons-collections 3 library

Initial Comment:
Version:
Found in versions 1.0-b2 and 1.0-b3 (not tested any 
other versions).

Introduction:
The displayTag library does not work correctly with the 
latest commons-collection library (version 3.0).

Description:
The application runs correctly using commons-
collections-2.1.jar.

Deploying the same application with the new commons-
collections-3.0.jar results in the following exception:

[org.apache.commons.collections.IteratorUtils: method 
arrayIterator(
[Ljava/lang/Object&#59;)Ljava/util/Iterator&#59; 
not found]: java.lang.NoSuchMethodError: 
org.apache.commons.collections.IteratorUtils: method 
arrayIterator([Ljava/lang/Object;)Ljava/util/Iterator; not 
found
        at 
org.displaytag.properties.MediaTypeEnum.iterator
(MediaTypeEnum.java:138)
        at org.displaytag.tags.TableTag.getExportLinks
(TableTag.java:1584)
        at org.displaytag.tags.TableTag.getTableFooter
(TableTag.java:1538)
        at org.displaytag.tags.TableTag.getHTMLData
(TableTag.java:1241)
        at org.displaytag.tags.TableTag.doEndTag
(TableTag.java:918)
        at org.apache.jsp._testDisplayTag._jspService
(_testDisplayTag.java:188)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=917569&group_id=73068


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to