On Thu, Sep 4, 2008 at 5:13 PM, Richard S. Hall <[EMAIL PROTECTED]> wrote: > You should be able to change reduce the number of messages you see by change > the log level in conf/config.properties.
Cool! I know due to those same deadlock issues, we were told to increase the log level. Now we can put it back down, yay! > How is the URL being constructed? There were some changes in this area. If > it is being manually constructed or converted to a String then back to a > URL, then this could be the cause of the issue. You hit the nail on the head. We have some really poor code (see a theme here?) that does a Class.getResource(path) for a URL, does a toString, and then reconstructs the URL. I'll do a rewrite ASAP. > http://people.apache.org/~pauls/1.2 > > Probably better for us to try to resolve your issues against this release > than the last. We'll give the bundles present at that URL a try. Pat. -- Defy mediocrity. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

