DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28975>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28975 Context and Session -input modules not working with Modular Database Actions Summary: Context and Session -input modules not working with Modular Database Actions Product: Cocoon 2 Version: 2.1.4 Platform: PC URL: http://marc.theaimsgroup.com/?l=xml-cocoon- dev&m=108272532719287&w=2 OS/Version: Windows NT/2K Status: NEW Severity: Blocker Priority: Other Component: blocks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When pulling data from session-context for saving it in a database, one needs to write something like this in the db descriptor file: <value name="foobar" type="all"> <mode name="session-context" type="all"> <parameter>authentication/authentication/ID</parameter> </mode> </value> All that gets saved in db is NULL, even if the session context has data. This happens with the SessionInputModule too!
