> I figured it out. The entry point class extended another class that > implemented EntryPoint, but did not explicitly say that it implemented > EntryPoint. This works fine in 2.6 but not in 2.8. >
Sounds like a bug to me. Java inheritance should also apply for entry points. Can you make a small, isolated example that works with 2.6 but fails with 2.8? -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
