Re: SourceFactory and Session

2005-08-18 Thread Bryon Phinney
The webapp context is simply the cocoon webapp. I am just prototyping at this point so I have just deployed cocoon to a tomcat instance and created a sub-sitemap. The new Source goes out to another webapp and it is ultimately this new source's session that I want to manage. Here is the matcher i

Re: SourceFactory and Session

2005-08-18 Thread Upayavira
Bryon Phinney wrote: Thanks for the help. I am hitting one slight snag: org.apache.avalon.framework.context.ContextException: Unable to locate object-model (No environment available) at org.apache.cocoon.components.ComponentContext.get(ComponentContext.java:95) at org.apache.c

Re: SourceFactory and Session

2005-08-18 Thread Bryon Phinney
Thanks for the help. I am hitting one slight snag: org.apache.avalon.framework.context.ContextException: Unable to locate object-model (No environment available) at org.apache.cocoon.components.ComponentContext.get(ComponentContext.java:95) at org.apache.cocoon.components.Contex

Re: SourceFactory and Session

2005-08-18 Thread Upayavira
Bryon Phinney wrote: configuration: Cocoon 2.1 I need to pass the current session or request to a custom SourceFactory . Is it possible to pass the session to the SourceFactory.getSource( ) method via the Map argument? If not, is there another way to get access to it? Look at, for example, o

SourceFactory and Session

2005-08-18 Thread Bryon Phinney
configuration: Cocoon 2.1 I need to pass the current session or request to a custom SourceFactory . Is it possible to pass the session to the SourceFactory.getSource( ) method via the Map argument? If not, is there another way to get access to it? Thanks Bryon -