Re: AbstractDefaultAjaxBehavior with huge amount of data

2017-12-25 Thread Maxim Solodovnik
Seems to be my case :)))
Thanks again for the pointer :)

On Tue, Dec 26, 2017 at 9:55 AM, Ernesto Reinaldo Barreiro <
reier...@gmail.com> wrote:

> In my experience when you have a problems "others" always google better
> than you :-) It happened to me a million times before ;-)
>
> On Tue, Dec 26, 2017 at 3:43 AM, Maxim Solodovnik 
> wrote:
>
> > Thanks a lot!
> >
> > This is Tomcat limitation `maxPostSize`
> >
> > I should google better :(((
> >
> > On Tue, Dec 26, 2017 at 9:40 AM, Ernesto Reinaldo Barreiro <
> > reier...@gmail.com> wrote:
> >
> > > Hi Maxim,
> > >
> > > I do not know if this is related or not
> > >
> > > https://stackoverflow.com/questions/20249587/is-it-any-
> > > limit-for-post-data-size-in-ajax
> > >
> > > Hope it helps
> > >
> > >
> > > On Tue, Dec 26, 2017 at 3:35 AM, Maxim Solodovnik <
> solomax...@gmail.com>
> > > wrote:
> > >
> > > > Hello All,
> > > >
> > > > I'm facing weird behavior while passing huge amount of data
> > > > to AbstractDefaultAjaxBehavior as explicit parameter.
> > > >
> > > > Method is set to POST
> > > > Everything works as expected until I'm passing 5+MB string as
> explicit
> > > > parameter
> > > >
> > > > In this case I got
> > > > no errors on client side
> > > > no errors on server side
> > > > BUT I got no parameters in respond(AjaxRequestTarget target)  :(
> > > >
> > > > Request parameter map contains only behavior URL :(((
> > > > I was not able to find any limitations in the code
> > > >
> > > > Maybe someone can suggest what should I debug?
> > > >
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > > >
> > >
> > >
> > >
> > > --
> > > Regards - Ernesto Reinaldo Barreiro
> > >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>
>
>
> --
> Regards - Ernesto Reinaldo Barreiro
>



-- 
WBR
Maxim aka solomax


Re: AbstractDefaultAjaxBehavior with huge amount of data

2017-12-25 Thread Ernesto Reinaldo Barreiro
In my experience when you have a problems "others" always google better
than you :-) It happened to me a million times before ;-)

On Tue, Dec 26, 2017 at 3:43 AM, Maxim Solodovnik 
wrote:

> Thanks a lot!
>
> This is Tomcat limitation `maxPostSize`
>
> I should google better :(((
>
> On Tue, Dec 26, 2017 at 9:40 AM, Ernesto Reinaldo Barreiro <
> reier...@gmail.com> wrote:
>
> > Hi Maxim,
> >
> > I do not know if this is related or not
> >
> > https://stackoverflow.com/questions/20249587/is-it-any-
> > limit-for-post-data-size-in-ajax
> >
> > Hope it helps
> >
> >
> > On Tue, Dec 26, 2017 at 3:35 AM, Maxim Solodovnik 
> > wrote:
> >
> > > Hello All,
> > >
> > > I'm facing weird behavior while passing huge amount of data
> > > to AbstractDefaultAjaxBehavior as explicit parameter.
> > >
> > > Method is set to POST
> > > Everything works as expected until I'm passing 5+MB string as explicit
> > > parameter
> > >
> > > In this case I got
> > > no errors on client side
> > > no errors on server side
> > > BUT I got no parameters in respond(AjaxRequestTarget target)  :(
> > >
> > > Request parameter map contains only behavior URL :(((
> > > I was not able to find any limitations in the code
> > >
> > > Maybe someone can suggest what should I debug?
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> >
> >
> >
> > --
> > Regards - Ernesto Reinaldo Barreiro
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
Regards - Ernesto Reinaldo Barreiro


Re: AbstractDefaultAjaxBehavior with huge amount of data

2017-12-25 Thread Maxim Solodovnik
Thanks a lot!

This is Tomcat limitation `maxPostSize`

I should google better :(((

On Tue, Dec 26, 2017 at 9:40 AM, Ernesto Reinaldo Barreiro <
reier...@gmail.com> wrote:

> Hi Maxim,
>
> I do not know if this is related or not
>
> https://stackoverflow.com/questions/20249587/is-it-any-
> limit-for-post-data-size-in-ajax
>
> Hope it helps
>
>
> On Tue, Dec 26, 2017 at 3:35 AM, Maxim Solodovnik 
> wrote:
>
> > Hello All,
> >
> > I'm facing weird behavior while passing huge amount of data
> > to AbstractDefaultAjaxBehavior as explicit parameter.
> >
> > Method is set to POST
> > Everything works as expected until I'm passing 5+MB string as explicit
> > parameter
> >
> > In this case I got
> > no errors on client side
> > no errors on server side
> > BUT I got no parameters in respond(AjaxRequestTarget target)  :(
> >
> > Request parameter map contains only behavior URL :(((
> > I was not able to find any limitations in the code
> >
> > Maybe someone can suggest what should I debug?
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>
>
>
> --
> Regards - Ernesto Reinaldo Barreiro
>



-- 
WBR
Maxim aka solomax


Re: AbstractDefaultAjaxBehavior with huge amount of data

2017-12-25 Thread Ernesto Reinaldo Barreiro
Hi Maxim,

I do not know if this is related or not

https://stackoverflow.com/questions/20249587/is-it-any-limit-for-post-data-size-in-ajax

Hope it helps


On Tue, Dec 26, 2017 at 3:35 AM, Maxim Solodovnik 
wrote:

> Hello All,
>
> I'm facing weird behavior while passing huge amount of data
> to AbstractDefaultAjaxBehavior as explicit parameter.
>
> Method is set to POST
> Everything works as expected until I'm passing 5+MB string as explicit
> parameter
>
> In this case I got
> no errors on client side
> no errors on server side
> BUT I got no parameters in respond(AjaxRequestTarget target)  :(
>
> Request parameter map contains only behavior URL :(((
> I was not able to find any limitations in the code
>
> Maybe someone can suggest what should I debug?
>
> --
> WBR
> Maxim aka solomax
>



-- 
Regards - Ernesto Reinaldo Barreiro


AbstractDefaultAjaxBehavior with huge amount of data

2017-12-25 Thread Maxim Solodovnik
Hello All,

I'm facing weird behavior while passing huge amount of data
to AbstractDefaultAjaxBehavior as explicit parameter.

Method is set to POST
Everything works as expected until I'm passing 5+MB string as explicit
parameter

In this case I got
no errors on client side
no errors on server side
BUT I got no parameters in respond(AjaxRequestTarget target)  :(

Request parameter map contains only behavior URL :(((
I was not able to find any limitations in the code

Maybe someone can suggest what should I debug?

-- 
WBR
Maxim aka solomax