Re: SV: bug in FacesServlet?

2016-03-26 Thread Romain Manni-Bucau
nt jsp containers. In my > understanding not every jsp implementation works the same, but as I said, I > have not entered into details. > > regards, > > Leonardo Uribe > > 2016-03-25 13:15 GMT-05:00 Romain Manni-Bucau : > > > Hi guys, > > > > org.apache.myf

bug in FacesServlet?

2016-03-25 Thread Romain Manni-Bucau
ew does a forward for instance) -> setFacesContext -> setFacesContext -> releaseFacesContext -> end of lifecycle // oops faces context is null -> release

Re: No saved view state could be found in tomcat cluster

2016-01-27 Thread Romain Manni-Bucau
icationValve (all default tomcat cluster setup remains), but the > No saved view state error still get thrown on failover. > > Thanks, > Jalal > > On Wed, Jan 27, 2016 at 9:36 PM, Romain Manni-Bucau > > wrote: > > > Hi > > > > Quickly from the phone: &g

Re: No saved view state could be found in tomcat cluster

2016-01-27 Thread Romain Manni-Bucau
plain Tomcat but then switched to TomEE but kept most of the previous > > setup. > > > > I will check TomEE's clustering now. > > > > Many thanks, > > Jalal > > On Jan 27, 2016 5:08 PM, "Romain Manni-Bucau" > > wrote: > >

Re: No saved view state could be found in tomcat cluster

2016-01-27 Thread Romain Manni-Bucau
Hi TomEE has a built in cluster support, why didnt you use that? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibuca

Re: @WebFilter not called when forwarding to login page

2015-03-12 Thread Romain Manni-Bucau
Can you share a project reproducing it? Can it be a mapping conflict? Le 12 mars 2015 11:54, "l.pe...@senat.fr" a écrit : > Dear all, > > I have a legacy application which performs hibernate session attachement > in a web filter. > > It works, excepting, sometimes, on a redirect by the container

Re: hidden input not refreshed

2015-01-02 Thread Romain Manni-Bucau
issue solved! content type header was misread! sorry for the noise Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2015-01-02 12:54 GMT+01:00 Ludovic Pénet : > You can also give your input hidden an id and request

Re: hidden input not refreshed

2015-01-02 Thread Romain Manni-Bucau
@this will just refresh the commandButton no? so it is really @form (goal would be to refresh the conversation id). Could it be a difference between MF and Mojarra - it is taken from CDI TCKs so I guess it was passed using mojarra? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http

Re: hidden input not refreshed

2015-01-02 Thread Romain Manni-Bucau
that's what is done (beginConversationButton): Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2015-01-02 10:51 GMT+01:00 Thomas Andraschko : > Hey Romain, > > AFAIR the default for the render attribut

hidden input not refreshed

2015-01-02 Thread Romain Manni-Bucau
Hi guys, in cdi tcks there is: seems when ajax rendering is triggered h:inputHidden is not refresh, is it expected? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau

Re: MyFaces 2.2.0 ViewScoped AmbiguousResolutionException

2014-09-04 Thread Romain Manni-Bucau
l not create any conflict. Le 4 sept. 2014 22:18, "Leonardo Uribe" a écrit : > 2014-09-04 16:04 GMT-05:00 Romain Manni-Bucau : > > > but you can share in both something (common thing is the classloader) > > to match the bean (or name) you need. > > > > &

Re: MyFaces 2.2.0 ViewScoped AmbiguousResolutionException

2014-09-04 Thread Romain Manni-Bucau
but you can share in both something (common thing is the classloader) to match the bean (or name) you need. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-09-04 22:38

Re: MyFaces 2.2.0 ViewScoped AmbiguousResolutionException

2014-09-04 Thread Romain Manni-Bucau
the issue is wars of an ear inherit from "lib" beans so mf shouldn't use it (can be done adding a bean with a generated name by webapp - and get the name from the servlet context for instance) on tomee side we can skip mf cdi beans in ear lib part if it can help Romain Mann

Re: MyFaces 2.2.0 ViewScoped AmbiguousResolutionException

2014-09-04 Thread Romain Manni-Bucau
@Leonardo: with ears? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-09-04 22:12 GMT+02:00 Leonardo Uribe : > Hi > > I have tested the latest snapshot from tru

Re: dep error?

2014-08-04 Thread Romain Manni-Bucau
id to use JSF 2.2 > artifacts without CDI. > > regards, > > Leonardo Uribe > > 2014-08-04 16:00 GMT-05:00 Romain Manni-Bucau : > > Hi guys > > > > just to mention 2.2.4 has: > > > > 40 [INFO] +- org.apache.myfaces.core:myfaces-api:jar:2.2.4:compile

dep error?

2014-08-04 Thread Romain Manni-Bucau
er to set geronimo deps as provided? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau

Re: problem wit hvisualize a size of colletion into a datatable

2014-02-20 Thread Romain Manni-Bucau
It is in Le 20 févr. 2014 20:04, "Mike Kienenberger" a écrit : > A J2EE container should already provide jars with this functionality. > > > http://en.wikipedia.org/wiki/Java_EE_version_history#Java_EE_6_.28December_10.2C_2009.29 > > I'm not sure about tomee. Probably better to ask that question

Re: Problems with a custom component when migrating from Glassfish(mojarra) to TomEE

2014-02-13 Thread Romain Manni-Bucau
in tomee you can also use mojarra but I'd just keep my component portable with myfaces if possible Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-13 13:23 GMT+

Re: @FlowScoped, @Named and @ManagedBean

2014-02-11 Thread Romain Manni-Bucau
DeltaSpike is not a CDI implementation but a helper library. I think OWB supports FlowScoped at least it has been tested in TomEE AFAIK, anyone can confirm? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github

Re: [OT but still JSF]: Clustering, session replication, and database, too

2013-10-20 Thread Romain Manni-Bucau
@thomas: same on tomee + tomee has another integration for it, optimized for tomcat Le 20 oct. 2013 11:35, "Thomas Andraschko" a écrit : > Hey, > > JFYI: > MyFaces+OWB on Tomcat with MSM is working fine. > > Don't know about TomEE. > > Regards, > Thomas > > > 2013/10/20 Karl Kildén > > > Hello!

Re: [OT but still JSF]: Clustering, session replication, and database, too

2013-10-19 Thread Romain Manni-Bucau
Hi Tomcat/tomee session replication; memcached and custom session manager (hazelcast) solutions are different. Typically in some of them you accept SPoF, not in others. The perf are not the same too. Finally guarantees (synchronous or not persistence) can be different too. Mark info were consist

Re: Random JSF error: no saved view state could be found

2013-10-01 Thread Romain Manni-Bucau
Hmm, can be interesting if you have enough time to try to reproduce it in a shareable (on github?) project. I'm sure it is something "stupid" we don't see ATM. *Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmanni

Re: Random JSF error: no saved view state could be found

2013-09-30 Thread Romain Manni-Bucau
Hi Do you run mojarra on tomee? Basically the exception you sent doesnt seem complete and is not usable to help. About "it works with mojarra so that's mf" it is a big shortcut. It can be a bug in mojarra which make it working too (im not saying it, just you dont know and you cant conclude since

Re: config web.xml myfaces for use with primefaces

2013-04-09 Thread Romain Manni-Bucau
-ee6/blob/master/src/main/webapp/WEB-INF/web.xml *Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com