Re: Submit problem

2014-05-21 Thread Anton Sysoev
The problem was in Tobago SecretPhaseListener. It blocked all jsf phases after a restore phase. I just added create-session-secretfalse/create-session-secret and check-session-secretfalse/check-session-secret in tobago-config.xml then the problem was gone. I hope it will be useful to someone.

ist außer Haus.

2014-05-21 Thread Klaus SCHUSTER
Ich werde ab 13.05.2014 nicht im Büro sein. Ich kehre zurück am 26.05.2014. Für alle Anfragen zum Thema Elba Webcare bitte ich Sie im Elbanet in der Rubrik ELBA Webcare ein Ticket zu erfassen. In dringenden Fällen kontaktieren Sie bitte für den Bereich Elba Webcare Hr. Holzlechner (eMail.:

Problem with clientWindow id and Deltaspike 0.7

2014-05-21 Thread Karl Kildén
Hi, In my sandbox app Deltaspike fails with a TomEE that has been upgraded to 2.2.3. Error: WebBeans context with scope type annotation @WindowScoped does not exist within current thread When I debug it is because Deltaspike asks ServletExternalContextImpl for the ClientWindow. It get's null

Re: Problem with clientWindow id and Deltaspike 0.7

2014-05-21 Thread Thomas Andraschko
Hi, could you try to use DeltaSpikes window handling? I never faced any issues with JSF 2.0/2.1 and DeltaSpike. Maybe it's some incompatibly between JSF 2.2 and DS in some cases. Maybe we should ask Gerhard, he developed the bridge for JSF 2.2. Regards, Thomas 2014-05-21 20:21 GMT+02:00 Karl

Re: Problem with clientWindow id and Deltaspike 0.7

2014-05-21 Thread Gerhard Petracek
@thomas: the bridge just gets active once you enable the client-window of jsf (otherwise deltaspike continues as usual). regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

Re: Problem with clientWindow id and Deltaspike 0.7

2014-05-21 Thread Karl Kildén
I can confirm that removing either: dependency groupIdorg.apache.myfaces.extensions.validator/groupId artifactIdmyfaces-extval-core/artifactId version2.0.7/version /dependency Or removing context-param

Re: Problem with clientWindow id and Deltaspike 0.7

2014-05-21 Thread Gerhard Petracek
hi karl, that combination (extval + jsf 2.2 bridge of ds) is currently undefined due to the undefined order of the different wrappers... regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for