Hello,

I'm trying to create RPC with servlet, but I simply can't.
I have a GWT project in Eclipse, and want to use that in a servlet of
a J2EE project in Netbeans.

Appserver log says:

Exception while dispatching incoming RPC call
com.google.gwt.user.server.rpc.UnexpectedException: Service method
'public abstract java.lang.String[][]
hu.charm.tvnwservices.web.client.queries.SimpleQueryService.simpleQuery
(java.lang.String[])' threw an unexpected exception:
java.lang.AbstractMethodError:
hu.charm.tvnwservices.web.servlet.QueryServlet.simpleQuery([Ljava/lang/
String;)[[Ljava/lang/String;

I've exported the service interface from GWT project to a JAR and then
imported to my J2EE project, so my servlet is able to implement it.
But it doesn't work. I've set serialVersionUID too, it didn't helped.


Thx.
MB

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to