Brian Cassidy wrote:
       
> Jon Warbrick wrote:
> > Can a Catalyst::Model::DBIC::Schema model be configured from a YAML
> > file via Catalyst::Plugin::Config::YAML? If so, how? Apologies if it's in
> > the documentation somewhere, but if so I've yet to find it...
> >  
> in myapp.yml
>
> Model::MyModel:
>   schema_class: MySchema
>   connect_info:
>     - dbi:blahblah
>     - username
>     - password

While we're on the subject, lets assume that MySchema is 'myapp::SchemaLoader::foo.

How do I make sure that my SchemaLoader can see the config when it tries to execute
__PACKAGE__->connection?

It isn't seeing the Model::MyModel connect_info, admonishing me for failing to provide
connection info.

Thanks.
Len.




This transmission may contain information that is privileged,
confidential, legally privileged, and/or exempt from disclosure
under applicable law. If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or
use of the information contained herein (including any reliance
thereon) is STRICTLY PROHIBITED. Although this transmission and
any attachments are believed to be free of any virus or other
defect that might affect any computer system into which it is
received and opened, it is the responsibility of the recipient to
ensure that it is virus free and no responsibility is accepted by
JPMorgan Chase & Co., its subsidiaries and affiliates, as
applicable, for any loss or damage arising in any way from its use.
If you received this transmission in error, please immediately
contact the sender and destroy the material in its entirety,
whether in electronic or hard copy format. Thank you.

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to