Errors in class that extends RemoteObjectService and implements a service interface.
Hi everybody!
I'm new at the Spring ActionScript framework and at the Spring forum.
I'm using the Flash Builder 4.5, the Flex SDK 4.5.1 and the beta version of the framework (Spring Actionscript 2.0) to build a Flex application that uses remote objects.
I've had a compile problem when I created a service implementation class as showed in the "Spring ActionScript: The Operation API" blog's post.
I did the following, according to the instructions found in the post:
- I created a service interface (IUserService) that specify a method that return an IOperation object (AS3 Commons project);
- I created an implementation class (UserServiceImpl) that extends the RemoteObjectService class and implements this service interface.
The problems tell:
Note: the problem only occurs when the class (UserServiceImpl) implements the interface (IUserService).
Please, could you help me to fix this problems?
Regards,
Jacob.