Announcement

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

    Problem with SelectItem and rest DataSource

    Hello,
    in our application when we have more than one SelectItem in the page we receive the following error Server returned SUCCESS with no error message performing operation '$DEFAULT_UOWFACTORY$it_infracom_wintar_commonDefinitionSrv_domain_TipoRapporto$null_fetch'. - response: {operationId: "$DEFAULT_UOWFACTORY$it_infracom_wintar_c..."[89],

    only the first select item is loaded correctly, the others are not.

    In the attached files the json file returned to the datasource, the java class and the screenshot .

    Thanks for your help




    Attached Files

    #2
    Please see the FAQ - you are missing almost all of the required information: product, version, browser, client log, DataSource, etc.

    Comment


      #3
      Hi, sorry for the previous message.
      For the project we are using JDK 1.8.0_201 Smart GWT 12.0p, gwt 2.8.1 debugging in 'Super Development Mode' and testing on Internet Explorer 11.

      I have create new example using 'SmartGwt showcase' as a guide and I have the same error.
      In the attached file you can see the java code in order to create the panel and datasource, in 'test.xml' the content returned by the server and here below the erroLog from the eclipse console

      11:48:21.931 [ERROR] [wintar] 11:48:21.929:focusin8:WARN:RPCManager:Server returned SUCCESS with no error message performing operation 'isc_MobileSelectListSample_1_1_fetch'. - response: {operationId: "isc_MobileSelectListSample_1_1_fetch",
      clientContext: undef, internalClientContext: Obj, context: Obj, transactionNum: 0, httpResponseCode: 200, httpResponseText: "<response> \r\n<status>0</status> \r\n<sta..."[1717], xmlHttpRequest: [object XMLHttpRequest], transport: "xmlHttpRequest",
      status: 0, clientOnly: undef, httpHeaders: Obj, isStructured: true, callbackArgs: null, results: undef, data: undef}
      com.smartgwt.client.core.JsObject$SGWT_WARN: 11:48:21.929:focusin8:WARN:RPCManager:Server returned SUCCESS with no error message performing operation 'isc_MobileSelectListSample_1_1_fetch'. - response: {operationId:
      "isc_MobileSelectListSample_1_1_fetch", clientContext: undef, internalClientContext: Obj, context: Obj, transactionNum: 0, httpResponseCode: 200, httpResponseText: "<response> \r\n<status>0</status> \r\n<sta..."[1717], xmlHttpRequest: [object
      XMLHttpRequest], transport: "xmlHttpRequest", status: 0, clientOnly: undef, httpHeaders: Obj, isStructured: true, callbackArgs: null, results: undef, data: undef}
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(
      NativeConstructorAccessorImpl.java:62
      )
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(
      DelegatingConstructorAccessorImpl.java:45
      )
      at java.lang.reflect.Constructor.newInstance(
      Constructor.java:423
      )
      at com.google.gwt.dev.shell.MethodAdaptor.invoke(
      MethodAdaptor.java:105
      )
      at com.google.gwt.dev.shell.MethodDispatch.invoke(
      MethodDispatch.java:72
      )
      at com.google.gwt.dev.shell.OophmSessionHandler.invoke(
      OophmSessionHandler.java:172
      )
      at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(
      BrowserChannelServer.java:296
      )
      at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(
      BrowserChannelServer.java:551
      )
      at com.google.gwt.dev.shell.BrowserChannelServer.run(
      BrowserChannelServer.java:368
      )
      at java.lang.Thread.run(
      Thread.java:748
      )

      Thanks for your Help.
      Attached Files

      Comment


        #4
        Please revisit the FAQ - you haven't posted your full version (including patch version), and, if you haven't tested with the latest patched build, you need to do that (*before* posting).

        Comment

        Working...
        X