Hi Andreas

I use the (deprecated) request.getCocoonSession() method solely for
migration purposes. In a second step we should go through the code and
get rid of all calls to methods marked as deprecated. Things are still
in flow at this stage, so don't worry too much. The situation will
improve soon. Maybe you can already make yourself familiar with
the migration from Avalon/Excalibur to Spring?

- Felix


Andreas Hartmann schrieb:
Hi Felix,

[email protected] schrieb:

-        Session session = request.getSession(true);
+        Session session = request.getCocoonSession(true);

yesterday I also started to update these methods. But I wasn't sure if the Cocoon versions of Request and Session are still the recommended way. The ProcessInfoProvider returns the javax.servlet versions. Are you sufficiently in touch with things to shed some light on the matter? I'll also do a quick search of the Cocoon lists.

TIA!

-- Andreas




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to