Martin,

Here is an example:
target\work\WicketMockServlet-filestore\4996\3143\f107dd96_6e29_4676_a998_767fcb204a0c\pm-null

Thanks

On Sun, Mar 13, 2011 at 3:00 PM, Martin Grigorov <mgrigo...@apache.org> wrote:
> On Sat, Mar 12, 2011 at 2:29 AM, Alec Swan <alecs...@gmail.com> 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: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
>
> --
> Martin Grigorov
> jWeekend
> Training, Consulting, Development
> http://jWeekend.com <http://jweekend.com/>
>

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

Reply via email to