| Author |
Need some explanation on a configuration fix I made
|
Jay Abrahm
Ranch Hand
Joined: May 28, 2008
Posts: 182
|
|
I have setup the Spring Flex test drive and have used that to setup a test project. I had to make the following changes to get the application to work. Can someone explain theoretically what I fixed to get the following two configurations to work.
Doesn't work
Works - Removed the flex:mapping pattern
2) I had fixed the call to the remote object from the default one in the test drive. I had to change the first remote call from "my-amf" to "amf" or had to remove the endpoint to get it to work. Why is that ?
Even though my-amf is defined in my services-config and the flex-servlet as
|
 |
Ashwin Sridhar
Ranch Hand
Joined: Jul 09, 2011
Posts: 272
|
|
|
Have you declared messageBroker in your Deployment Descriptor as url pattern...? You might have missed on doing this
|
Ashwin Sridhar
SCJP | SCWCD | OCA
|
 |
 |
|
|
subject: Need some explanation on a configuration fix I made
|
|
|