Announcement

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

    SmartGWT 5.1p WebService.class

    I m getting the error : "10:53:51.294:XRP7:WARN:Log:wrapDestroy(): the JavaScriptObject is null unexpectedly for {AUTOIDClass: null,
    ID: null,
    _autoAssignedID: false,
    __ref: {GWT Java Obj},
    __module: {GWT Module Obj}} with class com.smartgwt.client.data.WebService. This may lead to an ID collision after the widget is destroy()ed."

    When i m trying to load WSDL with the new build SmartGWT 5.1p.


    But with the previous release of 5.0 p my webservices were working fine.
    I also observed that

    1) WebService.java is inherited with BaseClass.java.
    2) Instance of WebService is giving null with getJsObj() on XMLTool.loadWSDL callback.

    #2
    This is way too little information for anyone to even speculate as to whether something unrelated went wrong in your upgrade attempt, your usage has been wrong all along and is now causing an issue, or there is an actual framework regression. See the FAQ for the information you need to provide to allow someone to help you.

    Comment


      #3
      Ok i will update the implementation code soon.

      Comment

      Working...
      X