Page 2 of 2

Re: PF 5.0RC1 Failed invoking AtmosphereFramework.doCometSup

Posted: 23 Apr 2014, 15:07
by jfarcand
This is a bug in Grizzly/Glassfish. Please file a bug there, they will fix it ASAP I'm sure (https://grizzly.java.net/)

Re: PF 5.0RC1 Failed invoking AtmosphereFramework.doCometSup

Posted: 30 Apr 2014, 17:29
by magsam
Hello Jeanfrancois,
I found out what the bug causes it's not grizzly it's a PF 5.0 bug - the script (the counter example from the showcase)


<script type="text/javascript">
function handleMessage(data) {
$('.display').html(data);
}
</script>


inside <ui:define name="content"> when it's outside no bug but of course the script doesn'work.
When I replace the <ui:define with <ui:component> it works .

But this is no solution because the dialogue needs <ui:define

I am sure soon this bug will be past

Re: PF 5.0RC1 Failed invoking AtmosphereFramework.doCometSup

Posted: 01 May 2014, 19:29
by jfarcand
Good finding, but GlassFish should still not miserably fails like that. So file an issue :-)

Re: PF king AtmosphereFramework.doCometSupport

Posted: 02 Jun 2014, 14:53
by magsam
Solved

atmosphere 2.1.5 solved the problem

Re: PF king AtmosphereFramework.doCometSupport

Posted: 02 Jun 2014, 15:28
by smithh032772
magsam wrote:Solved

atmosphere 2.1.5 solved the problem
Very good. I recognized that fix in the 2.1.5 bug fixes list. :-)