Essentially I am trying to implement a listener to log session activity within Cocoon.

I am running Tomcat 4.1.18 (Windows 2000)

Within my cocoon/web.xml file I have the following tag

<listener>
<listener-class>com.tmi.vaisala.MySessionFilter</listener-class>
</listener>

Any good or more info. required?

From: Niclas Hedhman <[EMAIL PROTECTED]>
Reply-To: "Avalon framework users" <[EMAIL PROTECTED]>
To: "Avalon framework users" <[EMAIL PROTECTED]>
Subject: Re: FW: Using database pool
Date: Wed, 10 Dec 2003 18:47:09 +0800

On Wednesday 10 December 2003 18:33, Tommy Smith wrote:
>    return (DataSourceComponent) this.dbselector.select(pool);

So the

(ComponentSelector) manager.lookup(DataSourceComponent.ROLE + "Selector");

returns null.

Now we have to take a look at your component declarations.

You mention "Cocoon" but also mention "other Java code".

I think it will be necessary for you to provide some clarification about the
bigger picture;


1. Are you running inside Cocoon?
2. If not, which container do you use?
3. Can you provide the relevant component declarations.


Cheers, Niclas

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


_________________________________________________________________
Express yourself with cool emoticons - download MSN Messenger today! http://www.msn.co.uk/messenger



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



Reply via email to