I have created the entityproxy with the Enum return type. The enum is on the
server side domain object.
public interface StepProxy extends EntityProxy
{
abstract TypeEnum getType();
}
I get an error when i run the application i get the error.
No source code is available for type TypeEnum; did you forget to inherit the
module.
I have included the source path for the translatable code to <source
path="server.domain">
I still get the same error. Whats the correct way to inherit the enum class?
--
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.