ReloadingWicketFilter does not work on Wicket 1.5-rc2

2011-04-01 Thread Hideyuki TAKEUCHI
Hi all, From Wicket 1.5, ReloadingWicketFilter does not work. It seems a classloader from WicketFilter.getClassLoader() isn't used on instancing WebApplication (WicketFilter.java:281). The below code works correctly, but ad-hoc. public class MyWicketFilter extends ReloadingWicketFilter

Re: ReloadingWicketFilter does not work on Wicket 1.5-rc2

2011-04-01 Thread Martin Grigorov
Are you sure ? See WicketFilter's code and the usage of org.apache.wicket.protocol.http.WicketFilter.getClassLoader() ReloadingWicketFilter overrides this method so the reloading class loader should be used in init() and doFilter(). 2011/4/1 Hideyuki TAKEUCHI webmas...@chimera.st Hi all, From

Re: ReloadingWicketFilter does not work on Wicket 1.5-rc2

2011-04-01 Thread Hideyuki TAKEUCHI
and the usage of org.apache.wicket.protocol.http.WicketFilter.getClassLoader() ReloadingWicketFilter overrides this method so the reloading class loader should be used in init() and doFilter(). 2011/4/1 Hideyuki TAKEUCHIwebmas...@chimera.st Hi all, From Wicket 1.5, ReloadingWicketFilter does

Re: ReloadingWicketFilter does not work on Wicket 1.5-rc2

2011-04-01 Thread Martin Grigorov
().setContextClassLoader(newClassLoader); } -- Hideyuki TAKEUCHI (11/04/01 16:55), Martin Grigorov wrote: Are you sure ? See WicketFilter's code and the usage of org.apache.wicket.protocol.http.WicketFilter.getClassLoader() ReloadingWicketFilter overrides this method so the reloading class loader

Re: ReloadingWicketFilter for Classes in a referenced project?

2008-05-19 Thread Eelco Hillenius
i'm trying to create a ReloadingWicketFilter. I've tried a lot especially reading (WICKET-685) ReloadingWicketFilter not working with markup inheritance ( http://www.mail-archive.com/[EMAIL PROTECTED]/msg01938.html) but nothing worked for me. I think a better way to go is to use JavaRebel

ReloadingWicketFilter for Classes in a referenced project?

2008-05-14 Thread Norman Rosner
Hi there, i'm trying to create a ReloadingWicketFilter. I've tried a lot especially reading (WICKET-685) ReloadingWicketFilter not working with markup inheritance ( http://www.mail-archive.com/[EMAIL PROTECTED]/msg01938.html) but nothing worked for me. My created ReloadingWicketFilter works fine

ReloadingWicketFilter

2008-02-27 Thread carloc
Hi everyone, I just would like to ask how I can use the reloadingwicketfilter. I get an exception that the markup file cannot be located everytime i use the reloading wicketfilter thanks -- View this message in context: http://www.nabble.com/ReloadingWicketFilter-tp15719950p15719950.html

Re: ReloadingWicketFilter

2008-02-27 Thread Igor Vaynberg
it has examples in its javadoc afaik -igor On Wed, Feb 27, 2008 at 10:40 AM, carloc [EMAIL PROTECTED] wrote: Hi everyone, I just would like to ask how I can use the reloadingwicketfilter. I get an exception that the markup file cannot be located everytime i use the reloading

Re: ReloadingWicketFilter

2008-02-27 Thread carloc
the reloadingwicketfilter. I get an exception that the markup file cannot be located everytime i use the reloading wicketfilter thanks -- View this message in context: http://www.nabble.com/ReloadingWicketFilter-tp15719950p15719950.html Sent from the Wicket - User mailing list archive

Re: ReloadingWicketFilter

2008-02-27 Thread Igor Vaynberg
-igor On Wed, Feb 27, 2008 at 10:40 AM, carloc [EMAIL PROTECTED] wrote: Hi everyone, I just would like to ask how I can use the reloadingwicketfilter. I get an exception that the markup file cannot be located everytime i use the reloading wicketfilter thanks

Re: ReloadingWicketFilter

2008-02-27 Thread Peter Thomas
This thread may help: http://www.nabble.com/Experiences-with-ReloadingWicketFilter-td12858417.html And I haven't had the chance to try the new approach talked about here: http://www.nabble.com/Reloading-on-demand-%28a-different-approach-to-reloading%29-td15582878.html - Peter igor.vaynberg wrote

Re: Experiences with ReloadingWicketFilter

2007-09-25 Thread Jean-Baptiste Quenot
* Peter Thomas: Just curious to know if others have problems with the ReloadingWicketFilter when you make minor changes to a page with markup inheritance, you may want to look at the issue history. FYI the problem described in the JIRA issue is not related to markup

Re: Experiences with ReloadingWicketFilter

2007-09-25 Thread Peter Thomas
On 9/25/07, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote: * Peter Thomas: Just curious to know if others have problems with the ReloadingWicketFilter when you make minor changes to a page with markup inheritance, you may want to look at the issue history. FYI the problem

Re: Experiences with ReloadingWicketFilter

2007-09-25 Thread Jean-Baptiste Quenot
* Peter Thomas: Soto confirmmy understanding,when usingthe ReloadingWicketFilter, when you make a change to a Page you have to re-trace navigation to a point prior to where the Page is loaded. Is that correct? You have to make sure you're not using an instance

Re: Experiences with ReloadingWicketFilter

2007-09-25 Thread Carlos Pita
On 9/25/07, Peter Thomas [EMAIL PROTECTED] wrote: On 9/25/07, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote: * Peter Thomas: Soto confirmmy understanding,when usingthe ReloadingWicketFilter, when you make a change to a Page you have to re-trace navigation

Experiences with ReloadingWicketFilter

2007-09-24 Thread Peter Thomas
Hi, I have minor issues with ReloadingWicketFilter and have reopened this JIRA issue I raised some time back, with a quickstart attached: https://issues.apache.org/jira/browse/WICKET-685 Just curious to know if others have problems with the ReloadingWicketFilter when you make minor changes