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

2006-10-17 Thread Jason Crummack
-Clark wrote: > On 2006-10-16 16:00:42 +0100, Jason Crummack wrote: > >> As you say the update isn't firing as the expires field and data >> fields don't have values in them? >> >> I've tried various table definitions but the current one is (thought >

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

2006-10-16 Thread Jason Crummack
i'll return any findings. Thanks for the prompt reply :-) 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'

[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? Thanks

[Catalyst] Redirect and Firefox / Safari

2006-09-18 Thread Jason Crummack
seems to happen when 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 arc

Re: [Catalyst] FormValidator::Simple Sillyness

2006-08-30 Thread Jason Crummack
et but for me 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 e

[Catalyst] Best practises for wizard style web based forms

2006-08-23 Thread Jason Crummack
state 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/listinf

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
il is a good joke, which one do you mean? > > -Alex > > > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:catalyst- >> [EMAIL PROTECTED] On Behalf Of Jason Crummack >> Sent: Friday, August 18, 2006 11:16 AM >> To: The elegant MV

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

2006-08-18 Thread Jason Crummack
to how the table is initially created, if the table was created 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.

Re: [Catalyst] 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 10:15 AM >> To: The elegant MVC web framework >> Subject: [***SPAM*** Score/Req: 11.00/6.0] Re: [Catalyst] Error while >> going through tutorial using Oracle >> >

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

2006-08-18 Thread Jason Crummack
c on startup which saves you some time. > > -Alex > > > >> -Original Message- >> 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 >>

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. _

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] 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 Crum

Re: [Catalyst] Oracle as model

2006-08-14 Thread Jason Crummack
f i define my own sig int trap it only works until the first data call is made, then nothing ;-( I've just subscribed to the DBIx::Class list so I'll also post there. Jason Matt S Trout wrote: > Jason Crummack wrote: > >> Hi, >> >> I've just begun p

[Catalyst] Oracle as model

2006-08-14 Thread Jason Crummack
model to mysql all seems fine, just thought I'd ask here if anyone had seen anything similar before I post this to the dbd::oracle list? Many thanks Jason Crummack ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailm

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] > >: > > BTW, to r

[Catalyst] Pluggable Application Modules - Newbie question

2006-08-07 Thread Jason Crummack
checking a user is logged before cashing out his cart etc..), yet others (forums) may not be required on specific sites. What best practices would you recommend for this in catalyst? Many Thanks Jason Crummack ___ List: Catalyst@lists.r