ICEfaces
  1. ICEfaces
  2. ICE-6346

Log more information to ICEfaces Bridge console

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0.0
    • Fix Version/s: 2.0.0
    • Component/s: Bridge
    • Labels:
      None
    • Environment:
      ICEfaces 2, icefaces2/trunk svn rev. #23348

      Description

      There needs to be more information logged into the ICEfaces bridge console to help tracking potential problems faster and easier.

        Activity

        Ken Fyten created issue -
        Ken Fyten made changes -
        Field Original Value New Value
        Salesforce Case []
        Fix Version/s 2.0.0 [ 10230 ]
        Assignee Priority P2
        Assignee Mircea Toma [ mircea.toma ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #23495 Mon Dec 13 13:06:38 MST 2010 mircea.toma ICE-6346 Added log message for received server errors, session expiry, for submit information, and received update information.
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/core/src/main/javascript/application.js
        Commit graph MODIFY /icefaces2/trunk/icefaces/core/src/main/javascript/focus.js
        Commit graph MODIFY /icefaces2/trunk/icefaces/core/src/main/javascript/submit.js
        Commit graph MODIFY /icefaces2/trunk/icefaces/core/src/main/javascript/blockui.js
        Mircea Toma made changes -
        Summary ICEfaces Bridge debug console opening 2 windows, neither of which work. Log more information to ICEfaces Bridge console
        Salesforce Case []
        Description When trying to use the ICEfaces bridge debug console via Ctrl-Shift-T, it is opening 2 windows instead of the expected one, and neither of the windows reports the network activity.

        Seen using both compat component-showcase and ace-showcase (all that was tested).
        There needs to be more information logged into the ICEfaces bridge console to help tracking potential problems faster and easier.
        Hide
        Mircea Toma added a comment - - edited

        Added log message for received server errors, session expiry, submit information, and received update information.

        Show
        Mircea Toma added a comment - - edited Added log message for received server errors, session expiry, submit information, and received update information.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #23496 Mon Dec 13 14:20:31 MST 2010 mircea.toma ICE-6346 Implement 'compat' delegating logger.
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/core/src/main/javascript/application.js
        Commit graph MODIFY /icefaces2/trunk/icefaces/compat/core/src/main/javascript/compat.js
        Hide
        Mircea Toma added a comment -

        Replaced no-operation logger in ICEfaces2/compat with logger that delegates the calls to the new ICEfaces/core logger.

        Show
        Mircea Toma added a comment - Replaced no-operation logger in ICEfaces2/compat with logger that delegates the calls to the new ICEfaces/core logger.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #23500 Mon Dec 13 16:15:37 MST 2010 mircea.toma ICE-6346 Use 'childNodes' property instead of 'children' to list child DOM nodes since the latter property belongs to the HTML API.
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/core/src/main/javascript/application.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #23501 Mon Dec 13 16:16:22 MST 2010 mircea.toma ICE-6346 Change variable name 'log' to avoid overlap with the operator with the same name defined in logger.js.
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/compat/core/src/main/javascript/compat.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #23505 Tue Dec 14 12:50:36 MST 2010 mircea.toma ICE-6346 Add exception type object that captures the call stack.
        Files Changed
        Commit graph ADD /projects/bridge-support/src/main/javascript/exception.js
        Commit graph MODIFY /projects/bridge-support/src/main/javascript/string.js
        Commit graph ADD /projects/bridge-support/src/test/javascript/exception.html
        Hide
        Mircea Toma added a comment -

        Introduced exception type object that captures the call stack (to be used later for debugging or logging). Replaced each bridge triggered exception instance with this new exception.

        Show
        Mircea Toma added a comment - Introduced exception type object that captures the call stack (to be used later for debugging or logging). Replaced each bridge triggered exception instance with this new exception.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #23507 Tue Dec 14 14:28:06 MST 2010 mircea.toma ICE-6346 Replace each bridge triggered exception instance with the new callastack capturing exception.
        Files Changed
        Commit graph MODIFY /projects/bridge-support/src/main/javascript/exception.js
        Commit graph MODIFY /icefaces2/trunk/icefaces/core/src/main/javascript/application.js
        Commit graph MODIFY /projects/bridge-support/src/main/javascript/cookie.js
        Commit graph MODIFY /icefaces2/trunk/icefaces/core/build.javascript.xml
        Commit graph MODIFY /projects/bridge-support/src/main/javascript/string.js
        Commit graph MODIFY /projects/bridge-support/src/main/javascript/element.js
        Commit graph MODIFY /projects/bridge-support/src/main/javascript/http.js
        Commit graph MODIFY /projects/bridge-support/src/main/javascript/configuration.js
        Commit graph MODIFY /icefaces2/trunk/icefaces/core/src/main/javascript/submit.js
        Commit graph MODIFY /projects/bridge-support/src/main/javascript/oo.js
        Commit graph MODIFY /projects/bridge-support/src/main/javascript/logger.js
        Mircea Toma made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #23510 Tue Dec 14 16:15:45 MST 2010 mircea.toma ICE-6346 Revert usage of call stack capturing exception.
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/core/src/main/javascript/application.js
        Commit graph MODIFY /projects/bridge-support/src/main/javascript/cookie.js
        Commit graph MODIFY /icefaces2/trunk/icefaces/core/build.javascript.xml
        Commit graph MODIFY /projects/bridge-support/src/main/javascript/string.js
        Commit graph MODIFY /projects/bridge-support/src/main/javascript/element.js
        Commit graph MODIFY /projects/bridge-support/src/main/javascript/http.js
        Commit graph MODIFY /projects/bridge-support/src/main/javascript/configuration.js
        Commit graph MODIFY /icefaces2/trunk/icefaces/core/src/main/javascript/submit.js
        Commit graph MODIFY /projects/bridge-support/src/main/javascript/logger.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #23511 Tue Dec 14 16:21:47 MST 2010 mircea.toma ICE-6346 Revert usage of call stack capturing exception.
        Files Changed
        Commit graph MODIFY /projects/bridge-support/src/main/javascript/oo.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #23514 Tue Dec 14 17:06:29 MST 2010 mircea.toma ICE-6346 Rename private function.
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/core/src/main/javascript/submit.js
        Ken Fyten made changes -
        Issue Type Bug [ 1 ] Improvement [ 4 ]
        Salesforce Case []
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Priority P2

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Ken Fyten
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: