Re: @SMD annotation

2012-09-24 Thread Maurizio Cucchiara
Hi Salvatore, firstly I'm sorry for the late answer. Unfortunately (or fortunately depending on the point of view) I was not able to reproduce the behavior you described. I've been using the Struts Blank Web App [1] for my test (you can also download the Blank Web App from the download page [2]) I

Re: @SMD annotation

2012-09-20 Thread Salvatore Lionetti
he crude and hard reality === > This is the response i got: > { > "methods":[{"name":"method1",...}], > "objectName":null, > "serviceType":"JSON-RPC", > "serviceUrl":"/context/SMDAction", > &quo

Re: @SMD annotation

2012-09-20 Thread Salvatore Lionetti
uot;, "version":"10.0" } === The output in the crude and hard reality === This is the response i got: { "methods":[{"name":"method1",...}], "objectName":null, "serviceType":"JSON-RPC", "serviceUrl":"/context/SMDAc

Re: @SMD annotation

2012-09-20 Thread Maurizio Cucchiara
> true > false > > > true > text/html > false > > > ... > > > Basically all works great, except @SMD annotation is totally ign

Re: @SMD annotation

2012-09-20 Thread Frans Thamura
;> @SMD(objectName = "TEST", serviceType = "JSON-RPC", version = "10.0") >>> public class SimpleJAction { >>> public String smd() >>> { >>> return Action.SUCCESS; >>> } >>> @SMDMethod >>>

Re: @SMD annotation

2012-09-20 Thread Salvatore Lionetti
method="smd"> >> >> true >> false >> >> >> true >> text/html >> false >> >> >>

Re: @SMD annotation

2012-09-19 Thread Frans Thamura
t; > > true > false > > > true > text/html > false > > > ... > > > Basically all works great, except @SMD annotation is to

@SMD annotation

2012-09-19 Thread Salvatore Lionetti
false true text/html false ... Basically all works great, except @SMD annotation is totally ignored (compile support seem works great!) In the first method called in class SimpleJsonAction,