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
type=json param name=enableSMDtrue/param param name=contentTypetext/html/param param name=ignoreInterfacesfalse/param /result /action ... /package Basically all works great, except @SMD annotation is totally

Re: @SMD annotation

2012-09-20 Thread Frans Thamura
param name=contentTypetext/html/param param name=ignoreInterfacesfalse/param /result /action ... /package Basically all works great, except @SMD annotation is totally ignored (compile support seem works great!) In the first method called

Re: @SMD annotation

2012-09-20 Thread Maurizio Cucchiara
/action ... /package Basically all works great, except @SMD annotation is totally ignored (compile support seem works great!) In the first method called in class SimpleJsonAction, the second message exchanged after the 'methods' one, i dump: log.error(this.getClass

Re: @SMD annotation

2012-09-20 Thread Salvatore Lionetti
, serviceUrl:/context/SMDAction, version:.1 } Note that all methods and relative parameters are corrects respect to @SMDMethod annotations. The only pb in on version, objectName field, hence @SMD annotation. For a running example i need more time. Have a good day 2012/9/20, Maurizio Cucchiara mcucchi

Re: @SMD annotation

2012-09-20 Thread Salvatore Lionetti
in on version, objectName field, hence @SMD annotation. For a running example i need more time. Have a good day 2012/9/20, Maurizio Cucchiara mcucchi...@apache.org: Hi Salvatore, I would like to help you, but unfortunately I didn't get you. Could you provide a deeper explanation of your issues

@SMD annotation

2012-09-19 Thread Salvatore Lionetti
param name=ignoreInterfacesfalse/param /result /action ... /package Basically all works great, except @SMD annotation is totally ignored (compile support seem works great!) In the first method called in class SimpleJsonAction, the second message exchanged after

Re: @SMD annotation

2012-09-19 Thread Frans Thamura
/result /action ... /package Basically all works great, except @SMD annotation is totally ignored (compile support seem works great!) In the first method called in class SimpleJsonAction, the second message exchanged after the 'methods' one, i dump: log.error