About "Maintaining the Async file." the RemoteService interface is missing?

public interface myService extends RemoteService {

== generate ==>

public interface myServiceAsync {

== gwt don't like ==>

[WARN] StandardContext[]Exception while dispatching incoming RPC call
java.lang.SecurityException: Blocked attempt to access interface
'org.myapp.client.myService', which is either not implemented by this
servlet or which doesn't extend RemoteService; this is either
misconfiguration or a hack attempt
        at 
com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:211)
        at 
com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteServiceServlet.java:167)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at 
com.google.gwt.dev.shell.GWTShellServlet.service(GWTShellServlet.java:248)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
        at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Googlipse-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/googlipse-users

Reply via email to