1 Reply Latest reply on Jun 8, 2007 6:10 AM by sergeysmirnov

    Remoting Problem (Bug)

    stephenwilliams

      Remoting callback not working


      I am creating a progress bar based on the seam example "remoting/progressbar".

      The example from the CVS is working but in the project that I created with seam-gen (1.2.1.GA) the callback function is only called when I return an integer.
      i.e.
      with "@WebRemote public int getProgress();" the javascript callback function gets called but with "@WebRemote public Process getProgress();" not.


      I get the following error in the doc.documentElement...

      "XML Parsing Error: mismatched tag. Expected: .\nLocation: http://localhost:8080/AlgodesRenderServer/seam/resource/remoting/execute\nLine Number 1, Column 291:"