Code:
Oct 5, 2004 2:42:02 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from file [C:\eclipse_3.0\workspace\EBiz - StatsRetriever\config\retriever.business.quote.bean.config.xml]
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from file [C:\eclipse_3.0\workspace\EBiz - StatsRetriever\config\datasource.config.xml]
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from file [C:\eclipse_3.0\workspace\EBiz - StatsRetriever\config\include.properties.xml]
Oct 5, 2004 2:42:03 PM org.springframework.context.support.AbstractXmlApplicationContext refreshBeanFactory
INFO: Bean factory for application context [org.springframework.context.support.FileSystemXmlApplicationContext;hashCode=30971263]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [businessQuoteRetriever,businessQuoteRetrieverDAO,dataSource,jdbcTemplate,propertyConfigurer]; Root of BeanFactory hierarchy
Oct 5, 2004 2:42:03 PM org.springframework.context.support.AbstractApplicationContext refresh
INFO: 5 beans defined in ApplicationContext [org.springframework.context.support.FileSystemXmlApplicationContext;hashCode=30971263]
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.support.AbstractBeanFactory getBean
INFO: Creating shared instance of singleton bean 'propertyConfigurer'
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.config.PropertyResourceConfigurer postProcessBeanFactory
INFO: Loading properties from file [C:\eclipse_3.0\workspace\EBiz - StatsRetriever\config\db.properties]
Oct 5, 2004 2:42:03 PM org.springframework.context.support.AbstractApplicationContext initMessageSource
INFO: No MessageSource found for context [org.springframework.context.support.FileSystemXmlApplicationContext;hashCode=30971263]: using empty default
Oct 5, 2004 2:42:03 PM org.springframework.context.support.AbstractApplicationContext initApplicationEventMulticaster
INFO: No ApplicationEventMulticaster found for context [org.springframework.context.support.FileSystemXmlApplicationContext;hashCode=30971263]: using default
Oct 5, 2004 2:42:03 PM org.springframework.context.support.AbstractApplicationContext refreshListeners
INFO: Refreshing listeners
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [businessQuoteRetriever,businessQuoteRetrieverDAO,dataSource,jdbcTemplate,propertyConfigurer]; Root of BeanFactory hierarchy]
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.support.AbstractBeanFactory getBean
INFO: Creating shared instance of singleton bean 'businessQuoteRetriever'
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.support.AbstractBeanFactory getBean
INFO: Creating shared instance of singleton bean 'businessQuoteRetrieverDAO'
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.support.AbstractBeanFactory getBean
INFO: Creating shared instance of singleton bean 'jdbcTemplate'
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.support.AbstractBeanFactory getBean
INFO: Creating shared instance of singleton bean 'dataSource'
Oct 5, 2004 2:42:03 PM org.springframework.jdbc.datasource.DriverManagerDataSource setDriverClassName
INFO: Loaded JDBC driver: oracle.jdbc.driver.OracleDriver
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory autowireConstructor
INFO: Bean 'dataSource' instantiated via constructor [public org.springframework.jdbc.datasource.DriverManagerDataSource(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.springframework.jdbc.CannotGetJdbcConnectionException]
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml]
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.support.AbstractBeanFactory getBean
INFO: Creating shared instance of singleton bean 'DB2'
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.support.AbstractBeanFactory getBean
INFO: Creating shared instance of singleton bean 'HSQL'
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.support.AbstractBeanFactory getBean
INFO: Creating shared instance of singleton bean 'MS-SQL'
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.support.AbstractBeanFactory getBean
INFO: Creating shared instance of singleton bean 'MySQL'
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.support.AbstractBeanFactory getBean
INFO: Creating shared instance of singleton bean 'Oracle'
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.support.AbstractBeanFactory getBean
INFO: Creating shared instance of singleton bean 'Informix'
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.support.AbstractBeanFactory getBean
INFO: Creating shared instance of singleton bean 'PostgreSQL'
Oct 5, 2004 2:42:03 PM org.springframework.beans.factory.support.AbstractBeanFactory getBean
INFO: Creating shared instance of singleton bean 'Sybase'
Oct 5, 2004 2:42:03 PM org.springframework.jdbc.support.SQLErrorCodesFactory <init>
INFO: SQLErrorCodes loaded: [HSQL Database Engine, Oracle, Sybase SQL Server, Microsoft SQL Server, Informix Dynamic Server, PostgreSQL, DB2*, MySQL]
Oct 5, 2004 2:42:03 PM org.springframework.jdbc.support.SQLErrorCodesFactory getErrorCodes
INFO: Looking up default SQLErrorCodes for DataSource
Oct 5, 2004 2:42:05 PM org.springframework.jdbc.support.SQLErrorCodesFactory getErrorCodes
INFO: Database Product Name is Oracle
Oct 5, 2004 2:42:05 PM org.springframework.jdbc.support.SQLErrorCodesFactory getErrorCodes
INFO: Driver Version is 9.2.0.4.0
Oct 5, 2004 2:42:05 PM org.springframework.core.CollectionFactory <clinit>
INFO: Using JDK 1.4 collections
Exception is :
org.springframework.jdbc.SQLWarningException: Warning not ignored; nested exception is java.sql.SQLWarning: Warning: execution completed with warning
Hope someone can help me ...