0 Replies Latest reply on Dec 9, 2008 10:52 PM by larshuber

    HotDeployment of GWT ServiceImpl Components

    larshuber

      Hi


      We are working with GWT Rpc-Services. In hot deployment the service implementations are redeployed too and causes


      22:47:33,421 ERROR [[/pomop]] Exception while dispatching incoming RPC call
      java.lang.SecurityException: Blocked attempt to invoke method 'public abstract app.service.model.ResponseData app.mock.datamodel.disconnecter.rpcservice.IDummyService.getDummyUsers(app.service.model.RequestData)' on target 'org.jboss.seam.remoting.gwt.GWT14Service' with invalid arguments[app.service.model.RequestData@6a1b46]
           at org.jboss.seam.remoting.gwt.GWTService.RPC_invokeAndEncodeResponse(GWTService.java:560)
           at org.jboss.seam.remoting.gwt.GWTService.processCall(GWTService.java:206)
      



      How can I set some Components to be not hot deployable even if they are in WEB-INF/dev ? These components must be in that directory due they are referencing other seam components.


      Why all components are redeployed and not only the changed ones?