Re: Weird PlexusContainer object in ViewRoot

2012-01-26 Thread Leonardo Uribe
Cc: Sent: Saturday, December 31, 2011 4:21 AM Subject: Re: Weird PlexusContainer object in ViewRoot Hi, so i just did some final tests and these are the result with MyFaces and a simple test page. The values are not really accurate, i just tested in on my locale

Re: Weird PlexusContainer object in ViewRoot

2012-01-26 Thread Thomas Andraschko
they have problematic spots. LieGrue, strub - Original Message - From: Thomas Andraschko zoi...@googlemail.com To: MyFaces Discussion users@myfaces.apache.org Cc: Sent: Saturday, December 31, 2011 4:21 AM Subject: Re: Weird PlexusContainer object

Re: Weird PlexusContainer object in ViewRoot

2012-01-26 Thread Leonardo Uribe
...@googlemail.com To: MyFaces Discussion users@myfaces.apache.org Cc: Sent: Saturday, December 31, 2011 4:21 AM Subject: Re: Weird PlexusContainer object in ViewRoot Hi, so i just did some final tests and these are the result with MyFaces and a simple test page

Re: Weird PlexusContainer object in ViewRoot

2012-01-11 Thread Thomas Andraschko
Discussion users@myfaces.apache.org Cc: Sent: Saturday, December 31, 2011 4:21 AM Subject: Re: Weird PlexusContainer object in ViewRoot Hi, so i just did some final tests and these are the result with MyFaces and a simple test page. The values are not really accurate, i

Re: Weird PlexusContainer object in ViewRoot

2012-01-10 Thread Thomas Andraschko
Cc: Sent: Saturday, December 31, 2011 4:21 AM Subject: Re: Weird PlexusContainer object in ViewRoot Hi, so i just did some final tests and these are the result with MyFaces and a simple test page. The values are not really accurate, i just tested in on my locale system with firebug

Re: Weird PlexusContainer object in ViewRoot

2012-01-10 Thread Leonardo Uribe
Subject: Re: Weird PlexusContainer object in ViewRoot Hi, so i just did some final tests and these are the result with MyFaces and a simple test page. The values are not really accurate, i just tested in on my locale system with firebug for around 10-15 times. AJAX PostBacks

Re: Weird PlexusContainer object in ViewRoot

2012-01-05 Thread Thomas Andraschko
Andraschko zoi...@googlemail.com To: MyFaces Discussion users@myfaces.apache.org Cc: Sent: Saturday, December 31, 2011 4:21 AM Subject: Re: Weird PlexusContainer object in ViewRoot Hi, so i just did some final tests and these are the result with MyFaces and a simple test page

Re: Weird PlexusContainer object in ViewRoot

2011-12-31 Thread Mark Struberg
: Re: Weird PlexusContainer object in ViewRoot Hi, so i just did some final tests and these are the result with MyFaces and a simple test page. The values are not really accurate, i just tested in on my locale system with firebug for around 10-15 times. AJAX PostBacks (Production): Before

Re: Weird PlexusContainer object in ViewRoot

2011-12-30 Thread Martin Koci
Hi, Plexus container is a IoC container used by Maven, so this must be bug/feature in maven jetty plugin in combination with statelessjsf. Do you deploy it with mvn jetty:run? Regards, Kočičák Thomas Andraschko píše v Út 27. 12. 2011 v 15:00 +0100: Hi, i'm trying to use the statelessjsf

Re: Weird PlexusContainer object in ViewRoot

2011-12-30 Thread Thomas Andraschko
Hi, thanks for you answer :) Jap, i deploy it with jetty:run. I already found the issue, somehow this objects are stored in the Logger. I changed the code that the logger will be removed before cloning the ViewRoot. Now it also works with MyFaces :) Thomas 2011/12/30 Martin Koci

Re: Weird PlexusContainer object in ViewRoot

2011-12-30 Thread Martin Koci
Hi, do you mean non-static logger in myfaces UIViewRoot ? That is probably problem [1] - I must solve it finally. I checked quickly statelessjsf - we use similar solution in some jsf project - completely stateless views. Which improvement do you see with myfaces + statelessjsf? The blog [2]

Re: Weird PlexusContainer object in ViewRoot

2011-12-30 Thread Thomas Andraschko
Hi, yep, thanks! I completly redeveloped it (i also contributed the new code back) and i just test it but the improvement is similar - it's much faster! I can post the detail later :) 2011/12/30 Martin Koci martin.kocicak.k...@gmail.com Hi, do you mean non-static logger in myfaces

Re: Weird PlexusContainer object in ViewRoot

2011-12-30 Thread Thomas Andraschko
Hi, so i just did some final tests and these are the result with MyFaces and a simple test page. The values are not really accurate, i just tested in on my locale system with firebug for around 10-15 times. AJAX PostBacks (Production): Before: 32-52ms After: 23-37ms PostBack (Production):

Weird PlexusContainer object in ViewRoot

2011-12-27 Thread Thomas Andraschko
Hi, i'm trying to use the statelessjsf addon (It's a addon developed by industrieit from rudy but the link is currently offline) for my application. In a basic sample application it works with myfaces (with some modification) and mojarra. Somehow in my real project, i get an exception when the