[
https://issues.apache.org/jira/browse/WICKET-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521506
]
Carlos Pita commented on WICKET-778:
------------------------------------
I don't have a window machine at hand either but will try to expand on this
asap. Btw, as our project gets bigger in number of classes the reloading
servlet is not only becoming slower (it seems as it's reloading a lot of
classes after each tiny change) but often incurring into sort of neverending
reloading loops. I tried to be more selective and filter everything except
the current package (the one I'm working in), but with this configuration
nothing is reloaded. For example:
This works:
ReloadingClassLoader.includePattern("com.livra.web.*");
//ReloadingClassLoader.includePattern("com.livra.web.search.*");
This doesn't:
//ReloadingClassLoader.includePattern("com.livra.web.*");
ReloadingClassLoader.includePattern("com.livra.web.search.*");
One difference that could be relevant is that the application class, the
launcher class, and the reloading servlet itself reside all at the root (
com.livra.web) package. Any ideas on this?
Thank you in advance,
Cheers,Carlos
> Reloading servlet not working on windows for folders with spaces
> ----------------------------------------------------------------
>
> Key: WICKET-778
> URL: https://issues.apache.org/jira/browse/WICKET-778
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.0-beta2
> Environment: Windows
> Reporter: Carlos Pita
>
> Or at least I think so because moving the project from <desktop>\project to
> c:\project got the reloading servlet working again.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.