Code:
2007-06-20 17:29:55,000 DEBUG [org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping] - Looking up handler for [/miQuotation.htm]
2007-06-20 17:29:55,000 DEBUG [org.springframework.web.servlet.DispatcherServlet] - Testing handler map [org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping@56d149] in DispatcherServlet with name 'dispatcher'
2007-06-20 17:29:55,000 DEBUG [org.springframework.web.servlet.DispatcherServlet] - Testing handler map [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping@1c634b9] in DispatcherServlet with name 'dispatcher'
2007-06-20 17:29:55,000 DEBUG [org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping] - Looking up handler for [/miQuotation.htm]
2007-06-20 17:29:55,000 DEBUG [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] - Looking up handler for [/miQuotation.htm]
2007-06-20 17:29:55,000 DEBUG [org.springframework.web.servlet.DispatcherServlet] - Testing handler map [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping@1c634b9] in DispatcherServlet with name 'dispatcher'
2007-06-20 17:29:55,000 DEBUG [org.springframework.web.servlet.DispatcherServlet] - Testing handler adapter [org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter@1af7c57]
2007-06-20 17:29:55,093 DEBUG [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] - Looking up handler for [/miQuotation.htm]
2007-06-20 17:29:55,093 DEBUG [org.springframework.web.servlet.DispatcherServlet] - Testing handler adapter [org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter@1d86a73]
2007-06-20 17:29:55,093 DEBUG [org.springframework.web.servlet.DispatcherServlet] - Testing handler adapter [org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter@1af7c57]
2007-06-20 17:29:55,093 DEBUG [org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver] - Determined handler method 'processQuotation' based on value of request parameter 'action'
2007-06-20 17:29:55,093 DEBUG [org.springframework.web.servlet.DispatcherServlet] - Testing handler adapter [org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter@1d86a73]
2007-06-20 17:29:55,109 DEBUG [org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver] - Determined handler method 'processQuotation' based on value of request parameter 'action'
2007-06-20 17:29:55,109 DEBUG [org.springframework.orm.hibernate3.SessionFactoryUtils] - Opening Hibernate Session
2007-06-20 17:29:55,109 DEBUG [org.springframework.orm.hibernate3.SessionFactoryUtils] - Opening Hibernate Session
2007-06-20 17:29:55,109 DEBUG [org.springframework.jdbc.datasource.DriverManagerDataSource] - Creating new JDBC Connection to [jdbc:mysql://localhost:3306/cosmos]
Hibernate: select max(quotation_id) from quotation
2007-06-20 17:29:55,218 DEBUG [org.springframework.orm.hibernate3.HibernateTemplate] - Eagerly flushing Hibernate session
2007-06-20 17:29:55,234 DEBUG [org.springframework.orm.hibernate3.HibernateTemplate] - Eagerly flushing Hibernate session
Hibernate: insert into quotation (agent_code, agent_name, sum_insd, seating, year, ac_code, customer_name, phone, business, age, licence_no, ncd_year, pab, duration, oman, rate1, grs_premium1, rate2, grs_premium2, rate3, grs_premium3, vehicle_type_id, vehicle_make_id, country_id, category_id, cover_type_id, company1_id, company2_id, company3_id, quotation_id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2007-06-20 17:29:55,234 DEBUG [org.springframework.jdbc.datasource.DriverManagerDataSource] - Creating new JDBC Connection to [jdbc:mysql://localhost:3306/cosmos]
Hibernate: insert into quotation (agent_code, agent_name, sum_insd, seating, year, ac_code, customer_name, phone, business, age, licence_no, ncd_year, pab, duration, oman, rate1, grs_premium1, rate2, grs_premium2, rate3, grs_premium3, vehicle_type_id, vehicle_make_id, country_id, category_id, cover_type_id, company1_id, company2_id, company3_id, quotation_id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2007-06-20 17:29:55,328 DEBUG [org.springframework.orm.hibernate3.SessionFactoryUtils] - Closing Hibernate Session
2007-06-20 17:29:55,406 DEBUG [org.springframework.orm.hibernate3.SessionFactoryUtils] - Opening Hibernate Session
2007-06-20 17:29:55,406 DEBUG [org.springframework.orm.hibernate3.HibernateTemplate] - Eagerly flushing Hibernate session
2007-06-20 17:29:55,406 DEBUG [org.springframework.orm.hibernate3.SessionFactoryUtils] - Closing Hibernate Session
2007-06-20 17:29:55,406 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Returning cached instance of singleton bean 'quotation-view'
2007-06-20 17:29:55,437 DEBUG [org.springframework.orm.hibernate3.SessionFactoryUtils] - Closing Hibernate Session
2007-06-20 17:29:55,500 DEBUG [org.springframework.web.servlet.view.XmlViewResolver] - Cached view [quotation-view]
2007-06-20 17:29:55,500 DEBUG [org.springframework.orm.hibernate3.SessionFactoryUtils] - Opening Hibernate Session
2007-06-20 17:29:55,500 DEBUG [org.springframework.orm.hibernate3.HibernateTemplate] - Eagerly flushing Hibernate session
2007-06-20 17:29:55,500 DEBUG [org.springframework.orm.hibernate3.SessionFactoryUtils] - Closing Hibernate Session
and my dao entries are