As Kym explained, public works as expected on the cffunction level. A SWF via Remoting appears to execute CFC functions in the public scope so that's fine.
I also don't think you can set the access to 'public and remote', and there's no need for that either if remote indeed includes public. I could be wrong. Basically if 'remote' does *not* include 'public' then it probably is a bug as I can access public methods fine via Remoting while I set method-access-level to 'remote'. If 'remote' includes public in the way that cffunction's access property includes it then it works as expected. But that's just my interpretation. Anyone got a direct line to the CF team at Adobe? Stefan On 15 Feb 2008, at 08:55, João_Fernandes wrote: > Stephan > to have both accessible the value should be 'public and remote'. > I had feedback from Adobe staff and this is really a bug, no public > method should be accessible trough remoting unless you set the > method-access-level to 'public and remote'. > > -- > > João Fernandes > > http://www.onflexwithcf.org > http://www.riapt.org > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4949 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
