-
-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Atmosphere 1.0.13 (and PrimeFaces Push) is not CDI compliant #1060
Comments
Jeanfrancois, I think you mentioned, recently, that PrimeFaces Push has to be updated before Atmosphere 1.0.13 is released. TomEE thinks that the issue may be the link between PrimeFaces and Atmosphere. this issue only occurs with 2013-04-26 version of Atmosphere 1.0.13 snapshot. this issue does not occur with 2013-04-15 version of Atmosphere 1.0.13 snapshot |
Salut...I still fail to see what is the issue :-) HAve you configured a BroadcasterLIfeCyclePolicy by any chance? That would explain...in any case, this is not an issue with Atmosphere. I don't think the log breaks your application, right? |
Below is what has been in my web.xml (for PrimeFaces Push project) ever since I started using TomEE and PrimeFaces Push (Atmosphere), together. I started using them both at the same time. This configuration has been working ever since and i have not seen this new 'log' (INFO: /counter support Out Of Order Broadcast: false) on every 'full page refresh' until I started using TomEE 1.6.0 snapshot 2013-04-26 (and 4/29) and Atmosphere 1.0.13 snapshot 2013-04-26.
The log does not break my app; it just adds more lines to my log file that, IMHO, I don't want in the log file. |
i hope TomEE will advise on what is necessary to make tomee 'atmosphere-aware'. |
Sure, but what is the issue? The question is the application still works or you broken? If apps still works this is not an issue :-) The log is secondary here and was recently added for good. |
LOL app is not broke. i'm only trying to figure out why atmosphere and tomee are not playing well together 'now'. the log just revealed that tomee (openwebbeans) and atmosphere are not playing well, now. :) |
if you get a chance, please consider the test case provided. |
OK so let's no make noise on the mailing list and issue :-) I'm closing this right now and will look at your sample, but since nothing is broken, ping me directly as it will direct people from the wrong direction. Thanks! |
Thanks Jeanfrancois! I just downloaded 1.0.0.RC2, and this appears to be fixed in the 1.0.0.RC2 release! Thank you. I was glad to make some noise here. :) |
Salut, |
No need to do that. 1.1.0.RC2 is working fine for me and I don't see this On Thu, May 9, 2013 at 8:44 AM, Jeanfrancois Arcand <
|
I'm trying to say since the beginning of this discussion that event if you application works, it is not normal than so many broadcaster gets created. So you have a bug in your application...this is independent of the logging issue you pointed, and much more critical :-) If you set the log level to TRACE, the message you reported seeing will STILL be there. SO check your application :-) |
TomEE (1.6.0 snapshot, featuring OpenWebBeans 1.2.0) says,
I am asking TomEE committers to watch-and-or-advise on this issue. This issue is related to recently-opened-and-closed-issue 1057:
#1057
A test case is available at the following URL:
https://github.com/smithh032772/PrimePushCounter.git
This is a Netbeans 7.3 project; dependencies are as follows:
To reproduce issue 1057 with this test case:
Apr 30, 2013 4:59:15 PM org.atmosphere.cpr.DefaultBroadcaster
INFO: /counter support Out Of Order Broadcast: false
Apr 30, 2013 5:02:40 PM org.atmosphere.cpr.DefaultBroadcaster
INFO: /counter support Out Of Order Broadcast: false
The text was updated successfully, but these errors were encountered: