hbm2ddl not working with POJO that implement IsSerializable

2010-10-05 Thread Ted Malaska
I've used GWT on about 10 projects now and it's been great. This project I tried doing things a little differently. Using JPA (Hibernate) and hbm2ddl. Now I'm have a bunch of problems. I think I solved all the problem except for hbm2ddl. When I run it on the POJOs I get a

Re: hbm2ddl not working with POJO that implement IsSerializable

2010-10-05 Thread Ted Malaska
I figured it out. I'm using Maven and my GWT dependency looked like this dependency groupIdcom.google.gwt/groupId artifactIdgwt-user/artifactId version${gwt.version}/version scoperuntime/scope /dependency The org.codehaus.mojo.hibernate3-maven-plugin requires the