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, i'll post ever

Re: Struts missing parameters

2014-08-21 Thread Lukasz Lenart
2014-08-21 19:14 GMT+02:00 Luis Limas : > Yep, but by using log4j XML configuration: > > > > > > additivity="false"> > > > > > I've suspended trying to solve the issue by now, i'll restart my research > next week, i'll post everything i've fou

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-20 Thread Lukasz Lenart
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, the deserialize >>> instruction >

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 Lukasz Lenart
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, > JSONInterceptor.java : 123) when parsing J

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 l

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 l

Re: Struts missing parameters

2014-08-08 Thread Lukasz Lenart
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 level (issue) : http://codeviewer.org/view/c

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 only "super

Re: Struts missing parameters

2014-08-07 Thread Lukasz Lenart
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 only "super" setters are > the ones that are not being c

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":0,"autorizationPool":null,"blockedBy":null

Re: Struts missing parameters

2014-08-06 Thread Lukasz Lenart
2014-08-04 18:37 GMT+02:00 Luis Limas : > = > POST-DATA: > = > > {"params":[*{"author":{"id":302},"autoProm":0,"autorizationPool":null,"blockedBy":null,"blockedByName":null,"businessUnit":null,"co

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 DE REVISION SEMANAL DE MOLINOS GLENN MILL" } This is my entity who's missi

Re: Struts missing parameters

2014-08-04 Thread Luis Limas
An update, the concrete lost-parameters are this ones: { "id":41201, "code":"", "deleted":0, "status":3, "description":"BITACORA DE REVISION SEMANAL DE MOLINOS GLENN MILL" } This is my entity who's missing parameters: * http://codeviewer.org/view/code:4259 I've just noticed tha

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,