hello, 
first of all, thanks for this great project of Cocoon 2. I use it successfully but i 
just have one question.
for the moment... ;-) 

when i used cocoon 1.8.2, i made the following sequence in my servlet, which works 
great :

Engine cocoonEngine = Engine.getInstance();
CocoonServletRequest myReq = new CocoonServletRequest(mS_XMLFile, aHSRq_request);
cocoonEngine.handle(myReq, aHSRp_response);

now with cocoon 2.0.1 : 
the class Engine, which implements the engine that does all the document processing, 
disappears.
i don't understand very well how to replace my sequence.
especially the call to the handle method of the Engine class, which is called to start 
the processing when calling the engine from the Cocoon servlet.

please could you help me a little.

thanks a lot.

-- 

Get your free email from www.dbzmail.com

Powered by Outblaze

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to