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.
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.
Comment