You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2011/09/23 18:36:27 UTC

[jira] [Closed] (TAP5-1336) Changed classes do not reload under Tomcat

     [ https://issues.apache.org/jira/browse/TAP5-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1336.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3
         Assignee: Howard M. Lewis Ship

I'm fudging here ... I don't have a test environment set up on Tomcat, so please reopen if this doesn't address the issue correctly.

> Changed classes do not reload under Tomcat
> ------------------------------------------
>
>                 Key: TAP5-1336
>                 URL: https://issues.apache.org/jira/browse/TAP5-1336
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.2.2
>            Reporter: Denis Delangle
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3
>
>         Attachments: patch_tomcat_reload.txt
>
>
> I am using eclipse, with maven plugin m2eclipse. 
> When I launch tomcat with tomcat-maven-plugin (V 1.1), pages don't reload when I modify them. I have to restart my web server to see the changes.
> What I noticed when I modify a page :
>  * Tapestry is notified of a modification of the class file
>  * It flushes the old page instance and tries to reload the class file
>  * It in fact reloads the old version of the file -> it seems that Tomcat classloader gives the old class file inputStream in getResourceAsStream methods
> I made a modification in ClassFactoryClassPool to get a clean new InputStream from the classFile, that fixed my issue, now pages are well reloaded when I modify them under Tomcat.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira