JMS « IceFaces « JSF Q&A





1. How to make the IceFaces framework don't process all components at once?    stackoverflow.com

I'm developing a web application based on IceFaces Framework 1.8.2 and I got some doubt but unfortunately I didn't get any answer about its behavior. My Application has 3 collapsible panel and ...

2. Java Message Service    icefaces.org

Maxi wrote: Thank you very much. I tried to use the apache geronimo server as a message broker and ActiveMQ. That worked fine. jms isn't that hard but a lot of people seem to have difficulty with it. So I thought it might be cool to do a little demo, watch for it at www.mooncatventures.com in a few days. ...

3. JMS Icefaces    icefaces.org

4. Working with JMS    icefaces.org

I developed JMS application (actually it is a J2SE application) to send and receive message by implementing the MessageListner interface in the client side. Then i wont to develop iceface application for send and receive message using JMS. I have implemented the MessageListener interface in my iceface application with zero errors. But it dosen't work... I think you are clear in ...

5. Working with JMS    icefaces.org

6. Icefaces server initiated push from JMS Queue    icefaces.org

Hi There I am trying to get the server initiated push working Basically I have a jms queue and when the user clicks on a button I queue the users order at that time I would like to display on the user dashboard some status message like Processing and once his order is processed I would like to display Processed. We ...

7. ICEFacesEE with JMS- topic error    icefaces.org

15:20:39,703 INFO [JMSAdapter] JMS Environment: 15:20:39,718 FATAL [AsyncResponseStateManager] Failed to subscribe to topic: icefaces.responseTopic com.icesoft.util.net.messaging.MessageServiceException: javax.naming.NameNotFoundException: icefaces.responseTopic not bound at com.icesoft.util.net.messaging.jms.JMSAdapter.subscribe(JMSAdapter.java:270) at com.icesoft.util.net.messaging.MessageServiceClient.subscribe(MessageServiceClient.java:753) at com.icesoft.util.net.messaging.MessageServiceClient.subscribe(MessageServiceClient.java:722) at com.icesoft.faces.async.server.AsyncResponseStateManager.setUpMessageServiceClient(AsyncResponseStateManager.java:76) at com.icesoft.faces.async.server.AsyncResponseStateManager.createState(AsyncResponseStateManager.java:56) at com.icesoft.faces.webapp.xmlhttp.ResponseStateManager.getState(ResponseStateManager.java:156) at com.icesoft.faces.webapp.xmlhttp.PersistentFacesServlet.service(PersistentFacesServlet.java:387) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) ...

8. Icefaces & JMS & Ondemandrender    icefaces.org

9. How to access a managed bean that is in session scope from a JMS thread?    icefaces.org

I have a datatable that gets refreshed whenever there is a new message.My datatable bean is a JMS listener that has onMessage.From within this onMessage method, when I access the FacesContext.getCurrentInstance() returns null.I tried PersistanceFacesState.getInstance() and then got the facesContext and application.But when I create a valueBinding to get the managedBean I get null.Any thoughts on how to access the managed ...