0 Replies Latest reply on Dec 5, 2009 7:45 PM by gena

    Resource servlet: hot deployable components not found (GWT Remoting)

    gena

      Hello,


      i've got following issue while trying to integrate GWT with seam remoting. If i put my remote service into the hot deploy folder (WEB-INF/dev), it can not be instantiated from resource servlet (GWTService) because of ClassNotFoundException. If i deploy the application with a prod profile, everything works fine. Is it a desired behaviour?


      Possibly points the line 370 of the GWTService to a problem: it grabs the WebApp-Classloader, which seems not to be a correct one for the hot redeployment purpose


      ClassLoader classLoader = Thread.currentThread().getContextClassLoader()




      Kind regards,


      Gena