Re: GAE problem

2010-12-16 Thread Werner Punz
Hk Nikolay: I gave your code a testrun in my GAE project and could not reproduce the error. But have in mind I did not add all your settings just the page and the needed settings for primefaces. You can use my project as base for your next steps or can have a look where the error causing

Re: GAE problem

2010-12-16 Thread Nikolay Rychkov
Thank you very much Werner. After your investigation I began to think that my project has broken files. I have to rebuild it. 2010/12/16 Werner Punz werner.p...@gmail.com Hk Nikolay: I gave your code a testrun in my GAE project and could not reproduce the error. But have in mind I did not add

Re: GAE problem

2010-12-14 Thread Werner Punz
Hi Nikolay, I hope you dont mind that I have to postpone the testing and debugging of your stuff til thurstday, I have been bound by job issues today and tomorrow I am bound privately. Your stuff is next on my list. Werner Am 13.12.10 22:40, schrieb Nikolay Rychkov: I have this error during

Re: GAE problem

2010-12-14 Thread Nikolay Rychkov
That is good to be desired. Thank you very much. 2010/12/14 Werner Punz werner.p...@gmail.com Hi Nikolay, I hope you dont mind that I have to postpone the testing and debugging of your stuff til thurstday, I have been bound by job issues today and tomorrow I am bound privately. Your stuff is

Re: GAE problem

2010-12-13 Thread Werner Punz
Hi can you show me your web.xml, I have done some extensive jsf testing on the weekend with gae and did not have this error. Werner Am 13.12.10 18:45, schrieb Nikolay Rychkov: I have this error in every page on GAE: What is it? java.lang.IllegalStateException: STREAM at

Re: GAE problem

2010-12-13 Thread Nikolay Rychkov
?xml version=1.0 encoding=utf-8? web-app version=2.5 xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd; display-name

Re: GAE problem

2010-12-13 Thread Werner Punz
Ok outside of the crypto stuff I do not see any problem. Try to remove the encryption alltogether for a quick testing and see if it resolves your problem (also turn it off). The problem also could be primefaces related. With the exact crypto config i also had problems (I think the

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: GAE problem

2010-12-13 Thread Werner Punz
Am 13.12.10 21:28, schrieb 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 Actually the error on the Icefaces side indicates they use

Re: GAE problem

2010-12-13 Thread Nikolay Rychkov
I removed context-param param-nameorg.apache.myfaces.SECRET/param-name param-valuexxx/param-value /context-param but problem still exists I use MyFaces 2.0.2 2010/12/13 Werner Punz werner.p...@gmail.com Ok outside of the crypto stuff I do not see any problem.

Re: GAE problem

2010-12-13 Thread Werner Punz
Mhh can you make a small snapshot of the program, just one page and the configuration you use, so that I can look more deeply into the problem tomorrow? Werner Am 13.12.10 21:57, schrieb Nikolay Rychkov: I removed context-param param-nameorg.apache.myfaces.SECRET/param-name

Re: GAE problem

2010-12-13 Thread Nikolay Rychkov
?xml version=1.0 encoding=UTF-8? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; xmlns:f=http://java.sun.com/jsf/core; xmlns:h=http://java.sun.com/jsf/html;

Re: GAE problem

2010-12-13 Thread Nikolay Rychkov
?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi= http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd; modelVersion4.0.0/modelVersion !-- The Basics --

Re: GAE problem

2010-12-13 Thread Werner Punz
Ok thanks a lot I will look into it tomorrow, just one last question, do you get the error only if you deploy or do you get it in the local testing scenario as well, and are your beans you reference normal managed beans? Werner Am 13.12.10 22:03, schrieb Nikolay Rychkov: ?xml version=1.0

Re: GAE problem

2010-12-13 Thread Nikolay Rychkov
I have this error during local run. I didn't try to deploy it. All my beans are menaged beans package ru.agost.jsf.graphml; import javax.faces.bean.ManagedBean; import javax.faces.bean.RequestScoped; import java.io.Serializable; /** * Date: 06.08.2010 * Time: 2:55:36 * p/ * * @author

Re: GAE problem

2010-12-13 Thread Leonardo Uribe
Hi First try to set org.apache.myfaces.SECRET and org.apache.myfaces.MAC_SECRET into your web.xml as described on: http://wiki.apache.org/myfaces/Secure_Your_Application regards, Leonardo Uribe 2010/12/13 Nikolay Rychkov nikolay.rych...@gmail.com I have this error during local run. I didn't