Search the web
Sign In
New User? Sign Up
Bivio-bOP · bivio OLTP Platform Discussion (bOP)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 35 - 65 of 801   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
35
Revision 2.12 2004/03/02 13:31:02 nagler * Bivio::Agent::Task->handle_die cleanly emulates server_redirect when modifying exception state. *...
Rob Nagler
robnagler
Offline Send Email
Mar 2, 2004
1:41 pm
36
Again, this is RHEL. Perl 5.8.0. mod_perl version 1.29 (I think). Apache 1.3.29. I ran h2ph several times, but I keep getting errors like below. I'd *really*...
Tom Vilot
tvilot
Offline Send Email
Mar 8, 2004
5:13 am
37
... This is a bug in h2ph or perl or ??? but has nothing to do with bOP. Perhaps you need another '.ph' to be required before syscall.ph? Rob...
Rob Nagler
robnagler
Offline Send Email
Mar 8, 2004
1:37 pm
38
... Well .... how would I know? %c( I don't understand exactly what h2ph is doing, and I don't know how to debug this. I suppose I could try using Perl 5.6.1....
Tom Vilot
tvilot
Offline Send Email
Mar 8, 2004
4:21 pm
39
I'm getting rusty with bOP! :c( Trying to build a simple workflow management system for my PaintedSnapshot site back-end. I want a list form where I can define...
Tom Vilot
tvilot
Offline Send Email
Mar 8, 2004
5:09 pm
40
... It tells you the line in /usr/lib/.... so edit that file? Try starting with: perl -e 'require "syscall.ph";' And work from there. ... I was going to get...
Rob Nagler
robnagler
Offline Send Email
Mar 8, 2004
7:09 pm
41
... What does this do? ... You might want to look at Bivio::Biz::ExpandableListFormModel. You need to have an EMPTY_KEY_VALUE which makes sense, but that's...
Rob Nagler
robnagler
Offline Send Email
Mar 8, 2004
7:17 pm
42
... Loads the list of tasks associated with an "application" workflow. Currently, the table is empty. But even if I put a dummy entry manually in there using...
Tom Vilot
tvilot
Offline Send Email
Mar 8, 2004
7:26 pm
43
... Is WorkflowTaskDefinition.initial_state "in_list"? Rob...
Rob Nagler
robnagler
Offline Send Email
Mar 8, 2004
10:28 pm
44
... I didn't define it either way --- so doesn't it default to "in list" ?...
Tom Vilot
tvilot
Offline Send Email
Mar 9, 2004
1:49 am
45
... No, and that's good. initial_state isn't in the list, but something outside, no? I don't have enough context to know what the problem is. You are getting...
Rob Nagler
robnagler
Offline Send Email
Mar 9, 2004
1:28 pm
46
... Correction. It is in the list: visible => [ { name => 'delete_check', type => 'Boolean', constraint => 'NONE', in_list => 1, }, map({ { name => $_, in_list...
Tom Vilot
tvilot
Offline Send Email
Mar 9, 2004
3:15 pm
47
Chalk this one up to "big fat DUH!!!" My view consisted of a Grid. No Table!! =:co I think this head cold I have has really knocked me out more than I...
Tom Vilot
tvilot
Offline Send Email
Mar 9, 2004
4:05 pm
48
Revision 2.13 2004/03/09 21:31:34 nagler * Bivio::Biz::ExpandableListFormModel saves itself on request instead of just rows. Allows all fields to be saved...
Rob Nagler
robnagler
Offline Send Email
Mar 9, 2004
9:33 pm
49
... I've found it to be more logical to get the selected button from the form properties, rather than the method parameter in execute_ok/cancel/other. This way...
Paul Moeller
moellep
Offline Send Email
Mar 9, 2004
9:50 pm
50
... I just changed that in ExpandableListFormModel. :-) ... The real advantage to this change, is that it allows you to do modal checks a bit more...
Rob Nagler
robnagler
Offline Send Email
Mar 9, 2004
9:58 pm
51
Revision 2.14 2004/03/11 00:21:33 nagler * Bivio::SQL::Connection::Oracle uses all_cons_columns and all_ind_columns instead of user_cons_columns and...
Rob Nagler
robnagler
Offline Send Email
Mar 11, 2004
12:24 am
53
I seem to be having a HELL of an easier time installing bOP on FreeBSD vs my experience with Red Hat Enterprise. Understand that when *I* say "install bOP" I...
Tom Vilot
tvilot
Offline Send Email
Mar 11, 2004
4:32 pm
54
I think we finally cleaned up compare/is_equal's handling of undef. The code is simpler. We also added a lot more unit tests to verify this is the case. ...
Rob Nagler
robnagler
Offline Send Email
Mar 12, 2004
9:51 pm
55
I've hit this a couple of times now, so I thought I'd share. In Perl 5.6.1, the following will generate an error: sort( {... To avoid the error, you have to...
david farber
david@...
Send Email
Mar 24, 2004
7:31 pm
56
... I couldn't reproduce this. It would be good to test on 5.8, too. Rob...
Rob Nagler
robnagler
Offline Send Email
Mar 24, 2004
10:55 pm
57
Actually, it looks like it is not just sort, but grep and map as well--I had the same problem with grep today too. All the pieces of code that I've hit this...
david farber
david@...
Send Email
Mar 24, 2004
11:26 pm
58
... I did one more test, and even the {} don't matter--I get the error with @$list. david...
david farber
david@...
Send Email
Mar 24, 2004
11:30 pm
59
... The problem is {} being interpreted as a block. If you remove the () from the sort, it works fine. It's very surprising Perl treats whitespace in this...
Rob Nagler
robnagler
Offline Send Email
Mar 25, 2004
4:31 pm
60
... Er, it is a block. And sort, unlike map and grep, only takes blocks. My guess is that when the perl parser sees "sort(\n" it guesses sort LIST. In other...
david farber
david@...
Send Email
Mar 25, 2004
7:55 pm
61
Revision 2.19 2004/04/08 20:20:39 nagler * Bivio::UI::Task->parse_uri uses $r->hostname if available and if the facade isn't explicitly set with /*<facade> *...
Rob Nagler
robnagler
Offline Send Email
Apr 9, 2004
7:31 am
62
... Actually, it is the @x->[] form that is deprecated. @x[] should only give you a warning saying that $x[] is the better write @x[]. david...
david farber
david@...
Send Email
Apr 9, 2004
6:37 pm
63
Revision 2.20 2004/04/16 03:42:28 nagler * Bivio::ShellUtil->main will return the result as a string_ref if called from an array context and there is output....
Rob Nagler
robnagler
Offline Send Email
Apr 16, 2004
3:46 am
64
One of the drawbacks of the current implementation of bOP is that you have to restart the server if you change model or system code. One way to get around...
david farber
david@...
Send Email
Apr 20, 2004
10:51 pm
65
... neat little trick. I would *really* like it if bOP was dynamic the way Zope is ......
Tom Vilot
tvilot
Offline Send Email
Apr 21, 2004
6:11 pm
Messages 35 - 65 of 801   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help