[EMAIL PROTECTED] wrote:

     public void contextualize(final Context context) throws ContextException {
         this.m_workDir = (File)context.get(Constants.CONTEXT_WORK_DIR);
         this.m_cacheDir = (File)context.get(Constants.CONTEXT_CACHE_DIR);
     }


IIRC, because of this dependency on Cocoon's context, the decision was taken to leave this store implementation inside Cocoon but implement Avalon's store (as it does - implements org.apache.excalibur.store.Store). Has been any changes since then; had somebody implemented this store in Avalon?



Vadim



----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to