Hi All,
I don't know has anybody has faced this problem earlier:
I took the template folder of Blaze-ds template folder from the tomcat
and created an application. And i have defined a Remote Object in
remoting-config.xml like this :
<?xml version="1.0" encoding="UTF-8"?>
<service id="remoting-service"
class="flex.messaging.services.RemotingService">
<adapters>
<adapter-definition id="java-object"
class="flex.messaging.services.remoting.adapters.JavaAdapter"
default="true"/>
</adapters>
<default-channels>
<channel ref="my-amf"/>
</default-channels>
<!-- This is i have defined -->
<destination id="flexService">
<properties>
<source>com.sep.service.FlexService</source>
<scope>application</scope>
</properties>
</destination>
</service>
Now, when I try to define, other remote services. They are not
accessible. Whether I give their scope application or request or leave
it blank. I can define only one destination.
What is the reason behind it? Can somebody point out what i am missing
here?
Thanks for your reply guys
Regards
Ashish
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" 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/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---