-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
works on play-1.2.2? #7
Comments
Hi, It should work. If not can you report a bug? Thanks Nicolas
|
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: 2, copy hibernate3.jar to module/db-1.1.1/lib that's it, works for me. |
cool, I need to upgrade the module then. Thanks |
The module still not updated. |
Hi all, Anyone has a fix ? dsheng, do you have a modified hibernate-tools that works ? Thanks in advance ! |
Okay, I fork it at https://github.com/dsheng/play--database , try it. |
Do you want to be the official maintainer of this module? I can add you here and you can then update the code base and also update the module on the official playframework.org module repo. |
Dsheng, thanks a lot, i'll try ! |
Hi Pepite, no problem, I'd like to maintain it if you want. |
Thanks, I added you to the repo so you should be able to push/pull do whatever you want here. I now need your open id and full name to add you as the official maintainer in the module repo. Can you send me an email with this info ([email protected]). Thanks |
Dsheng, it seems not work. When i had hibernate3.jar, an error occurs... 23:13:55,406 INFO ~ Starting C:\Users\X\Projet |
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!. |
Hi, Thank you, i'll test with play 1.2.4 first ! |
OH MY GOD ! THAT WORKS !!!!! |
Does db-1.1.1 works completely on play-1.2.2, or is there the release plan of db-1.2?
The text was updated successfully, but these errors were encountered: