Questions tagged [primefaces-push]

17 questions
4
votes
0 answers

pe:ckEditor not cleared after non ajax submit with p:fileUpload and primefaces push

I have a page with pe:ckEditor, p:fileUpload, p:commandButton, primefaces push. If there is no file attachment, the p:commandButton (ajax="true") will be executed. Otherwise, p:commandButton (ajax="false") will be executed. If there is no…
bittersour
  • 937
  • 2
  • 11
  • 32
3
votes
0 answers

Primefaces push websockets issue using atmosphere

I'm getting the below error in my chrome console . webSocket connection to…
Divagar Haldurai
  • 399
  • 2
  • 3
  • 11
2
votes
1 answer

Huge amount of long polling requests with primefaces push with IE9

I am trying to use primefaces push to notify a client for an event. I adapted the Primefaces notify showcase so it works with spring framework for dependency injection. JDK 1.8.0_u91, Tomcat 8.0.33, primefaces 5.3, atmosphere 2.4.2,…
2
votes
1 answer

Why do I get a java.lang.NoSuchFieldError on web application with JSF?

I am working on web application with JSF and I try to make notifications by Primefaces Push but when I run the project I got this exception : java.lang.NoSuchFieldError: framework at…
Sawan
  • 162
  • 1
  • 10
2
votes
0 answers

Primefaces Push - TimeoutException

I'm using the primefaces push framework in my application. It usually works fine and the sockets are sending the data without a problem. However sometimes it looks like my request is not being processed and after about 30 seconds the following…
lube
  • 133
  • 1
  • 1
  • 8
1
vote
0 answers

PrimeFaces push endpoint(s) on Apache: AH01144: No protocol handler was valid for the URL

I have been successfully using atmosphere 2.4.2 with PrimeFaces 5.3 on Tomcat8 and Apache Lounge (Windows) 2.4.27 server upfront. Push is working fine, however, I just keep on receiving following info logger in Apache logs on almost every page…
Parkash Kumar
  • 4,710
  • 3
  • 23
  • 39
1
vote
0 answers

Primefaces @PushEndpoint annotated class is not reached when the channel is dynamically changed

I am trying to implement a real time notification system (eg. when an admin edits an user, that specific user only should be notified). I managed to implement the Primefaces example . Now i need it to notify only specific users. I have changed the…
1
vote
0 answers

PrimeFaces @PushEndpoint with @PathParam is NOT working sometime

I'm using PrimeFaces 6.0 and Atmosphere Run Time 2.4.3. I'm following Chat example and are facing with 'unknown' issue which Push message works sometime and do not work sometime. I have been trying to debug to understand what the issue is but no…
Nghia Do
  • 2,588
  • 2
  • 17
  • 31
0
votes
0 answers

How to use omnifaces socket without CDI?

