The AbstractRemotingService (which your application-specific RemotingService extends) changed between 3.0 and 3.1M (the current stable release), and this change did have the potential to affect existing applications. Here is an explanation of the modification that was made:
http://groups.google.com/group/model-glue/browse_thread/thread/449e5362a1f5b37a/5d9c9c41d89abb2e As far as debugging this issue, I would suggest attempting to access the remote event directly (rather than in the context of a remoting request) to see if this works, as my suspicion would be that an exception is occurring, and therefore the expected value isn't being set. -- Ezra Parker On Wed, Dec 15, 2010 at 10:14 AM, olivierb <[email protected]> wrote: > Nope. At least I don't think so. I have RemotingService.cfc within the > root of my website at it hasn't changed. Is there another > RemotingService CFC, or only the one within my website application? > > Some more details about how I have tested this. I have two ModelGlue > folders outside my website folder: MG 3.0 and MG 3.1 are side-by-side. > The MG 3.0 folder was called ModelGlue and it was working fine with my > website application. I renamed it to ModelGlue3.0. I placed the MG 3.1 > folder beside and called it ModelGlue. I reloaded my website and it > works fine except the AJAX calls to RemotingService don't work as > explained above. > > -- > Model-Glue Sites: > Home Page: http://www.model-glue.com > Documentation: http://docs.model-glue.com > Bug Tracker: http://bugs.model-glue.com > Blog: http://www.model-glue.com/blog > > You received this message because you are subscribed to the Google > Groups "model-glue" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/model-glue?hl=en > -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
