History | Log In     View a printable version of the current page.  
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
Component/s: Build, Test, or Deploy Process, Web - JSF
Affects Version/s: 2.0.2
Fix Version/s: 2.1


 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)

 All   Comments   Change History   FishEye      Sort Order:
Matt Raible - 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