I'm currently using GWT 2.0.4 with Maven, Hibernate 3.5, Spring 3, Gilead and JPA 2.0.
I've a little problem with the metamodels created for CriteriaQuery in JPA 2.0. In fact, my entities are in a client package (com.exemple.client.model) so i can use them in my widgets (with Gilead) and Hibernate is generating the metamodel of my entities (with JPAMetaModelEntityProcessor) in the same package (JPA 2.0 spec). When compiling or launching DevMode, GWT tells me "No source code is available for type javax.persistence.metamodel.SingularAttribute<X,T>; did you forget to inherit a required module?" (same with javax.persistence.metamodel.ListAttribute<X,E>, javax.persistence.metamodel.PluralAttribute<X, C, E>, javax.persistence.metamodel.*) Is there a way to exclude the metamodel when compiling ? Or to add support for JPA 2.0 ? Thanks. -- 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.
