Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    LoginMarker/ login broken

    Good afternoon,

    We have been using SmartGwt since version 2.0. We recently upgraded to SC_SNAPSHOT-2010-11-28. Everything worked well until we retested the "login required" feature. When the client is redirected to the loginRequiredMarker.html, we get this error:
    Code:
    com.smartgwt.client.core.JsObject$SGWT_WARN: 11:44:59.735:TMR6:WARN:Log:TypeError: isc.HiddenFrame is undefined
        [c]RPCManager.getTransaction(_1=>[object XPCCrossOriginWrapper])
        [c]RPCManager.handleLoginRequired(_1=>[object XPCCrossOriginWrapper])
        [c]Class.fireCallback(_1=>{Obj},  _2=>undef,  _3=>[object Array],  _4=>{Obj},  _5=>true)
        Timer._fireTimeout("$ir1962")
        unnamed()
        unnamed()
    If we change back to our old version (Nightly 10-18), it works correctly. We do not use HiddenFrame Transport.

    Thank you for your help,

    #2
    This doesn't look like an upgrade problem, rather it suggests that the URL you are using for some service is on another host. Probably your test environment for the new version is using subtly different URLs.

    Comment


      #3
      Thank you for your reply. The error came from a request not passing through the RPCManager. The reply of this request was the login marker.
      Last edited by chaton78; 7 Dec 2010, 07:56.

      Comment

      Working...
      X