Re: Starting with GWT - Error compiling GWT-RPC Class

2009-02-03 Thread Litty Preeth
[ERROR] Errors in 'file:/Users/viniciuscarvalho/ > > Documents/Caravela/ > spotlight/gwt-bundle/src/org/openspotlight/client/OSLApplication.java' > [ERROR] Line 5: *The import > org.openspotlight.server.**GWTServiceImpl cannot be resolved* Plz see the line in bold. It says that your client c

Starting with GWT - Error compiling GWT-RPC Class

2009-02-03 Thread Vinicius Carvalho
Hello there! I've just started with GWT and have this RPC Servlet: package org.openspotlight.client; import java.util.List; import com.google.gwt.user.client.rpc.AsyncCallback; import com.google.gwt.user.client.rpc.RemoteService; public interface GWTService extends RemoteService { publ