Re: [xwiki-users] "XWiki is initializing" message

2015-10-17 Thread Paul Libbrecht
You could use a debugger with code-swapping? I think some component code is called during initialization. paul > Debajit Adhikary > 16 octobre 2015 23:26 > I am in the process of writing an extension for XWiki. > > Each time I make some code changes, and then refresh

Re: [xwiki-users] "XWiki is initializing" message

2015-10-17 Thread vinc...@massol.net
Hi Debajit, On 16 Oct 2015 at 23:26:08, Debajit Adhikary (debaj...@gmail.com(mailto:debaj...@gmail.com)) wrote: > I am in the process of writing an extension for XWiki. > > Each time I make some code changes, and then refresh my local instance of > XWiki I see the message "XWiki is

[xwiki-users] "XWiki is initializing" message

2015-10-16 Thread Debajit Adhikary
I am in the process of writing an extension for XWiki. Each time I make some code changes, and then refresh my local instance of XWiki I see the message "XWiki is initializing..." which takes some time to finish. For small code changes, I feel like this "initialization" step slows down my