Hi Bill, From: Bill Moseley Not sure if the is a Catalyst or DBIC question.
Catalyst::Model::DBIC::Schema returns objects blessed into classes related to the app. Then the problem is I cannot share (cached) objects across applications. If you want to use DBIC in more apps, don't use Catalyst::Model::... but create a standalone module that can be used from more apps, even in CLI scripts. And access that standalone module using Catalyst::Model::Adaptor. Octavian
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
