On Sat, Mar 12, 2011 at 2:29 AM, Alec Swan <[email protected]> wrote:
> 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? > What kind of files ? > > @Override > protected ISessionStore newSessionStore() { > return new HttpSessionStore(this); > } > > Thanks > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
