[ http://issues.apache.org/jira/browse/JELLY-211?page=comments#action_63936 ]
dion gillard commented on JELLY-211:
------------------------------------
BeanUtils 1.7 has two jars now. The core and the collections. Jelly needs the collections
for the above code.
> Use of commons-beanutils 1.6 classes in COMMONS_JELLY-1_0_RC1
> -------------------------------------------------------------
>
> Key: JELLY-211
> URL: http://issues.apache.org/jira/browse/JELLY-211
> Project: jelly
> Type: Bug
> Components: taglib.util
> Versions: 1.0-RC1
> Environment: I believe any environment would reproduce this. It happened on a Linux
system installed with JPackage Java RPMs
> Reporter: Fernando Nasser
>
> The release notes for COMMONS_JELLY-1_0_RC1 claim that jelly moved to beanutils 1.7 but
beanutils 1.7 does not have the class below.
> [javac] /usr/src/build/559923-noarch/BUILD/commons-jelly-1.0-RC1/jelly-tags/util/src/java/org/apache/commons/jelly/tags/util/SortTag.java:23:
cannot resolve symbol
> [javac] symbol : class BeanComparator
> [javac] location: package beanutils
> [javac] import org.apache.commons.beanutils.BeanComparator;
> [javac] ^
> [javac] /usr/src/build/559923-noarch/BUILD/commons-jelly-1.0-RC1/jelly-tags/util/src/java/org/apache/commons/jelly/tags/util/SortTag.java:56:
cannot resolve symbol
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|