Sorry, I don't understand your implementation could you please give me more details ?
On 25 mai, 21:31, Nick Chalko <[email protected]> wrote: > You will need to do something like this. > > public class ExposeImpl implements IsSerializable { > > @SuppressWarnings("unused") > private ConstraintViolationImpl<?> constraintViolationImpl; > > @SuppressWarnings("unused") > private PathImpl pathIpml; > > @SuppressWarnings("unused") > private HashSet<?> hashSet; > > } > > And then Create a dummy method like the following in your RemoteService > > ExposeImpl dummy(); > > I am working on a simpler solution. -- 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.
