Results 1 to 3 of 3

Thread: flex roo security stop remote method ( method not found error )

  1. #1
    Join Date
    Jul 2010
    Posts
    6

    Default 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

  2. #2
    Join Date
    Jul 2010
    Posts
    6

    Default

    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

  3. #3
    Join Date
    Oct 2010
    Posts
    29

    Default

    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
  •