Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
2.0a3
-
None
-
None
-
Operating System: All
Platform: All
-
12031
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