All of my components are marked with lifestyle='singleton'. It's not that. They're also all marked in the block.xml with activation='startup'.
The .xinfo file for the component in question is attached, for what it's worth... On Tue, 2003-12-30 at 20:34, Niclas Hedhman wrote: > On Wednesday 31 December 2003 05:23, Scott Brickner wrote: > > Any ideas what may be going on here? Is there any better description of > > how Merlin processes the build.xml file than what's on the site? (Which > > is hopelessly inadequate.) > > You don't happen to execute on a 25MHz 386, do you??? :o) > > Seriously, > I think it would help if you send over the meta files for your block(s) (look > for *.x* in build destination). > > I suspect that the component is "transient" instead of "singleton", which > could explain the behaviour you are describing. > > Niclas > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE type PUBLIC "-//AVALON/Type DTD Version 1.0//EN" "http://avalon.apache.org/dtds/meta/type_1_1.dtd" > <type> <info> <name>saslProfile</name> <version>-1.0.0</version> <lifestyle>singleton</lifestyle> </info> <dependencies> <dependency key="loginQueue" type="seda.Sink"/> <dependency key="errorQueue" type="seda.Sink"/> <dependency key="domParserPool" type="org.apache.excalibur.mpool.Pool"/> <dependency key="sessionManager" type="beep.SessionManager"/> </dependencies> </type>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
