[Resin-interest] Re sin 3.2.1 web-app versioning doesn't work with ROOT war file

2009-04-29 Thread sibyj
I've turned on web-app versioning using: web-app-deploy path=webapps versioning=true/ Its working great for non-ROOT named war files and will deploy and direct new user sessions to the newest version of the web-app, without having to restart Resin. For the ROOT web-app, however, I have to

[Resin-interest] ClusterSingleSignon typo

2009-04-29 Thread Scott Hernandez
I found a typo in ClusterSingleSignon in the log instantiation (it uses another class to construct the log; see below). package com.caucho.security; ... public class ClusterSingleSignon implements SingleSignon { private final static Logger log =

Re: [Resin-interest] Class-loader problem?

2009-04-29 Thread Scott Hernandez
The behaviour has changed, but the problem still exists. It now just says that it can't find a registered bean. However, in walking through the code (at runtime), I can see there are valid beans in the (parent) manager. I'm guessing there is a classloader issue, and that the classes are not equal