On 24/05/12 15:46, Benson Margulies wrote:
To Marko's point:
I have an interface, and a class that implements. The client is using
a proxy obtained from the factory against that interface, and the
service has a bean fo the class. The client is definitely making a
call to that @GET-annotated function.
Sounds like a bug in the client runtime then given that POST is reported
on the server side where it is expected that a proxy is invoking a GET
annotated method.
How does the interface look like and which GET method is invoked ?
Cheers, Sergey