Reloading servlet not reloading classes that do match some restrictive patterns
-------------------------------------------------------------------------------

                 Key: WICKET-875
                 URL: https://issues.apache.org/jira/browse/WICKET-875
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.0-beta2, 1.3.0-beta3
            Reporter: Carlos Pita


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to