JavaServer Faces - Thread bottleneck due to bug in JSF 1.1 : please help

Hi. We are using JSF 1.1 on a J2EE 1.4 server and have identified a critical a bottleneck because methods of class com.sun.faces.application.ApplicationAssociate are synchronized. This is a bug in JSF 1.1 identified by Sun (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6223295) that has apparently been fixed in JSF 1.2.

However, JSF 1.2 requires Servlet 2.5 and JSP 2.1support, and our server is only J2EE 1.4 compatible.

So what can we do ? If you have any ideas, please post.

Thanks.

Fabien Coppens

[539 byte] By [sonicfaba] at [2007-11-26 23:19:32]
# 1
[edit]Nevermind.Message was edited by: BalusC
BalusCa at 2007-7-10 14:22:20 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Actually, I have just tried JSF 1.1_02 and it does seem to solve the thread bottleneck problem. I'll need verification once we get into performance testing, I'll keep you guys posted.
sonicfaba at 2007-7-10 14:22:20 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Hmm, that was exactly what I would suggest earlier .. Using JSF 1.1_02. And then I become confused by the issue reports and I wasn't sure anymore if this is fixed in 1.1_02 or not.
BalusCa at 2007-7-10 14:22:20 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
Actually, I was wrong : JSF release 1.1_02 DOES NOT solve the thread bottleneck problem.
sonicfaba at 2007-7-10 14:22:20 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...