Re: RPC error with jboss

2010-01-11 Thread Lucas Vargas Freitas Ventura
I chance the code to use RemoveService and RemoteServiceServlet , instead RpcService and RpcServlet and it works xD I see that RpcService isn't stable. Thanks for helping On Sat, Jan 9, 2010 at 9:45 AM, Lucas Vargas Freitas Ventura < lucasvfvent...@gmail.com> wrote: > Here are my web.xml: > >

Re: RPC error with jboss

2010-01-09 Thread Lucas Vargas Freitas Ventura
Here are my web.xml: DynaTable.html calendar com.google.gwt.sample.dynatable.server.SchoolCalendarServiceImpl calendar /dynatable/calendar What is missing? Thanks again On Sat, Jan 9, 2010 at 2:02 AM, UJ wrote: > Hello, > > Its not able to lo

Re: RPC error with jboss

2010-01-08 Thread UJ
Hello, Its not able to look-up the servlet you have deployed. Please check the web.xml configuration. You must have specified the remote relative path in your RemoteService interface. e.g. @RemoteServiceRelativePath("security-service") The web.xml for you application should also contain a servle

RPC error with jboss

2010-01-08 Thread Lucas Vargas Freitas Ventura
Hello, I am testing the DynaTable app , and it work fine in development mode, (using Eclipse plugging). But i want test the application in my jboss server, so i ran the ant script to make the war file and put this file in deploy folder into jboss. The server start fine, but when i enter in the appl