Results 1 to 1 of 1

Thread: @RemoteBean: "Cannot invoke method" on public operation not defined in the interface

  1. #1
    Join Date
    Jun 2010
    Posts
    3

    Default @RemoteBean: "Cannot invoke method" on public operation not defined in the interface

    Hi all,

    Context: I'm using spring-flex 1.5.0.RELEASE to exposes public operations of a Java remote bean to my Flex app.

    Problem: I got an error " Cannot invoke method 'operation2' " when I tried to invoke myRemoteBean.operation2() from my flex app. Here is my classes structure:

    classes-diagram.png

    It seems that only the operations declared in the interface are exported, others are just ignored.

    Please help me to understand what exactly do the @RemoteBean annotation...

    Best regards,

    remi
    Last edited by rpa; Jan 25th, 2012 at 04:26 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •