Re: cannot load RPC service interface from external jar

2012-05-05 Thread mukarev
Hi HeyHei, did you specify the remote servlet in your web.xml? Notice that every servlet has to be mapped there (war/WEB-INF/web.xml) - example like this: http://java.sun.com/dtd/web-app_2_3.dtd";> MyServlet org.my.servlet.class MyServlet /folder/path

cannot load RPC service interface from external jar

2012-04-28 Thread HeyHei
I make a jar file which contain client side code and a RPC service, serviceAsync interface. After that, I create an new GWT project and create a RemoteServiceServlet that implements the RPC service in the external jar but there are some error message when I start the dev server: java.lang.NoCla