Re: Autocomplete mixin in a beaneditor

2012-06-13 Thread bdm
OK ... I get it working but not completely! Here is the solution working for me: But, in the previous piece of code I can not have my entity field (named 'model') working because of this error: It seems there is a confusion between the field 'model' from the BeanEditForm and mine ... How

Re: Autocomplete mixin in a beaneditor

2012-06-12 Thread bdm
Hello, I have got exactly the same pbm. Even the generated html does not contain any reference to autocomplete stuffs ... Seems, I missed something but I don't get it :( have you find a solution ? Thx, BDM. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Autocomplete

RE: tapestry, hibernate and timeout

2011-12-01 Thread bdm
Hello, I have figured out the good mysql/hibernate configuration ! With this hibernate.hbm.xml: with this mysql timeout configuration: and pom.xml dependencies (hibernate-version: 3.5.6-Final, tapestry: 5.3.0): Bye ! -- View this message in context:

Re: tapestry, hibernate and timeout

2011-11-29 Thread bdm
Thanks, but I already use the C3P0 connection pool without success ... maybe it's a configuration problem but I can not figured out what is it ! I have move the post to the Tapestry - User forum as suggested ! I'll still digging ... -- View this message in context:

RE: tapestry, hibernate and timeout

2011-11-29 Thread bdm
Thanks ! I keep your solution if I can not configure properly C3P0 ... -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-hibernate-and-timeout-tp5028844p5031723.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: tapestry, hibernate and timeout

2011-11-28 Thread bdm
Thanks for your reply ! I already set a c3p0 connection pool but I missed the idleTestPeriod param ! I try that and get back tomorrow ! See you! -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-hibernate-and-timeout-tp5028844p5029204.html Sent from the Tapestry -

tapestry, hibernate and timeout

2011-11-28 Thread bdm
) to have the jdbc connection up again. It is getting boring ! :) It seems I missed something in the tapestry application logic ! Is there a solution to close the session when the application has finished a DB operation and open it only when needed ? Here is the stack trace: Thanks ! BDM. -- View