ICEmobile
  1. ICEmobile
  2. MOBI-764

jQuery 1.6.1 version in JSP demos is interfering with ICEpush

    Details

    • Type: Bug Bug
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.3 Beta
    • Fix Version/s: EE 1.3
    • Component/s: Applications
    • Labels:
      None
    • Environment:
      ICEmobile spring

      Description

      When the icemobilespring demo is loaded

      http://labs.icesoft.com/icemobilespring

      the initial page does not make use of notifications, so the blocking connection is not started. When the Cloud Push demo is chosen, ice.push.register is invoked


      ice.push.register(['2hh14981m:zcl'], function(){
      ice.push.get('/icemobilespring/notificationsregion', function(parameter) {
       parameter('group', 'notifications');} , function(statusCode, responseText) {
      var container = document.getElementById('2hh14981m:zcl');
      if( container ) container.innerHTML = responseText;if( container ) ice.push.searchAndEvaluateScripts(container);});});

      but the implementation of register does not appear to guarantee that the listen.icepush requests will run.

      It is often necessary to clear the cache and restart the demo from the beginning to observe push updates not being delivered.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36225 Thu Jun 13 16:10:04 MDT 2013 philip.breau MOBI-764 Ensure push connection is active when pushIDs are registered
        - upgrade jq to 1.9.1 to avoid killing the setInterval process
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsp/mvc-mediacast/src/main/webapp/WEB-INF/jsp/head.jsp
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/mvc-mediacast/src/main/webapp/resources/javascript/jquery-1.9.1.min.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36224 Thu Jun 13 15:54:50 MDT 2013 philip.breau MOBI-764 Ensure push connection is active when pushIDs are registered
        Files Changed
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/jquery.mobile-1.3.1/jquery.mobile-1.3.1.min.js
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/microphone.html
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/jquery.mobile-1.3.1/jquery.mobile-1.3.1.css
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/jquery.mobile-1.3.1/jquery.mobile-1.3.1.js
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/jquery.mobile-1.3.1/images/icons-36-black.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/jquery.mobile-1.3.1/jquery.mobile-1.3.1.min.css
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/jquery.mobile-1.3.1/images/icons-36-white.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/jquery.mobile-1.3.1/jquery.mobile.structure-1.3.1.css
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/jquery.mobile-1.3.1/jquery.mobile.structure-1.3.1.min.css
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/jquery.mobile-1.3.1/images/icons-18-black.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/jquery.mobile-1.3.1/images/ajax-loader.gif
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/jquery.mobile-1.3.1/jquery.mobile.theme-1.3.1.css
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/jquery.mobile-1.3.1/images/icons-18-white.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/WEB-INF/views/inc/head.jsp
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/jquery.mobile-1.3.1
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/jquery/jquery-1.9.1.min.js
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/jquery.mobile-1.3.1/jquery.mobile.theme-1.3.1.min.css
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/jquery.mobile-1.3.1/images
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/WEB-INF/views/template-small-android.jsp
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/jquery.mobile-1.3.1/jquery.mobile-1.3.1.min.map
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/camera.html

          People

          • Assignee:
            Philip Breau
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: