On 20 Jun 2007 at 13:40, Perrin Harkins wrote: > On 6/20/07, Michael Lackhoff <[EMAIL PROTECTED]> wrote: > > Is this possible? I tried $r->dir_config(user_obj => $rdbo_user_obj); from > > the mod_perl > > documentation but that didn't work. > > I think you're looking for this: > $r->pnotes(user_obj => $rdbo_user_obj);
Thanks for the hint! This almost did it. Some tests showed that I had to use the connection-variant of pnotes in my setup: use Apache2::ConnectionUtil; # grab the connection object; my $c = $r->connection; # share perl objects like $r->pnotes $c->pnotes(user_obj => $rdbo_user_obj); Now it is working fine. Cheers Michael ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Rose-db-object mailing list Rose-db-object@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rose-db-object