I had added wicket-extensions to my pom.xml, because I was planning on making
use of DataTable and DefaultDataTable, however, I hadn't yet added any code
that would require the dependency. Made a couple changes to my project over
the weekend, and went to recompile and tomcat wouldnt start. Checked the
logs and was greeted with:

Invocation of init method failed; nested exception is
java.lang.NoClassDefFoundError: org/apache/commons/collections/map/LRUMap.
After trial and error removing some code...I finally removed the dependency
(needle in a haystack), and all the errors went away.

Q1- Is wicket-extensions alive and well? The wicket docs are still
referencing the library, so I'm guessing yes, even though it seems a couple
years since an update.

Q2- If it is alive, can anybody tell me whats going on with the errors im
having? 
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-extensions-alive-tp2324725p2324725.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to