[ANNOUNCE] release of myfaces site skin v 1

2010-08-29 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of myfaces site skin v 1. This jar file is used internally to define the style and layout of myfaces site. You can find it in the maven repo unde the group org.apache.myfaces.maven.myfaces-site-skin.

Orchestra and RichFaces problem

2010-08-29 Thread Panayiotis Karabassis
Hi! I am using Orchestra 1.5-SNAPSHOT with RichFaces 3.3.3.Final. When accessing my page it doesn't load and I get this message many times: WARN _ReentrantLock:103 - Waited for longer than 3 milliseconds for access to lock org.apache.myfaces.orchestra.lib._reentrantl...@14562534 which

Re: Orchestra and RichFaces problem

2010-08-29 Thread Panayiotis Karabassis
My application uses redirects. It seems that after the redirect is performed the redirecting thread still holds the lock. On 08/29/2010 05:49 PM, Panayiotis Karabassis wrote: Hi! I am using Orchestra 1.5-SNAPSHOT with RichFaces 3.3.3.Final. When accessing my page it doesn't load and I get

Re: Orchestra and RichFaces problem

2010-08-29 Thread Panayiotis Karabassis
Just a guess, but it seems that an HTTP thread and an HTTPS thread are using the same context. On 08/30/2010 01:20 AM, Panayiotis Karabassis wrote: My application uses redirects. It seems that after the redirect is performed the redirecting thread still holds the lock. On 08/29/2010 05:49

double click problem in JSF

2010-08-29 Thread yogeen honnavar
Dear users, We are using myfaces-1.1.5 with tomcat. We have a problem, when a user double clicks on a h:commandlink 2 submissions are sent to the server and hence the application reports an error. Can anybody suggest a solution to the double click problem. regards -yogeen