Re: Issue with tapestry tutorial

2011-07-28 Thread AHennion
Hi, It seems to be work fine now. I add this line in my appmodule.java: public static void contributeHibernateEntityPackageManager(Configuration configuration) { configuration.add("com.example.tutorial1.entities"); } Thanks -- View this message in context: http://tapestry.10457

Re: Issue with tapestry tutorial

2011-07-28 Thread AHennion
Nobody have the same issue? Maybe, you can send me the source code of the tutorial that i can compare with the mine? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Issue-with-tapestry-tutorial-tp4633740p4643501.html Sent from the Tapestry - User mailing list archive at N

Re: Issue with tapestry tutorial

2011-07-27 Thread AHennion
No, i have not a security manager. In fact, I just what's in the tutorial (the minimum) thanks for your help ;) -- View this message in context: http://tapestry.1045711.n5.nabble.com/Issue-with-tapestry-tutorial-tp4633740p4638581.html Sent from the Tapestry - User mailing list archive at Nabble.

Re: Issue with tapestry tutorial

2011-07-27 Thread AHennion
I have this jar in my classpath: -tapestry-hibernate-core-5.2.5 -hibernate-core-3.6.0.final.jar -hibernate-common-annotations-3.2.0.final.jar -hibernate-jpa-2.0-api-1.0.0.jar -hibernate-c3p0-3.6.0.jar It's not normal? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Issue

Re: Issue with tapestry tutorial

2011-07-27 Thread nillehammer
AHennion wrote: > > I have this jar in my classpath: > -tapestry-hibernate-core-5.2.5 > -hibernate-core-3.6.0.final.jar > -hibernate-common-annotations-3.2.0.final.jar > -hibernate-jpa-2.0-api-1.0.0.jar > -hibernate-c3p0-3.6.0.jar > > It's not normal? > That looks good. Second question, Do you

Re: Issue with tapestry tutorial

2011-07-26 Thread nillehammer
Do you have the hibernate jars in your class path? - http://www.winfonet.eu -- View this message in context: http://tapestry.1045711.n5.nabble.com/Issue-with-tapestry-tutorial-tp4633740p4634085.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---