DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6025>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6025 The System property "app.home" contains a non-String object ------- Additional Comments From [EMAIL PROTECTED] 2002-01-27 21:00 ------- The application in question is Apache James. Isn't the culprit a combination of org.apache.avalon.phoenix.components.classloader.DefaultPolicy protected DefaultPolicy( final File baseDirectory ) { m_context = new DefaultContext( System.getProperties() ); m_context.put( "/", File.separator ); m_context.put( "app.home", baseDirectory ); } combined with the fact that DefaultContext is storing a reference to the System properties? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>