The error has been identified, Acegi/BlazeDS integration is working ! More details on http://code.google.com/p/igenko/wiki/FlexDataServices
--- In flexcoders@yahoogroups.com, "bouiaw" <[EMAIL PROTECTED]> wrote: > > Hi, > > I have developed an AcegiLoginCommand that provide Acegi integration > in BlazeDS. The code is based on > [http://granite.svn.sourceforge.net/viewvc/granite/graniteds/trunk/core/org/granite/messaging/service/security/AcegiSecurityService.java/?revision=638&view=markup&pathrev=638 > GaniteDS Acegi integration]. > > I think I am very close to make it work, but I have still a blocking > error. > > Everything seems to bo ok in doAuthentication and doAuthorization > functions when I login with admin/admin, but when I want to access to > my service after a setCredentials, I get this stange error : > > [RPC Fault faultString="Cannot invoke method 'retreiveNodes'." > faultCode="Server.ResourceUnavailable" faultDetail="Method > 'retreiveNodes' not found."] > at > mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()[E:\dev\flex_3_beta3\sdk\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:223 > at > mx.rpc::Responder/fault()[E:\dev\flex_3_beta3\sdk\frameworks\projects\rpc\src\mx\rpc\Responder.as:56] > at > mx.rpc::AsyncRequest/fault()[E:\dev\flex_3_beta3\sdk\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:110] > at > NetConnectionMessageResponder/statusHandler()[E:\dev\flex_3_beta3\sdk\frameworks\projects\rpc\src\mx\messaging\channels\NetConnectionChannel.as:531] > at > mx.messaging::MessageResponder/status()[E:\dev\flex_3_beta3\sdk\frameworks\projects\rpc\src\mx\messaging\MessageResponder.as:229] > > Without Acegi enabled, it works without problem. > > Code is available here at > http://code.google.com/p/igenko/wiki/BlazedsAcegiIntegration , I hope > someone will be able to help me to resolve this strange error. >