You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Leandro Rodrigo Saad Cruz <le...@ibnetwork.com.br> on 2004/04/07 23:09:54 UTC

Composing Mailets

Hi all.. 
Is there anyway I can get a handle to a ComponentManager inside my
Mailet ?

-- 
Leandro Rodrigo Saad Cruz
InterBusiness Tecnologia e Serviços
IB    - www.ibnetwork.com.br
DB    - www.digitalbrand.com.br
OJB   - db.apache.org/ojb
XINGU - xingu.sf.net


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: Composing Mailets

Posted by Leandro Rodrigo Saad Cruz <le...@ibnetwork.com.br>.
I found it :

compMgr =
(ComponentManager)getMailetContext().getAttribute(Constants.AVALON_COMPONENT_MANAGER);

On Wed, 2004-04-07 at 18:09, Leandro Rodrigo Saad Cruz wrote:
> Hi all.. 
> Is there anyway I can get a handle to a ComponentManager inside my
> Mailet ?
-- 
Leandro Rodrigo Saad Cruz
InterBusiness Tecnologia e Serviços
IB    - www.ibnetwork.com.br
DB    - www.digitalbrand.com.br
OJB   - db.apache.org/ojb
XINGU - xingu.sf.net


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: Composing Mailets

Posted by Leandro Rodrigo Saad Cruz <le...@ibnetwork.com.br>.
I found it :

compMgr =
(ComponentManager)getMailetContext().getAttribute(Constants.AVALON_COMPONENT_MANAGER);

On Wed, 2004-04-07 at 18:09, Leandro Rodrigo Saad Cruz wrote:
> Hi all.. 
> Is there anyway I can get a handle to a ComponentManager inside my
> Mailet ?
-- 
Leandro Rodrigo Saad Cruz
InterBusiness Tecnologia e Serviços
IB    - www.ibnetwork.com.br
DB    - www.digitalbrand.com.br
OJB   - db.apache.org/ojb
XINGU - xingu.sf.net


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: Running James as Linux service

Posted by Kraig Schario <ct...@cinti.net>.
Try the following web site:
http://www.ejbsolutions.com/products/obox/community/ch20.html

Kraig
----- Original Message ----- 
From: "Intelekia" <in...@intelekia.com>
To: "'James Users List'" <se...@james.apache.org>
Sent: Thursday, April 08, 2004 6:58 AM
Subject: Running James as Linux service


> Hi,
> 
> Does anybody know how to set up Phoenix (with James) as Linux service (so
> that it is automatically started when Linux starts, and is stopped when
> Linux stops)?
> 
> Thank you very much,
> 
> Isaac.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Running James as Linux service

Posted by Intelekia <in...@intelekia.com>.
Hi,

Does anybody know how to set up Phoenix (with James) as Linux service (so
that it is automatically started when Linux starts, and is stopped when
Linux stops)?

Thank you very much,

Isaac.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: Composing Mailets

Posted by "Noel J. Bergman" <no...@devtech.com>.
> Is there anyway I can get a handle to a ComponentManager
> inside my Mailet ?

Not portably.  The solution currently used is not intended to be available
in future releases.

	--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org