I don't think its a problem with Async file. Can you check whether the
Impl file implements the RemoteService? Does it extends the
RemoteServiceServlet? Is it configured correctly in gwt.xml and
web.xml?

 - Prakash

On 1/24/07, Perceval <[EMAIL PROTECTED]> wrote:
> 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
>


-- 
www.googlipse.com
An Eclipse plugin for Google Web Toolkit (GWT)

-------------------------------------------------------------------------
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