We have an application which already connects to a RealTime server called Caplin Liberator, which is updating two sections in the page.
We want to use SmartClient realtime-messaging to update one section, but found out that if we use both, the Caplin piece doesnt update.
It's strage that even if we just include the libraries like this, the Capliin piece is not updating.
Note: Caplin is accessed through different subdomain URL so there is no limitation of browser connections.
<SCRIPT>window.isomorphicDir='../isomorphic/';</SCRIPT>
<SCRIPT SRC=../isomorphic/system/modules/ISC_Core.js?isc_version=7.0rc4.js></SCRIPT><SCRIPT>isc._lastModule='Core';</SCRIPT>
<SCRIPT SRC=../isomorphic/system/modules/ISC_RealtimeMessaging.js?isc_version=7.0rc4.js></SCRIPT><SCRIPT>isc._lastModule='RealtimeMessaging';</SCRIPT>
<SCRIPT SRC=../isomorphic/system/modules/ISC_Foundation.js?isc_version=7.0rc4.js></SCRIPT><SCRIPT>isc._lastModule='Foundation';</SCRIPT>
<SCRIPT SRC=../isomorphic/system/modules/ISC_Containers.js?isc_version=7.0rc4.js></SCRIPT><SCRIPT>isc._lastModule='Containers';</SCRIPT>
<SCRIPT SRC=../isomorphic/system/modules/ISC_Grids.js?isc_version=7.0rc4.js></SCRIPT><SCRIPT>isc._lastModule='Grids';</SCRIPT>
<SCRIPT SRC=../isomorphic/system/modules/ISC_Forms.js?isc_version=7.0rc4.js></SCRIPT><SCRIPT>isc._lastModule='Forms';</SCRIPT>
<SCRIPT SRC=../isomorphic/system/modules/ISC_DataBinding.js?isc_version=7.0rc4.js></SCRIPT><SCRIPT>isc._lastModule='DataBinding';</SCRIPT>
<SCRIPT SRC=../isomorphic/skins/standard/load_skin.js?isc_version=7.0rc4.js></SCRIPT>
Any idea? Can you suggest some ways to investigate this issue.
We want to use SmartClient realtime-messaging to update one section, but found out that if we use both, the Caplin piece doesnt update.
It's strage that even if we just include the libraries like this, the Capliin piece is not updating.
Note: Caplin is accessed through different subdomain URL so there is no limitation of browser connections.
<SCRIPT>window.isomorphicDir='../isomorphic/';</SCRIPT>
<SCRIPT SRC=../isomorphic/system/modules/ISC_Core.js?isc_version=7.0rc4.js></SCRIPT><SCRIPT>isc._lastModule='Core';</SCRIPT>
<SCRIPT SRC=../isomorphic/system/modules/ISC_RealtimeMessaging.js?isc_version=7.0rc4.js></SCRIPT><SCRIPT>isc._lastModule='RealtimeMessaging';</SCRIPT>
<SCRIPT SRC=../isomorphic/system/modules/ISC_Foundation.js?isc_version=7.0rc4.js></SCRIPT><SCRIPT>isc._lastModule='Foundation';</SCRIPT>
<SCRIPT SRC=../isomorphic/system/modules/ISC_Containers.js?isc_version=7.0rc4.js></SCRIPT><SCRIPT>isc._lastModule='Containers';</SCRIPT>
<SCRIPT SRC=../isomorphic/system/modules/ISC_Grids.js?isc_version=7.0rc4.js></SCRIPT><SCRIPT>isc._lastModule='Grids';</SCRIPT>
<SCRIPT SRC=../isomorphic/system/modules/ISC_Forms.js?isc_version=7.0rc4.js></SCRIPT><SCRIPT>isc._lastModule='Forms';</SCRIPT>
<SCRIPT SRC=../isomorphic/system/modules/ISC_DataBinding.js?isc_version=7.0rc4.js></SCRIPT><SCRIPT>isc._lastModule='DataBinding';</SCRIPT>
<SCRIPT SRC=../isomorphic/skins/standard/load_skin.js?isc_version=7.0rc4.js></SCRIPT>
Any idea? Can you suggest some ways to investigate this issue.
Comment