wicket has never redeployed changes made to class files. this is
accomplished by the jvm when the app is ran in debug mode. changes to
.html and other resources such as .css are reflected if the
application is launched in development mode.

-igor

On Thu, Dec 11, 2008 at 11:03 PM,  <s...@twinix.com> wrote:
> See Thread at: http://www.techienuggets.com/Detail?tx=51475 Posted on behalf 
> of a User
>
> I also have the same problem. Even I added
>
> getResourceSettings().setResourcePollFrequency(Duration.ONE_SECOND);
>
> to WebApplication class.
>
> I am using wicket 1.3.4.
>
> Before Wicket come to Apache I never have this problem before.
>
>
>
> In Response To:
>
>
> Hi everybody,
>
> I have read in some older messages of this list that wicket by default takes
> care of re-deploying changed classes and HTML files, does that still apply?
>
> It does not work for me, not even with a fresh quickstart project. Neither
> HTML files nor Java classes are reloaded when they are changed.
>
> Are there any issues with this under certain circumstances (e.g. having
> vista ;-)?
>
> What I just did is this:
>
>
>
> mvn archetype:create -DarchetypeGroupId=org.apache.wicket
> -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=1.3.4
> -DgroupId=com.mycompany -DartifactId=myproject
>
> cd myproject
>
> mvn package
>
> mvn jetty:run
>
> [changed HomePage.class and HomePage.html]
>
>
>
> The changes do not have any effect until I restart jetty.
>
> Any hints on this issue are highly appreciated, thanks a lot in advance!
> --
> <...> 
> http://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19410295.html
> Sent from the Wicket - User mailing list archive at <...>.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-no...@spam.com
> For additional commands, e-mail: users-no...@spam.com
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to