Hi
Can someone please send links to good tutorials and samples for 
remoting. 
I am having tough time here trying to make remote calls to my jboss 
server. I am following cairngorm2 model.
I did

1. In my remote object tag, 
        <mx:RemoteObject id="loginDelegate"  
destination="loginDestination"
         result="event.call.resultHandler( event.result)"
         fault = "event.call.faultHandler(event.fault)"
          source="com.lsmonline.client.delegate.UserDelegate">
                
<mx:method name="userFindByPrimaryKey">         <mx:arguments>
                <userName>{userName.text}</userName>
        </mx:arguments>
</mx:method>

</mx:RemoteObject>

2. In my remoting-config.xml, i define the destination.

When i make server call, i am getting error with fault code as 
faultCode ="Service.ResourceUnavailable"
faultString="An unknown exception occured while creating an instance 
of type com.lsmonline.client.delegate.UserDelegate

3. I had removed the source from my remoteobject tag and had it in 
my destination tag in remoting-config, but i still get the error


Any ideas please


Regds
Husain




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to