Re: GAE problem

2010-12-13 Thread ken keller
primefaces richfaces teams seem to dismiss myfaces. Maybe the myfaces team should get closer to these teams. Latest icefaces might not work w/ myfaces: http://jira.icefaces.org/browse/ICE-5858 http://jira.icefaces.org/browse/ICE-5858Being a Java programmer isn't easy :) On Mon, Dec 13, 2010 at

Re: java.io.InvalidObjectException: enum constant attributes does not exist in class javax.faces.component.UIComponent$PropertyKeys

2010-12-11 Thread ken keller
I've verified that if you set the cipher MAC keys in web.xml, myfaces works reliably on gae w/ client-side state saving. I've appended sample settings. http://wiki.apache.org/myfaces/Secure_Your_Application encryption* must be used in production* environments and disable it could only be valid

Re: java.io.InvalidObjectException: enum constant attributes does not exist in class javax.faces.component.UIComponent$PropertyKeys

2010-12-10 Thread ken keller
layers. Werner Am 10.12.10 05:25, schrieb ken keller: Werner, Thx for digging into this. I think you're incorrect about how httpsession works. Here is an article about gae httpsession: http://blog.comtaste.com/2010/07/managing_session_data_in_gae_a.html If you want a consistent

Re: java.io.InvalidObjectException: enum constant attributes does not exist in class javax.faces.component.UIComponent$PropertyKeys

2010-12-10 Thread ken keller
I disabled encryption (see below), redeployed, everything works--seemingly it is much more responsive too. What's the purpose of the encryption? When I View Source, ViewState field looks like a long, hex string. Even if it can be reverse-engineered, the values are likely to be the same ones sent

Re: java.io.InvalidObjectException: enum constant attributes does not exist in class javax.faces.component.UIComponent$PropertyKeys

2010-12-09 Thread ken keller
here. It would be interesting to know if in the ajax case the browser throws any errors. What does the browser error console say? Werner Am 24.10.10 20:14, schrieb ken keller: Yesterday evening I noticed java.io.InvalidObjectException stopped being thrown. I don't know why but I hope

Re: java.io.InvalidObjectException: enum constant attributes does not exist in class javax.faces.component.UIComponent$PropertyKeys

2010-12-09 Thread ken keller
/googleappenginesupport.html Werner Am 09.12.10 22:10, schrieb ken keller: I use both of those. I've started playing with wicket because Gavin recommends JSF or wicket (both have component models). wicket doesn't appear to have active component libs like richfaces, primefaces, icefaces. I'm surprised

Re: myfaces popularity

2010-12-06 Thread ken keller
a few things on GAE in the past. LieGrue, strub --- On Sun, 12/5/10, ken keller klr...@gmail.com wrote: From: ken keller klr...@gmail.com Subject: Re: myfaces popularity To: MyFaces Discussion users@myfaces.apache.org Date: Sunday, December 5, 2010, 8:14 PM

Re: myfaces popularity

2010-12-05 Thread ken keller
via setter methods. Hope this helps. Regards, Jakob 2010/12/3 ken keller klr...@gmail.com: My last startup is www.collectrium.com. We use AWS/py/django. This was my first non-Java app I missed strong typing. django's template language is verbose

Re: myfaces popularity

2010-12-03 Thread ken keller
: Matthias Wessendorf mat...@apache.org Subject: Re: myfaces popularity To: MyFaces Discussion users@myfaces.apache.org Date: Friday, December 3, 2010, 7:44 AM On Fri, Dec 3, 2010 at 7:28 AM, ken keller klr...@gmail.com wrote: This mailing list isn't very active. Most of the messages

Re: myfaces popularity

2010-12-03 Thread ken keller
-jee/jsf-and-ajax ) On Fri, Dec 3, 2010 at 11:44 AM, ken keller klr...@gmail.com wrote: 1Mpvs/day on which URL? mojarra looks inactive: http://java.net/projects/mojarra/lists The richfaces team seems to prefer mojarra to myfaces. Given the effort being devoted to richfaces primefaces

myfaces popularity

2010-12-02 Thread ken keller
This mailing list isn't very active. Most of the messages seem to be about component libs like Trinidad. Is myfaces popular? Wouldn't a searchable group be more convenient than a mailing list?

Re: java.io.InvalidObjectException: enum constant attributes does not exist in class javax.faces.component.UIComponent$PropertyKeys

2010-10-24 Thread ken keller
=menu value=#{bankingBean.customerId} f:ajax event=change execute=@this render=register/ f:selectItems value=#{bankingBean.customerIds}/ /h:selectOneMenu h:outputText id=register value=#{bankingBean.customerId}/ On Thu, Oct 21, 2010 at 9:32 PM, ken keller klr...@gmail.com wrote: I'm a JSF2

java.io.InvalidObjectException: enum constant attributes does not exist in class javax.faces.component.UIComponent$PropertyKeys

2010-10-21 Thread ken keller
I'm a JSF2/myfaces rookie. I have it working w/ Eclipse Helios gae Eclipse plugin. When I deploy it visit my test page, a blank page is displayed the log entry is appended to this message. It appears to be a session deserialization problem. Thx. for your help. javax.servlet.ServletException: