Helder,
I checked the supplied links in your post. I think you're referring to
the existence of the "nocache" parameter in the GET and POST requests
from Qooxdoo.
In Oracle terms, if this parameter is not specified in the Oracle RPC
procedure, the database will report an error on receipt of the request.
Oracle allows overloading of multiple procedures by the same name with
different parameter lists, and it determines the correct procedure at
runtime based on the parameter list. It requires all incoming
parameters to be specified in the procedure spec, otherwise it can't
locate the appropriate procedure and reports "Page Not Found" in the
response if an unknown parameter is included in the request.
>From the Oracle docs, it looks like Oracle merges all GET and POST
parameters in a Mixed-Mode request, requiring all of them to be included
in the procedure spec. I will need to insure that a nocache parameter
is specified in the Oracle RPC procedure being called, and it should
process the requests as expected. That's a good point that I might have
overlooked at first, so I appreciate the heads-up on it.
Is that what you're suggesting?
Thanks,
Gene
On Mon, 2009-06-22 at 02:19 -0700, Helder Magalhães wrote:
> Hi Gene,
>
>
>
> Gene Amtower wrote:
> >
> > Am I missing any critical issues in my thought process?
> >
>
> Not critical, but I've experienced a weird (server-side) behavior with
> GET/POST mess up which I only found in
> http://download.oracle.com/docs/cd/B32110_01/web.1013/b28963/concept.htm#i1005684
> Oracle documentation so you may bump at this in a short-to-medium term. ;-)
> The Qooxdoo issue associated is
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=1017 bug 1017 and, though fixed
> for the trunk, the changes were not yet applied to the legacy (0.7.x)
> branch. :-/
>
>
>
> Gene Amtower wrote:
> >
> > Thanks,
> > Gene
> >
>
> Hope this helps,
> Helder
------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel