Re: Best Practice - Create component by entity type?

2015-07-04 Thread Per Newgro
This sounds good. I already have a registry where i can register services in a decoupled way. With spring and @PostConstruct no Problem :-). I would ASK then every factory if it is responsible for my entity type. But i still see a problem here. How to prioritize factory if i have more than one

Re: cryptomapper uses the same wicket-crypt params for each user

2015-07-04 Thread Martin Grigorov
Hi, Yes. This is the correct way. It is the default in 6.19.0 On Jul 4, 2015 2:51 AM, Steve Swinsburg steve.swinsb...@gmail.com wrote: OK solved: getSecuritySettings().setCryptFactory(new KeyInSessionSunJceCryptFactory()); //diff key per user final IRequestMapper cryptoMapper = new

Re: cryptomapper uses the same wicket-crypt params for each user

2015-07-04 Thread Steve Swinsburg
Thanks for the confirmation, Martin. Regards. On Sat, Jul 4, 2015 at 4:32 PM, Martin Grigorov mgrigo...@apache.org wrote: Hi, Yes. This is the correct way. It is the default in 6.19.0 On Jul 4, 2015 2:51 AM, Steve Swinsburg steve.swinsb...@gmail.com wrote: OK solved:

Re: Wicket7: MediaComponent and Source classes

2015-07-04 Thread Maxim Solodovnik
Hello Tobias, Everything seems to work as expected! sorry for the late response, your emails are still going into Spam :((( On Fri, Jul 3, 2015 at 6:34 PM, Tobias Soloschenko tobiassolosche...@googlemail.com wrote: @Maxim: Is there anything left to be done within the media components?