You need to get the GWT compiler to compile 'entityDTO' class. The
easiest way to do that is to move that class to your gwt client
source. The other way to do it is to make a separate module for it,
but that approach doesn't make a lot of sense if you're the author of
both client and server parts. If you move it to your gwt client area,
you will have to make sure it gets compiled (javac) and bundled with
your server implementation too.
Walden