Usually the cause of these sorts of problems is that your only copy of
$schema has gone out of scope before the failing use of the resultset.
The $schema object that the resultset came from has to stay in scope
somewhere, if it is freed, the resultset won't work anymore (this is
due to a weak backreference, so that perl garbage collection can clean
up schemas and resultsets, etc).

-- Brandon

_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to