Hi,
I am trying to upgrade my existing HelloWorld Blazeds Integration web application to 1.0.0.RC1 Release. I just annoted my Service class with @Service("helloWorldService") ,@RemotingDestination(channels={"my-amf"})
and method with @RemotingInclude.
I removed the bean declaration and flex:remote-service tag from web-application-config.xml. Although flex:message-broker tag still there.
With these changes in place, I am expecting the application to work, but it just deploys successfully. When tried to invoke method from flex client, nothing happens.
Am I missing something? Please help.
Cheers,
Rahul


Reply With Quote