tracked down the problem,
it has to do with validation: " RequestFactoryInterfaceValidator"
this validation fails:
RequestFactoryInterfaceValidator v = new
RequestFactoryInterfaceValidator(
logger, new RequestFactoryInterfaceValidator.
ClassLoaderLoader(PersonRequest.class.getClassLoader()));
v.validateRequestContext(PersonRequest.class.getName());
assertFalse(v.isPoisoned());
as stated in previous post, the source code can be found here:
http://paste.pocoo.org/show/307617/
I tried different combination of classes on @Service Annotation (also
locator attribute),
different combination of static/non-static. basically trial and error,
checked it with expenses sample, and RF wiki,
still can't get it to work.
I don't know what I am doing wrong, please Help : (
--
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.