1.
http://simpleposting.appspot.com/testing/webservice.cfc
does not have ?method=renderMCDL at the end.
So it is surprising to me that the function named "renderMCDL" in your
webservice.cfc file is being invoked.
What is your evidence that it is being invoked?
Is that function configured with access="remote" ?

2. & 3.
The OpenBD-GAE repository was created from the OpenBD repository (a
snapshot of the OpenBD repository). After that, not all changes made
in OpenBD were ported over to OpenBD-GAE. Therefore the OpenBD-GAE
"branch" may lack some of the features and bug fixes found in OpenBD.

The GAE-specific changes made in the OpenBD-GAE branch are in the
process of being merged into the OpenBD repository. Integrating
Commercial BD's suite of regression tests onto OpenBD must be
completed prior to that (a task I am currently undertaking). Once the
OpenBD repository has been GAE "enabled" these kinds of issues will
either fix themselves or be more readily fixed.

I know of no plans for a separate OpenBD-GAE issue tracker.
GAE specific issues should be tracked in the OpenBD issue tracker.
In fact I've already entered some there myself.
Starting now, I recommend/request that new GAE-specific issues use a
subject line that begins with "GAE:" (no quotes).
That should help to differentiate them from the non-GAE issues.

Matt M.

On Wed, Jan 27, 2010 at 3:15 AM, atomi <[email protected]> wrote:
> I'm just curious about a few things in regards to the cfc servlet on OpenBD
> for GAE.
> When the cfc is remotely requested as in
> http://simpleposting.appspot.com/testing/webservice.cfc
> the renderMCDL method is called and responds with a 403 error,
> are there plans to handle this case differently in the future?
> My other question is whether there will be changes to error handling in the
> case of missing methods?
> For example
> http://simpleposting.appspot.com/testing/webservice.cfc?method=sayHello
> will output Hello (not very exciting I know), but
> http://simpleposting.appspot.com/testing/webservice.cfc?method=methoddoesnotexist
> errors as it should but completely bypasses Application.cfc onError and
> onMissingMethod doesn't work either.
> Should I be handling this error differently?
> Lastly, are there plans for a separate issue tracker for OpenBD for GAE?
> Thanks.
>
> --
> Open BlueDragon Public Mailing List
> http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon
> mailing list - http://groups.google.com/group/openbd?hl=en
>
> !! save a network - please trim replies before posting !!

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to