Questions tagged [icepush]

Multi platform Open Source Ajax Push technology.

IcePush is an Open Source Ajax Push technology with support to the following platforms: jsp, Spring MVC, GWT, Wicket, raw JavaScript, jQuery and Prototype.

22 questions
0
votes
0 answers

java.lang.NullPointerException at org.icepush.util.ExtensionRegistry.getBestExtension

I made a new IceFace project and tried to run it on my local host, however I got the following error message: Nov 4, 2013 11:41:10 PM com.sun.faces.config.ConfigureListener$WebConfigResourceMonitor$Monitor INFO: Monitoring…
0
votes
1 answer

How to refresh other users Vaadin Table without causing Concurrent Modification Exception?

Use Case: User logged in and a Vaadin Table component opened showing statuses of appointments. Every row has a drop down (ComboBox) to change status (Scheduled, Arrived, Reviewed). Now multiple users has opened this table in their own browsers and…
Mubasher
  • 943
  • 1
  • 13
  • 36
0
votes
1 answer

Dynamically add/remove servlet filters at session start

My JSF application uses Active directory authentication module which is JCIFS. But JCIFS filter prevents the ICEpush related things for IE8. I thought to remove the JCIFS filter (if it is possible) after the authentication. So it's session based.…
sura2k
  • 7,365
  • 13
  • 61
  • 80
0
votes
1 answer

JSF 2.0 (IceFaces 3.2) ApplicationScoped beans, shared data and PUSH

I'm having a little problem with shared data and push. I have a table containing three rows; these rows are different depending on a selected reference date (each user may select a different reference date, so it's in a session scope), e.g. let's…
Blackout
  • 1
  • 2
0
votes
1 answer

ICEPush: Passing parameter on notification

Well I understand the basic functioning of ICEPush: The client subscribes, the server notifies subscribers when there is new data and then the client requests the payload through ajax. This works well enough, but there is a performance issue that…
JayPea
  • 9,551
  • 7
  • 44
  • 65
0
votes
1 answer

ICEpush 3.0.1 causes no response in JBoss 7.1.1

I have posted on both JBoss and Icesoft but to no avail. I am hoping someone here can help. I have a relatively complex EAR deployment, and one of the modules is a web app. It works great with ICEfaces 3.0.1. I have the interface working fine.…
Bryan Pugh
  • 113
  • 1
  • 7
0
votes
1 answer

JSF 2: sharing scope among specific users

i'm not sure if what i want is possible, but still... i want to share a data among users, like done here. however, unlike this example, which uses ApplicationScope to share the data, i want the data to be shared not among all users, but only for…
eRez
  • 257
  • 8
  • 24
1
2