this is why sharing jars across web applications is generally a bad
idea unless the jars are specifically designed to be shared. you are
going to run into the same problem with any jar that stores a cache in
a static variable, because all of a sudden this cache is shared across
multiple application
I had no luck with this on the users mail list ( us...@wicket.apache.org )
maybe here its a better fit for this email
Hello,
I have a problem with the wicket - spring integration in wicket 1.4 rc2 , i
think its similar to https://issues.apache.org/jira/browse/WICKET-1848
The use case is like th