-
Jul 23rd, 2010, 11:27 AM
#1
flex roo security stop remote method ( method not found error )
Hi,
I had a working petclinic for flex. I did a "security setup" to add security. After that i changed <flex-broker> tag to add <flex:secured\> . I followed "secured" example in spring blazeds integration example project "test-drive". Now i am able to login and logout sucessfully.
The issue is now all my remoting methods are not working i.e list, create, remove etc are being returned back as "method not found"
Is this a know issue , am i missing any xml tags ?
regards,
Pavan
-
Jul 23rd, 2010, 01:19 PM
#2
Update:
To Debug this issue, i wanted to do some logging. Hence i removed the .aj capability. ( Did a "Refactor->Pushin" so that all my .aj files goes away) Did a clean build.
Volia.. Everything worked fine. I have no clue now. May be a plain clean build would have worked ?!! Eclipse only knows
-
Mar 22nd, 2011, 08:11 AM
#3
For anyone else reading I'm fairly sure methods can stay in the aspect files if you implement the security annotations on an interface.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules