Hello,

I have a problem with my tests writing too much stuff in the session
store located in target/work directory. This problem was discussed in
this thread 
http://markmail.org/thread/aaa2ub2ltcuhpqub#query:wicketmockservlet%20file%20store+page:1+mid:p3gf5wq75qi64lsp+state:results
.

I followed the recommendation by overriding newSessionStore() as shown
below, but still see a bunch of files created in work/target
directory. What am I doing wrong?

@Override
 protected ISessionStore newSessionStore() {
      return new HttpSessionStore(this);
 }

Thanks

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

Reply via email to