ah I found the solution! 1. executing myApp_server.pl in scripts 2. using of myAppDB in the <ORM>.pm files (ie. Listings.pm) 3. should follow what's on the gozila_create.pl command and use myApp::Schema. For example, myApp::Schema::Insurance instead of myAppDB::Insurance.
:) Quoting [email protected]: > Hello, Dermot, > > Replies are as per below. > > Quoting Dermot <[email protected]>: > > " myApp_create.pl model myAppDB DBIC::Schema myApp::Schema > create=static dbi:Pg:dbname=myApp myAdminUser mypassword" > ... [snipped] ... _______________________________________________ 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/
