[jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive

2007-08-28 Thread fhh
... or download the nightly builds from http://hudson.jboss.org/hudson/job/JBossSeam/. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078607#4078607 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078607

[jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive

2007-08-28 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : Seam 2.0CR1 is due to be released very soon now. | | | When? | | :) When it's done :). But seriously, there's not that many issues remaining, the problem is that a bunch of last minute issues keep popping up in the release which is holding us up a little

[jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive

2007-08-27 Thread mhaubrich
Hi, we are experiencing this problem as well. Could you please tell me when the 2.0 CR1 release is due? Or alternatively how to re-build the jboss-seam-ui.jar after fetching the latest version from FishEye. I haven't managed to get the supplied ant script to work... :( Thanks, Maarten View

[jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive

2007-08-27 Thread [EMAIL PROTECTED]
You can get the latest version from CVS. http://wiki.jboss.org/wiki/Wiki.jsp?page=CVSRepository View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078555#4078555 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078555

[jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive

2007-08-27 Thread [EMAIL PROTECTED]
Seam 2.0CR1 is due to be released very soon now. When? :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078563#4078563 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078563

[jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive

2007-08-06 Thread [EMAIL PROTECTED]
Seam 2.0CR1 is due to be released very soon now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4071087#4071087 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4071087 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive

2007-08-05 Thread jazir1979
I reproduced it using the seam-ui example, with a large file for Pete Muir's Picture. I had loads of the following: | 2007-08-06 11:45:20,921 DEBUG [org.jboss.seam.contexts.Contexts] found in event context: person | 2007-08-06 11:45:20,921 DEBUG [org.jboss.seam.contexts.Contexts] found in

[jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive

2007-08-05 Thread jazir1979
For example, this change on Fisheye: http://fisheye.jboss.com/browse/JBoss/jboss-seam/ui/src/main/java/org/jboss/seam/ui/component/UIFileUpload.java?r1=1.3r2=1.4 I'll try it... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4071013#4071013 Reply to the post :

[jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive

2007-08-05 Thread jazir1979
It worked. Like all my other recent troubles, I had to apply the fix manually after inspecting Fisheye. It would have been much easier if there was like a Seam 2 Beta 2 release or something. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4071018#4071018

[jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive

2007-08-03 Thread [EMAIL PROTECTED]
I can't reproduce in an example. So you'll need to provide a testcase I think. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070548#4070548 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070548

[jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive

2007-08-02 Thread [EMAIL PROTECTED]
File uploads are handled by MultipartRequest, which doesn't interact with any Seam components (in fact, while it is doing its work there aren't even any active Seam contexts). Is it possible for you to use a debugger to pinpoint where all those log messages are coming from? View the original

[jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive

2007-08-02 Thread jazir1979
Hi Shane, thanks for looking at this. I took a debugger to it and it seems it is the JSF processUpdates in the UIFileUpload component: | Contexts.lookupInStatefulContexts(String) line: 192 | Component.getInstance(String, boolean) line: 1722 | Component.getInstance(String) line: 1717