Announcement

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

    Developer Console not showing RPC History for DSProtocol.CLIENTCUSTOM

    Hi,

    SmartGWT 2.4 GWT 2.1.1 Firefox or Chrome any version. Eclipse 3.6.1

    I have loaded some of the samples such as:
    http://www.smartclient.com/smartgwt/showcase/#grid_dataoperations_fetch

    For this sample running in my development environment the Developer Console RPC tab shows each request when track RPC's is checked.

    But for a custom datasource with:
    setDataProtocol (DSProtocol.CLIENTCUSTOM);
    setDataFormat (DSDataFormat.CUSTOM);

    It does not show anything in the RPC tab?

    Is this normal?

    thanks.

    #2
    With DSProtocol.CLIENTCUSTOM nothing shows up in the RPC tab, I guess this makes sense.

    So to track each fetch for my GwtRpcDatasource I have
    set logging fetchTrace to info or debug.



    Originally posted by realcoder
    Hi,

    SmartGWT 2.4 GWT 2.1.1 Firefox or Chrome any version. Eclipse 3.6.1

    I have loaded some of the samples such as:
    http://www.smartclient.com/smartgwt/...erations_fetch

    For this sample running in my development environment the Developer Console RPC tab shows each request when track RPC's is checked.

    But for a custom datasource with:
    setDataProtocol (DSProtocol.CLIENTCUSTOM);
    setDataFormat (DSDataFormat.CUSTOM);

    It does not show anything in the RPC tab?

    Is this normal?

    thanks.

    Comment

    Working...
    X