[ http://issues.apache.org/jira/browse/DIGESTER-29?page=comments#action_12449618 ] Simon Kitching commented on DIGESTER-29: ----------------------------------------
Hi Craig, welcome back. There is currently work going on to prepare Digester for a 1.8 release; finishing maven2 support is the major TODO. Hopefully a release can be made in the next couple of weeks. There is a recent email thread in the dev archives talking about release stuff. Of course all help is welcome! > [digester] Loading of resources causes webapp to fail redeploy under Tomcat > 5.5.x > --------------------------------------------------------------------------------- > > Key: DIGESTER-29 > URL: http://issues.apache.org/jira/browse/DIGESTER-29 > Project: Commons Digester > Issue Type: Bug > Affects Versions: 1.5 Final > Environment: Operating System: other > Platform: Other > Reporter: Rich Feit > Attachments: bug37034-fix.txt, strutsRedeploy.zip > > > This was originally filed against Beehive as > http://issues.apache.org/jira/browse/BEEHIVE-960 , but I've narrowed it down > to > either a Digester issue or a Tomcat issue. Tomcat seems to suggest that this > is > an issue related to getting resources out of a JAR: > - http://issues.apache.org/bugzilla/show_bug.cgi?id=33830 > - http://jakarta.apache.org/tomcat/faq/windows.html#lock > Specifically, Tomcat turned off the behavior that prevents locking of JARs > under > Windows. They did this to improve startup time. I don't necessarily agree > with > this choice as a default, but if you believe their bug comments and FAQ, this > actually just exposes Windows-specific bugs in the way resources are read out > of > JARs. > To reproduce this: > - Run 'ant build war' in the attached directory. > - Copy strutsRedeploy.war into $CATALINA_HOME/webapps. > - Verify that there is a fully-extracted webapp under > $CATALINA_HOME/webapps/strutsRedeploy. > - Copy strutsRedeploy.war (again) into $CATALINA_HOME/webapps. > Now look in $CATALINA_HOME/webapps/strutsRedeploy -- it failed to redeploy, > and > the only file left in there is WEB-INF/lib/struts.jar. > I'm attaching a Digester patch that fixes the issue. > Note: the fix for this issue belongs in one of three places: > - Tomcat (which has rejected working around it since it impacts startup > time) > - Digester > - XML support in the JDK > Hopefully you'll choose Digester. :) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
