Thanks.  Do you want me to open a JIRA?

Meanwhile I'll use Ant to do the needful:

   <target name="war-exploded-dev" unless="production">
       <replace file="target/jtrac/WEB-INF/web.xml"
           token="org.apache.wicket.protocol.http.WicketFilter"
           value="info.jtrac.wicket.JtracReloadingWicketFilter"/>
   </target>

Regards,

Peter.

On 4/14/07, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote:

* Peter Thomas:

> Just started trying ReloadingWicketFilter seems to work great so
> far :)
>
> Do I have to manually switch  back to the normal WicketFilter in
> web.xml when  going to  production or  will the  DEPLOYMENT mode
> automatically switch off all the classloader black magic?

Indeed,  that's how  I do  it and  it's not  very convenient.   We
should modify ReloadingWicketFilter#getClassLoader() to return the
reloadingClassLoader only  when the application is  in development
mode, otherwise return super.getClassLoader().

Cheers,
--
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to