That worked.  But what exactly is being timed during deployment.  Is it
construction
and each lifestyle method (configure, service, inialize etc.)?  Does the
timeout apply
to each one, or all of them together?

Claude.


-----Original Message-----
From: Stephen McConnell [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 12, 2004 2:29 AM
To: Avalon framework users
Subject: Re: SV: Deployment timeouts


[EMAIL PROTECTED] wrote:

> Hi,
> just a question - is this the same parameter that you can set by 
> adding "merlin.deployment.timeout = 1000000" to your 
> merlin.properties?

The kernel based declaration has been withdrawn - you now have to 
declare the default system wide timeout via merlin.properties.

> Is there a possibility to set the deployment timeout per component 
> instead of the container?

Partially in place - for the moment I would go for a big default system 
timeout.  What I think we should provide is a way to override defaults 
at the level of the block.

For example:

   <component name="bill" class="Thing">
     <attributes>
       <attribute
         key="urn:composition:deployment.timeout">800</attribute/>
     </attributes>
   </component>

Stephen.

-- 

|------------------------------------------------|
| Magic by Merlin                                |
| Production by Avalon                           |
|                                                |
| http://avalon.apache.org/merlin                |
| http://dpml.net/merlin/distributions/latest    |
|------------------------------------------------|

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



------------------------------------------------------------------------------
This message is intended only for the personal and confidential use of the
designated recipient(s) named above.  If you are not the intended recipient of
this message you are hereby notified that any review, dissemination,
distribution or copying of this message is strictly prohibited.  This
communication is for information purposes only and should not be regarded as
an offer to sell or as a solicitation of an offer to buy any financial
product, an official confirmation of any transaction, or as an official
statement of Lehman Brothers.  Email transmission cannot be guaranteed to be
secure or error-free.  Therefore, we do not represent that this information is
complete or accurate and it should not be relied upon as such.  All
information is subject to change without notice.


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

Reply via email to