Re: Struts missing parameters

2014-08-21 Thread Luis Limas
On 21/08/2014 01:24 p. m., Lukasz Lenart wrote: 2014-08-21 19:14 GMT+02:00 Luis Limas : Yep, but by using log4j XML configuration: I've suspended trying to solve the issue by now, i'll restart my research next week,

Re: Struts missing parameters

2014-08-21 Thread Luis Limas
On 20/08/2014 02:21 p. m., Lukasz Lenart wrote: 2014-08-09 4:22 GMT+02:00 Luis Limas : On 08/08/2014 02:24 p. m., Lukasz Lenart wrote: 2014-08-08 17:38 GMT+02:00 Luis Limas : Thanks again for the reply Lukasz, you misunderstood me, im not doing serialize/deserialize my entities for any logic

Re: Struts missing parameters

2014-08-08 Thread Luis Limas
On 08/08/2014 02:24 p. m., Lukasz Lenart wrote: 2014-08-08 17:38 GMT+02:00 Luis Limas : Thanks again for the reply Lukasz, you misunderstood me, im not doing serialize/deserialize my entities for any logic, the deserialize instruction is being called inside struts (Project: Struts 2 JSON Plugin

Re: Struts missing parameters

2014-08-08 Thread Luis Limas
On 08/08/2014 02:18 a. m., Lukasz Lenart wrote: 2014-08-07 22:58 GMT+02:00 Luis Limas : Thanks again for the reply Lukasz, this is the full hierarchy used at JSON in the 1st mail: * 1st level : http://codeviewer.org/view/code:4279 * 2nd level : http://codeviewer.org/view/code:427a * 3rd

Re: Struts missing parameters

2014-08-08 Thread Luis Limas
On 08/08/2014 02:18 a. m., Lukasz Lenart wrote: 2014-08-07 22:58 GMT+02:00 Luis Limas : Thanks again for the reply Lukasz, this is the full hierarchy used at JSON in the 1st mail: * 1st level : http://codeviewer.org/view/code:4279 * 2nd level : http://codeviewer.org/view/code:427a * 3rd

Re: Struts missing parameters

2014-08-07 Thread Luis Limas
On 07/08/2014 01:17 p. m., Lukasz Lenart wrote: 2014-08-07 17:04 GMT+02:00 Luis Limas : Thanks for the reply Lukasz, the main issue i am having it's that entity annotated with @MappedSuperClass is not being correctly populated after JSONUtil.deserialize, the issue occurs randomly and

Re: Struts missing parameters

2014-08-07 Thread Luis Limas
On 07/08/2014 12:52 a. m., Lukasz Lenart wrote: 2014-08-04 18:37 GMT+02:00 Luis Limas : = POST-DATA: = {"params":[*{"author":{"id":302},"autoProm&qu

Re: Struts missing parameters

2014-08-06 Thread Luis Limas
Any ideas of what's happening? On 04/08/2014 12:38 p. m., Luis Limas wrote: An update, the concrete lost-parameters are this ones: { "id":41201, "code":"", "deleted":0, "status":3, "description":"BITACORA

Re: Struts missing parameters

2014-08-04 Thread Luis Limas
deserialize/ fails at sometimes when tries to deserialize @MappedSuperclass (es) Greetings, On 04/08/2014 11:37 a. m., Luis Limas wrote: Hi everyone, I have an issue at JSONInterceptor/ParameterInterceptor (i think), parameteres are being lost (becoming null), im using: * Struts2 2.3.16.3 * Sp

Struts missing parameters

2014-08-04 Thread Luis Limas
Hi everyone, I have an issue at JSONInterceptor/ParameterInterceptor (i think), parameteres are being lost (becoming null), im using: * Struts2 2.3.16.3 * Spring AOP 4.0.2 * Tomcat 7.0.34 * Dojo 1.8 After many debugging i've concluded that the issue it's inside one of those two interceptors,