thread « IceFaces « JSF Q&A





1. IceFaces accumulate view problem    stackoverflow.com

I am uploading a file in IceFaces application through thread. After file upload is done, I am showing javascript message. Message is shown after some action or event is fired from view page. I ...

2. Redirecting Icefaces page from an independent thread?    stackoverflow.com

I'm performing a validation task that takes a while and am spinning the validation process into a separate thread. I've got the progress bar side of things working, with PortableRenderer and ...

3. Updating field in icefaces using thread    stackoverflow.com

Good morning guys I have a textField on my icefaces page which display number of messages in one table in a database. Since that data changes from other users using the application so ...

4. Question about Thread Blocked and Ice:Tree    icefaces.org

Hi.. Does anyone have Thread blocked problem? This is the thread dump that I get from Jboss: Code: Thread: http-0.0.0.0-8080-3 : priority:5, demon:true, threadId:201, threadState:BLOCKED, threadLockName:com.icesoft.faces.util.event.servlet.ContextEventRepeater@9d92bf com.icesoft.faces.util.event.servlet.ContextEventRepeater.sessionCreated(ContextEventRepeater.java:316) org.apache.catalina.session.StandardSession.tellNew(StandardSession.java:384) org.apache.catalina.session.StandardSession.setId(StandardSession.java:356) org.apache.catalina.session.ManagerBase.createSession(ManagerBase.java:824) org.apache.catalina.session.StandardManager.createSession(StandardManager.java:290) org.apache.catalina.connector.Request.doGetSession(Request.java:2225) org.apache.catalina.connector.Request.getSessionInternal(Request.java:2169) org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:232) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) org.apache.catalina.valves.FastCommonAccessLogValve.invoke(FastCommonAccessLogValve.java:495) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) java.lang.Thread.run(Thread.java:595) This happening after I got this error: 2008-11-06 10:54:28,719 ERROR [com.icesoft.faces.webapp.parser.Parser] Failed to execute ...

5. Scope 'request' is not active for the current thread    icefaces.org

icefaces Scope 'request' is not active for the current thread; consider defining a scoped proxy We are using icefaces 1.70, due to schedule pressure upgrading it 1.7x is not an option at this time. I searched this forum and can't seem to find a solution anywhere, I've googled for some time this morning and although I've found some workarounds they seem ...

6. outputConnectionStatus with long running thread    icefaces.org

Hi, I have a web page that fires a long running process. It uses another Thread so it runs async. After 2 mins, the outputConnectionStatus indicator stops showing the "processing" image. And after a while, it starts showing the icon again. How can I prevent this behavior? I mean, to have the indicator showing the processing state as long as the ...

7. Thread safety for objects in extended request scope.    icefaces.org

I understand the page controller objects (which contain UI bindings, actionListeners, actionMethod etc) should generally be request-scoped, and since a new request bean will be created and used for every request, we don't have to worry about thread-safety with these. This is true for standard request scope. I'm wondering how this works with ICEfaces extended request scope. How can I be ...

9. Lost context when creating threads    icefaces.org

Hello!!!! I have a managed bean with a list of threads (process) that excecute background operations (consuming webservices and database access), on page I have a panelSeries with one entry per process on the managed bean. Each process has a pointer to the managed bean, so when it finishes its work it instructs the bean to remove it from the list. ...





10. Ajax Push and Non-JSF Threads    icefaces.org

rainwebs wrote: Some more details? Hi Rainer, Well i will comment my scenario. I have an application with Icefaces + Spring (to manage backing beans). I used Quartz with the Spring integration to make a job to consume a web service. I want to update the client with the value returned from the WS at regular intervals of time (throwing ...

11. Thread and Managed bean    icefaces.org

13. Cannot use request/response objects across multiple request processing threads    icefaces.org

We have a webapplication developed with Icefaces 1.8.2 & Java1.5. The web application works fine on Tomcat. But when we want to deploy the same web application to Sun Webserver 7.0, we have a error. The scenario is as follows 1. User logs in and presented with a list of items (from data table/rowselector component) on left side. 2. User selects ...

15. Help, my application sporadically suffers high thread contention    icefaces.org

We have had ICEFaces 1.8.2 running on Websphere 6.0 without seeing this issue. However, we have recently migrated to Websphere 7.0.17 and are now seeing the same issue in production. We are seeing the issue on HttpSession timout and session invalidation. Any one have any suggestions/solutions. 3XMTHREADINFO "WebContainer : 26" J9VMThread:0x0000000007240D00, j9thread_t:0x00002AAAB4B5DF80, java/lang/Thread:0x000000005A08F128, state:CW, prio=5 3XMTHREADINFO1 (native thread ID:0x2619, native priority:0x5, ...

16. FileEntryLoader bean and thread-safety    icefaces.org

During the migration from icefaces 1.8 to icefaces 2.0 I found that I must substitute ice:inputFile component in one of my templates to ace:fileEntry component. And now I get PropertyNotFoundException when I open and close the page with this component. JSF engine doesn't find some property in this template in object which not related to this template at all! I just ...





20. thread disappeared    icefaces.org

24. Using the Forums: list marked threads    icefaces.org

25. ThreadPool + renderable + threading    icefaces.org

28. Request Scope and Thread-Safety    icefaces.org