dsheng

Results 6 comments of dsheng

Hi Nicolas, db-1.1.1 failed to work in play-1.2.2, exceptions raised as the follow: Exception in thread "main" java.lang.NoSuchMethodError: org.hibernate.mapping.SimpleValue.(Lorg/hibernate/mapping/Table;)V Thanks Dsheng

Hi All, I resolved this issue for play-1.2.2 1, fixed hibernate-tools JavaTypeFromValueVisitor.java 's method as follow: public Object accept(OneToMany value) { //return value.getAssociatedClass().getClassName(); return value.getReferencedEntityName(); } 2, copy hibernate3.jar to...

Okay, I fork it at https://github.com/dsheng/play--database , try it.

Hi Pepite, no problem, I'd like to maintain it if you want.

Hi Cwellan, I update hibernate-tools.jar and some pojo ftl files, you can test it again, I only test it in play 1.2.3, It works!.