Issue Details (XML | Word | Printable)

Key: APF-1066
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matt Raible
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse

JSF + iBATIS: NoClassDefFoundError: org/apache/commons/collections/map/LinkedMap

Created: 11/May/08 05:37 PM   Updated: 11/May/08 05:48 PM   Resolved: 11/May/08 05:48 PM
Component/s: Build, Test, or Deploy Process, Web - JSF
Affects Version/s: 2.0.2
Fix Version/s: 2.1.0-M1


 Description  « Hide
java.lang.NoClassDefFoundError: org/apache/commons/collections/map/LinkedMap
  at net.sf.navigator.menu.MenuRepository.<init>(MenuRepository.java:38)
  at net.sf.navigator.menu.MenuContextListener.contextInitialized(MenuContextListener.java:57)
  at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:540)

Matt Raible added a comment - 11/May/08 05:39 PM
Workaround is to add the following to your pom.xml:

       <dependency>
           <groupId>commons-collections</groupId>
           <artifactId>commons-collections</artifactId>
           <version>${commons.collections.version}</version>
       </dependency>

Where commons.collections.version=3.2

3157 by  Matt Raible (1 file)
11/May/08 05:48 PM (27 months, 6 days ago)
APF-1066: Exclude commons-collections from commons-dbcp so newer version (3.2) is used.
appfuse: trunk/web/pom.xml 3157 history download (+5 -1) diffs

Matt Raible made changes - 11/May/08 05:48 PM
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]