1 Reply Latest reply on Feb 26, 2009 1:40 PM by chilitooth

    jboss + seam + gwt - remoting problem

    chilitooth

      Hi,
      I am fairly new to jboss, seam and gwt and have difficulties to utilize seam remoting in conjunction with gwt. It all boils down to the problem where the working gwt widget wants to call a remoting service provided by seam and gets a 404 instead of a proper result.
      I have difficulties to troubleshoot this problem.. as I don't know and not able to figure out if the ressource isn't there where it was called
      - because it isn't there at all
      - because it isn't where it should be - because the widget calls wrong or the remoting service is wrong located.

      What I would like to know is, what options do I have to figure out the mistake. Are there possibilities to identify if a certain service (the remoting service in this case) is properly installed in jboss? Is it possible to identify the actual endpoint of this service?
      Hmm.. perhaps someone can enlighten me ;-).
      I am using jboss 5, seam 2.1.1 and gwt 1.5.3

      Regards.

        • 1. Re: jboss + seam + gwt - remoting problem
          chilitooth

          Allright, found the mistake. Turned out that the gwt compiler creates a different baseurl than seam does expect. Result was, that the url gwt wanted to access was different than the remoting service of seam offered. Now I have another problem... but I will first try to figure that out myself.