Unable to find/load mapped servlet class

2009-02-12 Thread ytbryan
hi all, i compiled my gwt application that has rpc in it. after that i try running it but it gives me com.google.gwt.user.client.rpc.StatusCodeException: Unable to find/ load mapped servlet class 'com.tribling.gwt.test.mysqlconn.server.MySQLConnServiceImpl' can someone advices me what

Unable to find/load mapped servlet class

2008-10-13 Thread Joshua Partogi
Dear all, I encounter this problem when trying to run a trivial sample. I already have the class, but why does GWT throw this error? com.google.gwt.user.client.rpc.StatusCodeException: Unable to find/ load mapped servlet class 'lab.gwt.server.TestServiceImpl' Could anyone give me a hint

Re: Unable to find/load mapped servlet class

2008-10-13 Thread Joshua Partogi
Yes it helps :-) It's working now. I also got the basic idea of how GWT works now. Thanks! On Oct 13, 7:17 pm, Kamal Chandana Mettananda [EMAIL PROTECTED] wrote: Where have you placed the TestServiceImpl class inside your web application? You may read Compile Deploy section of the following