Re: Wicket Felix

2015-08-25 Thread Jörg Schaible
Hi Martin, Martin Grigorov wrote: Hi, On Mon, Aug 24, 2015 at 4:06 PM, Jörg Schaible joerg.schai...@swisspost.com wrote: Hi, I am migrating an old Wicket application running in Apache Felix and I wonder how I should register my initializer. According the migration docs I should

Re: Wicket Felix

2015-08-25 Thread Martin Grigorov
Hi, On Tue, Aug 25, 2015 at 9:20 AM, Jörg Schaible joerg.schai...@swisspost.com wrote: Hi Martin, Martin Grigorov wrote: Hi, On Mon, Aug 24, 2015 at 4:06 PM, Jörg Schaible joerg.schai...@swisspost.com wrote: Hi, I am migrating an old Wicket application running in Apache

Re: Wicket Felix

2015-08-25 Thread Jörg Schaible
Hi Martin, Martin Grigorov wrote: On Tue, Aug 25, 2015 at 9:20 AM, Jörg Schaible joerg.schai...@swisspost.com wrote: Martin Grigorov wrote: On Mon, Aug 24, 2015 at 4:06 PM, Jörg Schaible joerg.schai...@swisspost.com wrote: [snip] Why do you iterate over all existing files

Wicket Felix

2015-08-24 Thread Jörg Schaible
Hi, I am migrating an old Wicket application running in Apache Felix and I wonder how I should register my initializer. According the migration docs I should move and rename the /wicket.properties file to META- INF/wicket/package.properties. However, in Felix I have an URL for this resource

Re: Wicket Felix

2015-08-24 Thread Christoph Läubrich
Just a hint: If you like to use Wicket inside OSGi, maybe https://ops4j1.jira.com/wiki/display/paxwicket/Pax+Wicket might be an alternative instead of doing all things manually. You might also find a hint about the initilizer there...

Re: Wicket Felix

2015-08-24 Thread Martin Grigorov
Hi, On Mon, Aug 24, 2015 at 4:06 PM, Jörg Schaible joerg.schai...@swisspost.com wrote: Hi, I am migrating an old Wicket application running in Apache Felix and I wonder how I should register my initializer. According the migration docs I should move and rename the /wicket.properties file