Alexis Agahi wrote:
On Monday 10 May 2004 04:06, Stephen McConnell wrote:

The following Avalon release candidates have been posted to
http://www.apache.org/~mcconnell/candidates
  * merlin                         3.3 RC6


Sorry for my intrusion, but I've trouble running 3.3RC6 (yes I've just downloaded the last rc and tryed to run OpenIM with it).
I've a curious ;) message "Unknown key: urn:avalon:home".
Did I miss something?


I've recompiled the whole project using distrib maven plugin.

Does the component that is doing the context entry lookup declare the context entry? E.g.:


  /**
   * @avalon.entry key="urn:avalon:home" type="java.io.File"
   */
   public void contextualize( Context context )
   {
       File home = (File) context.get( "urn:avalon:home" );
   }

Stephen.

--

|---------------------------------------|
| Magic by Merlin                       |
| Production by Avalon                  |
|                                       |
| http://avalon.apache.org              |
|---------------------------------------|


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to