i have some question regard c3p0 + Hibernate
from what i read here : c3p0&hibernate configuration
it look like you have to set some parameter with specific hibernate-related name or it will be overrided by hibernate default value.The question is that if i want to configure another parameter , like autoCommitOnClose , can i configure it in hibernate.cfg.xml or i need to configure it in seperate c3p0 propery file?, and if i can configure it in hibernate.cfg.xml file, what hibernate configuration key name i must use(is hibernate.c3p0.autoCommitOnClose is the right name?)since from what i see you need to change c3p0 parameter name from c3p0.maxPoolSize to hibernate.c3p0.max_size in order for hibernate to figure it out corrrectly.
thx for your answer.