I have about 20 "model" classes that I use with GWT RPC and also persist into a database using JPA. This is all working fine. On the server side I need to do some XML processing and would like to use some JAXB annotations on these model classes. However it complains with:
15:26:47.005 [ERROR] [gwtui] Line 18: The import javax.xml.bind cannot be resolved Is there any way of getting this to work? Why does it like my JPA annotations just fine but reject the JAXB ones? How have other people structured their projects that use GWT, databases and webservices? Thanks, Eric -- 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.
