-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6-SNAPSHOT
-
Component/s: None
-
Tags:
RSS export selenium tests currently show an error:
Caused by: java.lang.NoSuchMethodError: org.apache.commons.collections.CollectionUtils.isNotEmpty(Ljava/util/Collection;)Z at yarfraw.mapping.forward.impl.Utils.getEmailOrText(Utils.java:20) at yarfraw.mapping.forward.impl.Rss20MappingUtils.toTItem(Rss20MappingUtils.java:103) at yarfraw.mapping.forward.impl.Rss20MappingUtils.toRss20Item(Rss20MappingUtils.java:42)
Error seems independant from recent changes for NXP-9202, and shows that commons-collections main lib in server/default/lib is not the 3.2 version, as in server/default/deploy/nuxeo.ear/lib
- depends on
-
NXP-9244 Remove hibernate-core from common/lib
- Resolved