Hi there,
We are seeing the following problem trying to use real-time messaging in our app where we set document.domain:
Permission denied to get property Window.isc
[Break on this error] parent.isc.Messaging._keepalive('isc_HiddenFrame_2873');</SCRIPT>
messagin...658552149 (line 8)
It looks like the same problem I had here:
http://forums.smartclient.com/showthread.php?t=4677&highlight=Permission+denied
The solution is to add the document.domain synchronization logic we've added elsewhere. In this case, it looks like you need to add that logic to your realtimemessaging jar because it seems that code is produced in your MessagingConnectionHandler java class.
We are seeing the following problem trying to use real-time messaging in our app where we set document.domain:
Permission denied to get property Window.isc
[Break on this error] parent.isc.Messaging._keepalive('isc_HiddenFrame_2873');</SCRIPT>
messagin...658552149 (line 8)
It looks like the same problem I had here:
http://forums.smartclient.com/showthread.php?t=4677&highlight=Permission+denied
The solution is to add the document.domain synchronization logic we've added elsewhere. In this case, it looks like you need to add that logic to your realtimemessaging jar because it seems that code is produced in your MessagingConnectionHandler java class.