Hi Tobi, thank you very much for your fast reply. I will checking out the trunk version and work with it.
Best regards Michael -----Ursprüngliche Nachricht----- Von: Tobias Oetiker [mailto:[email protected]] Gesendet: Donnerstag, 25. Februar 2010 11:48 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Syntax bug in JSONRPC.pm Hi Michael, Today SCHÄFER, Michael wrote: > Hi guys, > > I am using Qooxdoo 1.0.1 and the RpcPerl backend Version 0.1 from > http://sourceforge.net/projects/qooxdoo-contrib/files/. > I think there is a bug in the JSONRPC.pm file in line 479. > I replaced your code > return $value ? JSON::True : JSON::False; with return $value ? > JSON::true : JSON::false; and it works fine for me now. > > In former versions of the Perl JSON module they called their functions > JSON::False and JSON::True. But in the current version (2.17) of the > Perl JSON module from > http://search.cpan.org/~makamaka/JSON-2.17/lib/JSON.pm > they use an other syntax for these functions. > > I hope I don't forget anything important you may want to look at https://qooxdoo-contrib.svn.sourceforge.net/svnroot/qooxdoo-contrib/trunk/qooxdoo-contrib/RpcPerl/trunk the trunk version works with BOTH the json 1 and json 2 modules ... it also comes with it's own alternative session implementation. cheers tobi > > Best regards > > Michael > > > -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch [email protected] ++41 62 775 9902 / sb: -9900 ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
