I'm attempting to add transaction support to my Catalyst app which is using
DBIx but I am getting this error while trying to execute

eval {
   $rs = kRadDB->txn_do($coderef);
};


'DBIx::Class::Schema::txn_do(): txn_do called on $schema without storage at'

I'm loading my schemas with the loader

package kRadDB;

use strict;
use base qw/DBIx::Class::Schema::Loader/;

__PACKAGE__->loader_options(
    relationships => 1,
);

Forgot to mention the database is MySQL.


Any thoughts?

Thanks,
  Jason


_______________________________________________
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