FYI it was somehow GWT not liking some annotation emulations I had added for JPA. I didn't need them anymore on the client side and generator issues went away when I took out those modules.
On Saturday, January 12, 2013 4:51:10 PM UTC-6, kjordan wrote: > > For the generator, I'm using oracle.getTypes() which used to return a lot > more of my classes. > > On Saturday, January 12, 2013 12:07:33 PM UTC-6, kjordan wrote: >> >> I'm upgrading to 2.5 due to the Chrome 24 breakage and seem to be having >> a problem with some of my classes not being found. I have a generator that >> writes some reflection information about a class but that doesn't seem to >> get as many passed into it as it used to, possibly due to being in >> subpackages. Although even if I create a module for those subpackages, >> they still don't appear to be showing up. I also have a replace-with that >> appears to be broken. It can't find the type in the when-type-assignable >> tag. All this worked under 2.4 but broken when I upgraded to 2.5. Is >> there something different I need to do in 2.5? > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/qBnRuRStm0oJ. 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.
