Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JAMES-54 Here is an overview of the issue: --------------------------------------------------------------------- Key: JAMES-54 Summary: Using a DestinationURL of dbfile does not work, everything is still written to the database Type: Bug Status: Closed Resolution: FIXED Project: James Components: MailStore & MailRepository Versions: 2.0a3 Assignee: Reporter: Serge Sozonoff Created: Mon, 26 Aug 2002 9:43 AM Updated: Sun, 6 Jun 2004 2:28 PM Environment: Operating System: All Platform: All Description: >From what I can see in JDBCMailRepository.java a value for filestore is being set in Configuration() and the ComponentManager is testing filestore against a null value. Since the ComponentManager is always called before the configuration, filestore will always be null! In the context of dbfile://, Store store = (Store)componentManager. lookup("org.apache.avalon.cornerstone.services.store.Store"); will never be called. Serge --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