I would like to use Omnifaces Socket as an alternative solution for Primefaces Push which is on the way to remove in the future. I already checked the showcase(http://showcase.omnifaces.org/push/socket) and found that it needs the CDI to init the…
0
votes
1 answer

PrimeFaces Push EventBusFactory.getDefault().eventBus() returns null

I have issue with PrimeFaces 6.0 push, I have searched all questions here and no answer helped me. I'm building a internal email system and I'm trying to notify user if he has new email inserted in the DB based on back end event (observer pattern),…
Omar Adel
  • 3
  • 3
0
votes
1 answer

Primefaces Push notify example does not work with wildfly 9.0.2

I tried to do the notify example of primefaces push in wildfly 9.0.2 but does not work, I searched the error but the answers I've found not helped me, here is my code: and thanks for the advice index: Facelet…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/jsf-2" class="post-tag grid--cell" title="show questions tagged 'jsf-2'" rel="tag">jsf-2</a> <a href="../../questions/tagged/primefaces" class="post-tag grid--cell" title="show questions tagged 'primefaces'" rel="tag">primefaces</a> <a href="../../questions/tagged/push-notification" class="post-tag grid--cell" title="show questions tagged 'push-notification'" rel="tag">push-notification</a> <a href="../../questions/tagged/wildfly-9" class="post-tag grid--cell" title="show questions tagged 'wildfly-9'" rel="tag">wildfly-9</a> <a href="../../questions/tagged/primefaces-push" class="post-tag grid--cell" title="show questions tagged 'primefaces-push'" rel="tag">primefaces-push</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 24 '16 at 19:53">asked Aug 24 '16 at 19:53</time> <a href="../../users/6263889/mf8951" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/6263889.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="mf8951" /> </a> <div class="s-user-card--info"> <a href="../../users/6263889/mf8951" class="s-user-card--link">mf8951</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">23</li> <li class="s-award-bling s-award-bling__bronze" title="7 bronze badges">7</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-37412679"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/37412679/running-primefaces-push-websockets-on-websphere-portal-7" class="question-hyperlink">Running Primefaces Push (WebSockets) on Websphere Portal 7</a></h3> <div class="excerpt">I'm trying to use Atmosphere Framework based Primefaces Push (with WebSockets) on WebSphere Portal 7 (running on WAS 7, which uses Java EE 5 -> Servlet 2.5). I just read that WAS 7 doesn't support WebSockets (doesn't have a WebSockets API), so I'm…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/websphere-7" class="post-tag grid--cell" title="show questions tagged 'websphere-7'" rel="tag">websphere-7</a> <a href="../../questions/tagged/websphere-portal" class="post-tag grid--cell" title="show questions tagged 'websphere-portal'" rel="tag">websphere-portal</a> <a href="../../questions/tagged/atmosphere" class="post-tag grid--cell" title="show questions tagged 'atmosphere'" rel="tag">atmosphere</a> <a href="../../questions/tagged/primefaces-push" class="post-tag grid--cell" title="show questions tagged 'primefaces-push'" rel="tag">primefaces-push</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 24 '16 at 11:47">asked May 24 '16 at 11:47</time> <a href="../../users/3394223/peterremec" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3394223.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="peterremec" /> </a> <div class="s-user-card--info"> <a href="../../users/3394223/peterremec" class="s-user-card--link">peterremec</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">488</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="15 silver badge">15</li> <li class="s-award-bling s-award-bling__bronze" title="46 bronze badge">46</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-34343687"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/34343687/primefaces-push-nothing-happes" class="question-hyperlink">Primefaces Push - nothing happes</a></h3> <div class="excerpt">I try to get primeface push counter example going. I think I have the libraries right because on server start-up it shows me nstalled AtmosphereHandler org.primefaces.push.impl.PushEndpointHandlerProxy mapped to context-path /test1234 and…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/primefaces" class="post-tag grid--cell" title="show questions tagged 'primefaces'" rel="tag">primefaces</a> <a href="../../questions/tagged/atmosphere" class="post-tag grid--cell" title="show questions tagged 'atmosphere'" rel="tag">atmosphere</a> <a href="../../questions/tagged/primefaces-push" class="post-tag grid--cell" title="show questions tagged 'primefaces-push'" rel="tag">primefaces-push</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 17 '15 at 20:29">asked Dec 17 '15 at 20:29</time> <a href="../../users/5647553/duesentrieb" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5647553.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Duesentrieb" /> </a> <div class="s-user-card--info"> <a href="../../users/5647553/duesentrieb" class="s-user-card--link">Duesentrieb</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">21</li> <li class="s-award-bling s-award-bling__bronze" title="4 bronze badges">4</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-34165693"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/34165693/push-event-not-received-in-originating-browser" class="question-hyperlink">Push event not received in originating browser</a></h3> <div class="excerpt">I have a primefaces datagrid that I'm trying to update using primefaces Push. I can see that the onMessage method is called, however the component itself only updates if I have set a breakpoint in the onMessage method. This is the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/jsf" class="post-tag grid--cell" title="show questions tagged 'jsf'" rel="tag">jsf</a> <a href="../../questions/tagged/jsf-2" class="post-tag grid--cell" title="show questions tagged 'jsf-2'" rel="tag">jsf-2</a> <a href="../../questions/tagged/primefaces" class="post-tag grid--cell" title="show questions tagged 'primefaces'" rel="tag">primefaces</a> <a href="../../questions/tagged/primefaces-push" class="post-tag grid--cell" title="show questions tagged 'primefaces-push'" rel="tag">primefaces-push</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 08 '15 at 20:45">asked Dec 08 '15 at 20:45</time> <a href="../../users/5406823/zobbo" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5406823.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="zobbo" /> </a> <div class="s-user-card--info"> <a href="../../users/5406823/zobbo" class="s-user-card--link">zobbo</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">117</li> <li class="s-award-bling s-award-bling__silver" title="2 silver badges">2</li> <li class="s-award-bling s-award-bling__bronze" title="13 bronze badges">13</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-31749009"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/31749009/primefaces-push-with-dynamic-paths-is-not-working" class="question-hyperlink">Primefaces push with dynamic paths is not working</a></h3> <div class="excerpt">I tried to implement the chat sample of primefaces-push, but it doesn't working. I run some tests and i figured out that using @PushEndpoint with fixed paths e.g. /channel, it works properly, however, using path params e.g. /channel/{userId}, the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/jsf-2" class="post-tag grid--cell" title="show questions tagged 'jsf-2'" rel="tag">jsf-2</a> <a href="../../questions/tagged/primefaces" class="post-tag grid--cell" title="show questions tagged 'primefaces'" rel="tag">primefaces</a> <a href="../../questions/tagged/wildfly" class="post-tag grid--cell" title="show questions tagged 'wildfly'" rel="tag">wildfly</a> <a href="../../questions/tagged/atmosphere" class="post-tag grid--cell" title="show questions tagged 'atmosphere'" rel="tag">atmosphere</a> <a href="../../questions/tagged/primefaces-push" class="post-tag grid--cell" title="show questions tagged 'primefaces-push'" rel="tag">primefaces-push</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 31 '15 at 14:44">asked Jul 31 '15 at 14:44</time> <a href="../../users/5178182/hubshop" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5178182.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Hubshop" /> </a> <div class="s-user-card--info"> <a href="../../users/5178182/hubshop" class="s-user-card--link">Hubshop</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="3 bronze badges">3</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <div class="s-pagination--item is-selected">1</div> <a class="s-pagination--item" href="../../questions/tagged/primefaces-push_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/primefaces-push_page=2" rel="next" title="Go to page 2"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>