[Catalyst] Is anyone using Catalyst::Plugin::Session::Store::DBIC successfully with Oracle?

2006-10-16 Thread Jason Crummack
Hi, I'm trying to get the Session::Store::DBIC plugin working with oracle but with no success, i believe i've got everything configured correctly and new session rows are being written to the database but I'm getting an exception in the Delegate.pm module. Anyone seen anything similar?

Re: [Catalyst] Is anyone using Catalyst::Plugin::Session::Store::DBIC successfully with Oracle?

2006-10-16 Thread Jason Crummack
:-) Jason Daniel Westermann-Clark wrote: On 2006-10-16 12:23:28 +0100, Jason Crummack wrote: I'm trying to get the Session::Store::DBIC plugin working with oracle but with no success, i believe i've got everything configured correctly and new session rows are being written to the database

[Catalyst] Redirect and Firefox / Safari

2006-09-18 Thread Jason Crummack
the debug server is run with keepalives enabled, which if I disable makes IE no longer work. Thanks Jason Crummack ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail

Re: [Catalyst] FormValidator::Simple Sillyness

2006-08-30 Thread Jason Crummack
it wasn't as straight forward as CGI::FormBuilder. Jason Crummack Easysoft Limited A. Pagaltzis wrote: * [EMAIL PROTECTED] [EMAIL PROTECTED] [2006-08-30 10:05]: I switched from HTML::Widget to CGI::FormBuilder as I found to have not enough control over the the rendering of my forms

[Catalyst] Best practises for wizard style web based forms

2006-08-23 Thread Jason Crummack
on route. Also as part of this process i would have always reposted back to the same url (after initial entry page). Thanks Jason Crummack Easysoft Limited ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst

Re: [Catalyst] Error while going through tutorial using Oracle

2006-08-18 Thread Jason Crummack
- From: [EMAIL PROTECTED] [mailto:catalyst- [EMAIL PROTECTED] On Behalf Of Jason Crummack Sent: Friday, August 18, 2006 1:38 AM To: The elegant MVC web framework Subject: Re: [Catalyst] Error while going through tutorial using Oracle Jason Crummack wrote: Sorry Alex I also forgot

Re: [Catalyst] [***SPAM*** Score/Req: 11.00/6.0] Re: Error while going through tutorial using Oracle

2006-08-18 Thread Jason Crummack
quoted and the table name is not all uppercase then the table name is case sensitive. Please see the bold section below. Jason Crummack Easysoft Limited |table_info()| http://search.cpan.org/%7Epythian/DBD-Oracle-1.18a/Oracle.pm#___top DBD::Oracle supports attributes for |table_info

Re: [Catalyst] [***SPAM*** Score/Req: 11.00/6.0] Re: [***SPAM*** Score/Req: 11.00/6.0] Re: Error while going through tutorial using Oracle

2006-08-18 Thread Jason Crummack
] [mailto:catalyst- [EMAIL PROTECTED] On Behalf Of Jason Crummack Sent: Friday, August 18, 2006 11:16 AM To: The elegant MVC web framework Subject: [***SPAM*** Score/Req: 11.00/6.0] Re: [Catalyst] [***SPAM*** Score/Req: 11.00/6.0] Re: Error while going through tutorial using Oracle I beg

Re: [Catalyst] Error while going through tutorial using Oracle

2006-08-17 Thread Jason Crummack
Alex Boster wrote: Hi Alex, For oracle I think you need to set the sequence name for auto-increments e.g. __PACKAGE__-load_components (qw/PK::Auto Core/); __PACKAGE__-sequence ('{NAME OF YOUR SEQUENCE HERE}'); I think that's right Jason I am part way through the tutorial using Oracle and

Re: [Catalyst] Error while going through tutorial using Oracle

2006-08-17 Thread Jason Crummack
Jason Crummack wrote: Sorry Alex I also forgot to mention that the underlying column_info call that happens (assuming your using DBD::Oracle) is case sensitive, so you'll probably also need to upper case the table name (don't think its necessary with the actual column names). e.g. __PACKAGE__

Re: [Catalyst] Oracle as model

2006-08-16 Thread Jason Crummack
Cheers mark that's done the trick. Jason mark davies wrote: Hi, I encountered a similar problem which i was able to stop happening by starting the catalyst server with the -f (fork) option. Hope this is of help Mark On 14/08/06, *Jason Crummack* [EMAIL PROTECTED] mailto:[EMAIL

Re: [Catalyst] User Generated Content (project collaboration)

2006-08-14 Thread Jason Crummack
Thomas Hartman wrote: I'm just in the prototyping stage of writing something very similar and would be more than willing to contribute. Jason something like this would be really helpful to me. 2006/8/14, John Napiorkowski [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: BTW, to respond