Galera [PROBLEMA RESOLVIDO].... vlw On Oct 4, 2:25 pm, Jeferson Santos <[email protected]> wrote: > Boa tarde galera, estou iniciando a usar o Swiz, tenho toda a > estrutura pronta, estava usando ele normalmente.... porém no meu > Bean Remote eu tinha apenas um serviço configurado: > > <swiz:BeanProvider xmlns:fx="http://ns.adobe.com/mxml/2009" > xmlns:s="library://ns.adobe.com/flex/spark" > xmlns:mx="library://ns.adobe.com/flex/mx" > xmlns:swiz="http://swiz.swizframework.org"> > > <fx:Declarations> > > <swiz:ServiceHelper id="serviceHelper"/> > <s:RemoteObject id="remoteUsuario" > destination="usuarioService" > showBusyCursor="true"/> > > </fx:Declarations> > > </swiz:BeanProvider> > > Mas agora estou implemetando outros serviços e o Spring Security, mas > quando tento colocar outros remotesObjects juntos a meu Bean Remote, > o Swiz esta acusando ambiguidade = "Error: AmbiguousReferenceError. > More than one bean was found with type: [class RemoteObject]"; > > RemoteBean com os outros serviços: > > <swiz:BeanProvider xmlns:fx="http://ns.adobe.com/mxml/2009" > xmlns:s="library://ns.adobe.com/flex/spark" > xmlns:mx="library://ns.adobe.com/flex/mx" > xmlns:swiz="http://swiz.swizframework.org"> > > <fx:Declarations> > > <swiz:ServiceHelper id="serviceHelper"/> > <s:RemoteObject id="remoteUsuario" > destination="usuarioService" > showBusyCursor="true"/> > <s:RemoteObject id="remoteLogin" > destination="autenticacaoService" > showBusyCursor="true"/> > > </fx:Declarations> > > </swiz:BeanProvider> > > Alguém tem uma dica do que eu posso fazer para resolver esse problema > e mapear vários serviços??
-- Você recebeu esta mensagem porque está inscrito na lista "flexdev" Para enviar uma mensagem, envie um e-mail para [email protected] Para sair da lista, envie um email em branco para [email protected] Mais opções estão disponíveis em http://groups.google.com/group/flexdev
