hi I am looking for a gnue developer for hire *** gsoti_away has left #gnuenterprise everyone is away....boo hoo *** wt has quit IRC *** sjc has joined #gnuenterprise *** btami has joined #gnuenterprise *** SachaZzzz has quit IRC *** reinhard has joined #gnuenterprise *** btami has quit IRC morning reinhard morning just talking about you ;-) johannes will look at your problem ASAP lekma: we've just fixed it, please svn up hi *** SachaS has joined #gnuenterprise good morning reinhard: i have to do a few other things first but i'll check it a bit later reinhard: how can i dump the shema and the data of gnue db in a gsd? you can dump the data with gnue-gsdgen (or ggcvs) there's no need to dump the schema as you have your gcd does gnue-gsdgen support unicode/utf-8? sure ls oops :) *** btami has joined #gnuenterprise *** btami has quit IRC reinhard: is there some kind of timeout when talking to appserver no except that RPC defines a timeout i was testing doing 3000 load/store and then one commit IIRC you can even set it via connections.conf which param ? timeout= in seconds IIRC and on the commit i got DB000: File "/usr/lib/gnue/common/rpc/drivers/Base.py", line 232, in __call__ DB000: return self._adapter._runMethod (self._methodname, *args, **params) DB000: File "/usr/lib/gnue/common/rpc/drivers/xmlrpc/pw_xmlrpc/ClientAdapter.py", line 95, in _runMethod DB000: result = to_call (*__args, **params) DB000: File "/usr/lib/python2.3/xmlrpclib.py", line 1029, in __call__ DB000: return self.__send(self.__name, args) under [appserver] DB000: File "/usr/lib/python2.3/xmlrpclib.py", line 1316, in __request DB000: verbose=self.__verbose DB000: File "/usr/lib/python2.3/xmlrpclib.py", line 1070, in request DB000: headers DB000: ProtocolError: can it be a timeout problem? wel well if you can test 3 load/store and then commit instead of 3000 we will know ;-) yeah it works with 3 actually yes it *could* be ok then i would bet it *is* hum stress testing appserver... *** holycow has quit IRC *** btami has joined #gnuenterprise *** johannesV has joined #gnuenterprise *** SachaS has quit IRC *** holycow has joined #gnuenterprise *** johannesV has quit IRC *** lekma has quit IRC *** mixi^ has joined #gnuenterprise *** btami has quit IRC *** MiXi has quit IRC *** holycow has quit IRC *** lekma has joined #gnuenterprise *** SachaS has joined #gnuenterprise ergh microsoft is going to have a booth at the openoffice.org conference in berlin *** mixi^ has quit IRC *** switch has quit IRC *** ajmitch_ has quit IRC *** nickr has quit IRC *** mixi^ has joined #gnuenterprise *** switch has joined #gnuenterprise *** ajmitch_ has joined #gnuenterprise *** nickr has joined #gnuenterprise reinhard: hey what is the maximum size of a string in a postgresql database? eg I would like to store xml files depends on column type maybe should work with appserver, so with normal gnue data types. eg string() should not be dependent on postgresql. but thanks havoc well, you asked about postgresql :) my bad :) reinhard: i did checkout svn, and if i don't export LANG i still have the locale pb from yesterday lekma: will look at it in a second oh and btw the timeout was the test failure reason... fixed it and thanks for your note about the timeout committed? yep *) Changed toplevel object in GLD from labels to module should i change my gld now? yes I am just about to change the samples reinhard: thx for the fix is there any examples of messages? dimas: not yet I will try to include one tomorrow and, believe or not, I am starting with a developer's manual yeah!!!!! i believe you, reinhard :) what if i changed data definition from say string(2) to string(4) in .gcd and reinit appserver the db is not empty and not updated for now appserver will not change the schema of the database ok only thing you can do is adding new properties but neither change nor delete existing ones ok *** chillywi1ly has joined #gnuenterprise *** chillywilly has quit IRC off to lug meeting *** reinhard has quit IRC *** SachaS has quit IRC *** SachaS has joined #gnuenterprise *** insanekane has joined #gnuenterprise "ggcvs --help-config" gives a traceback print GConfig.printableConfigOptions(defaults) NameError: global name 'defaults' is not defined *** insanekane has quit IRC are bounded proc broken? i have a simple oninit that used to print smthing (for test) i checked it back today and nothing happens on sthe server console :( ------------------------------------------------------------ Error: Sourcecode contains tab character at position 53 ------------------------------------------------------------ :) and where i should finding it? oh i see dimas its a python thing you are not allowed to have tabs only spaces and you have to follow the python indentation rules so remove all your tabs with spaces and give it another try just found it, thanks *** sjc has quit IRC *** sjc has joined #gnuenterprise *** jamest has joined #gnuenterprise *** sjc has quit IRC *** sjc has joined #gnuenterprise *** lekma has left #gnuenterprise *** filc has joined #gnuenterprise *** filc has quit IRC how one usually call one form from another form? runForm? activateDialog? whatever? .. runForm afaik :) thanks ajmitch *** sjc has quit IRC ajmitch: then how to pass parameter in there? DB000: return self._objectFunction(*args) DB000: TypeError: triggerRunForm() takes exactly 2 arguments (3 given) dimas: try a dict runForm('myform.gfd',{'foo': 1}) iirc currently gives traceback as above hmm *** ncjp_ has joined #gnuenterprise *** ncjp has quit IRC dimas: just committed support for parameters in runForm oddly, no one has tried it before :) there are also examples of passing params in gauntlet.gfd iirc in the dialog tests where is gauntlet? ah, found it you're thinking of activateDialog i.e., sub-forms but runForm had no parameter support for some reason s/sub-forms/dialogs/ jcater: what was the reason? dimas: no one asked for it before and it was overlooked :) thanks jcater, jamest jcater: whoops, you're right, i was thinking sub-form jcater: not true about no one asked i have another of my infamous stupid questions in the form developper guide runForm() is advertise as *** SachaS has joined #gnuenterprise a trigger one can call as follow: form.runForm( 'myform.gfd', { 'division' : 101 } ) it is in http://www.gnuenterprise.org/irc-logs/gnue-public.log.2004-04-15 I didn't see that I claim ignorance i blame derek then how advertised it in dev doc? :) dimas: that is the intended behavior just no one saw that it hadn't been done no one == me ok :) *** jamest has quit IRC *** filc has joined #gnuenterprise *** filc has quit IRC *** jcater has quit IRC