spring transaction propagation 01 REQUIRED

本例测试方法  test1()和save()方法全部都是required;

一旦test1()里面包含的save()其中一个错误,即全部退回;

 

一旦报错就全部回滚了,查询无结果 

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/E:/PRJ_J2EE/PrjFlexJava/WebContent/WEB-INF/lib/activemq-all-5.14.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/E:/PRJ_J2EE/PrjFlexJava/WebContent/WEB-INF/lib/slf4j-log4j12-1.4.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
2022-08-15 21:25:39,505 DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Found Equinox FileLocator for OSGi bundle URL resolution
2022-08-15 21:25:39,567 DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
2022-08-15 21:25:39,571 DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
2022-08-15 21:25:39,571 DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2022-08-15 21:25:39,575  INFO org.springframework.context.support.ClassPathXmlApplicationContext - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@26653222: startup date [Mon Aug 15 21:25:39 CST 2022]; root of context hierarchy
2022-08-15 21:25:39,609 DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
2022-08-15 21:25:39,609 DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
2022-08-15 21:25:39,610 DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2022-08-15 21:25:39,617  INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [springHibernate/SpringContext.xml]
2022-08-15 21:25:39,619 DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2022-08-15 21:25:39,641 DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver - Loading schema mappings from [META-INF/spring.schemas]
2022-08-15 21:25:39,651 DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver - Loaded schema mappings: {http://camel.apache.org/schema/spring/camel-spring-2.14.1.xsd=camel-spring.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.13.0.xsd=camel-osgi.xsd, http://www.w3.org/2006/07/ws-policy.xsd=schemas/ws-policy-200607.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://camel.apache.org/schema/spring/camel-spring-2.8.4.xsd=camel-spring.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.7.3.xsd=camel-osgi.xsd, http://cxf.apache.org/schemas/jaxws.xsd=schemas/jaxws.xsd, http://camel.apache.org/schema/spring/camel-spring-2.9.4.xsd=camel-spring.xsd, http://activemq.apache.org/schema/core/activemq-core-5.14.0.xsd=activemq.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://cxf.apache.org/schemas/policy.xsd=schemas/policy.xsd, http://camel.apache.org/schema/spring/camel-spring-2.10.1.xsd=camel-spring.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://camel.apache.org/schema/spring/camel-spring-2.11.1.xsd=camel-spring.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.10.0.xsd=camel-osgi.xsd, http://cxf.apache.org/schemas/core.xsd=schemas/core.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.11.0.xsd=camel-osgi.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://activemq.apache.org/schema/core/activemq-core-5.11.0.xsd=activemq.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.10.7.xsd=camel-osgi.xsd, http://camel.apache.org/schema/spring/camel-spring-2.15.4.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.7.4.xsd=camel-spring.xsd, http://activemq.apache.org/schema/core/activemq-core-5.12.0.xsd=activemq.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.8.6.xsd=camel-osgi.xsd, http://activemq.apache.org/schema/core/activemq-core-5.13.0.xsd=activemq.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.9.6.xsd=camel-osgi.xsd, http://activemq.apache.org/schema/core/activemq-core-5.7.0.xsd=activemq.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.16.3.xsd=camel-osgi.xsd, http://www.springframework.org/schema/jms/spring-jms.xsd=org/springframework/jms/config/spring-jms-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://activemq.apache.org/schema/core/activemq-core-5.8.0.xsd=activemq.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://camel.apache.org/schema/spring/camel-spring-2.12.4.xsd=camel-spring.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://activemq.apache.org/schema/core/activemq-core-5.9.0.xsd=activemq.xsd, http://camel.apache.org/schema/spring/camel-spring-2.8.0.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.13.4.xsd=camel-spring.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.12.3.xsd=camel-osgi.xsd, http://activemq.apache.org/schema/core/activemq-core-5.10.0.xsd=activemq.xsd, http://camel.apache.org/schema/spring/camel-spring-2.9.0.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.14.4.xsd=camel-spring.xsd, http://cxf.apache.org/schemas/configuration/parameterized-types.xsd=schemas/configuration/parameterized-types.xsd, http://camel.apache.org/schema/osgi/camel-osgi.xsd=camel-osgi.xsd, http://activemq.apache.org/schema/core/activemq-core-5.5.0.xsd=activemq.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://camel.apache.org/schema/spring/camel-spring-2.9.7.xsd=camel-spring.xsd, http://activemq.apache.org/schema/core/activemq-core-5.6.0.xsd=activemq.xsd, http://camel.apache.org/schema/spring/camel-spring-2.5.0.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.10.4.xsd=camel-spring.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://camel.apache.org/schema/spring/camel-spring-2.6.0.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.11.4.xsd=camel-spring.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.10.3.xsd=camel-osgi.xsd, http://camel.apache.org/schema/spring/camel-spring-2.15.0.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.7.0.xsd=camel-spring.xsd, http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd=activemq.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.11.3.xsd=camel-osgi.xsd, http://www.w3.org/2001/xml.xsd=schemas/xml.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.8.2.xsd=camel-osgi.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://camel.apache.org/schema/spring/camel-spring-2.16.0.xsd=camel-spring.xsd, http://schemas.xmlsoap.org/ws/2004/09/policy/ws-policy.xsd=schemas/ws-policy-200409.xsd, http://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd=activemq.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.9.2.xsd=camel-osgi.xsd, http://activemq.apache.org/schema/core/activemq-core-5.4.0.xsd=activemq.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://camel.apache.org/schema/spring/camel-spring-2.0-M3.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.3.0.xsd=camel-spring.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://activemq.apache.org/schema/core/activemq-core-5.13.3.xsd=activemq.xsd, http://camel.apache.org/schema/spring/camel-spring-2.12.0.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.4.0.xsd=camel-spring.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.0-M2.xsd=camel-osgi.xsd, http://camel.apache.org/schema/spring/camel-spring-2.13.0.xsd=camel-spring.xsd, http://cxf.apache.org/schemas/configuration/security.xsd=schemas/configuration/security.xsd, http://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd=activemq.xsd, http://camel.apache.org/schema/spring/camel-spring-2.14.0.xsd=camel-spring.xsd, http://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd=activemq.xsd, http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd=schemas/oasis-200401-wss-wssecurity-secext-1.0.xsd, http://camel.apache.org/schema/spring/camel-spring-2.8.3.xsd=camel-spring.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.7.2.xsd=camel-osgi.xsd, http://camel.apache.org/schema/spring/camel-spring-2.9.3.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.1.0.xsd=camel-spring.xsd, http://cxf.apache.org/schemas/configuration/soap.xsd=schemas/configuration/soap.xsd, http://schemas.xmlsoap.org/ws/2004/08/addressing=schemas/wsdl/addressing.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://camel.apache.org/schema/spring/camel-spring-2.10.0.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.2.0.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/v2.16=camel-spring-v2.16.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://camel.apache.org/schema/spring=camel-spring.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://camel.apache.org/schema/spring/camel-spring-2.11.0.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.10.7.xsd=camel-spring.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.10.6.xsd=camel-osgi.xsd, http://camel.apache.org/schema/spring/camel-spring-2.15.3.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.7.3.xsd=camel-spring.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.8.5.xsd=camel-osgi.xsd, http://camel.apache.org/schema/spring/camel-spring-2.16.3.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.0.0.xsd=camel-spring.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.9.5.xsd=camel-osgi.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://activemq.org/config/1.0/1.0.xsd=activemq.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://camel.apache.org/schema/spring/camel-spring-2.12.3.xsd=camel-spring.xsd, http://cxf.apache.org/schemas/configuration/http-jetty.xsd=schemas/configuration/http-jetty.xsd, http://cxf.apache.org/schemas/configuration/cxf-beans.xsd=schemas/configuration/cxf-beans.xsd, http://www.springframework.org/schema/jms/spring-jms-3.2.xsd=org/springframework/jms/config/spring-jms-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://camel.apache.org/schema/spring/camel-spring-2.13.3.xsd=camel-spring.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.12.2.xsd=camel-osgi.xsd, http://camel.apache.org/schema/spring/camel-spring-2.14.3.xsd=camel-spring.xsd, http://www.w3.org/2007/02/ws-policy.xsd=schemas/ws-policy-200702.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.13.2.xsd=camel-osgi.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.7.5.xsd=camel-osgi.xsd, http://camel.apache.org/schema/spring/camel-spring-2.8.6.xsd=camel-spring.xsd, http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd=schemas/xmldsig-core-schema.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://camel.apache.org/schema/spring/camel-spring-2.9.6.xsd=camel-spring.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://camel.apache.org/schema/spring/camel-spring-2.10.3.xsd=camel-spring.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://camel.apache.org/schema/spring/camel-spring-2.11.3.xsd=camel-spring.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.10.2.xsd=camel-osgi.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://cxf.apache.org/schemas/configuration/wsrm-manager.xsd=schemas/configuration/wsrm-manager.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.11.2.xsd=camel-osgi.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.8.1.xsd=camel-osgi.xsd, http://activemq.apache.org/schema/core/activemq-core-5.11.2.xsd=activemq.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.9.1.xsd=camel-osgi.xsd, http://camel.apache.org/schema/spring/camel-spring-2.15.6.xsd=camel-spring.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://activemq.apache.org/schema/core/activemq-core-5.12.2.xsd=activemq.xsd, http://cxf.apache.org/schemas/simple.xsd=schemas/simple.xsd, http://camel.apache.org/schema/spring/camel-spring-2.0-M2.xsd=camel-spring.xsd, http://www.springframework.org/schema/flex/spring-flex-1.0.xsd=org/springframework/flex/config/xml/spring-flex-1.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://activemq.apache.org/schema/core/activemq-core-5.13.2.xsd=activemq.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.9.8.xsd=camel-osgi.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.0-M1.xsd=camel-osgi.xsd, http://activemq.org/config/1.0=activemq.xsd, http://www.springframework.org/schema/jms/spring-jms-2.5.xsd=org/springframework/jms/config/spring-jms-2.5.xsd, http://schemas.xmlsoap.org/ws/2005/02/rm/wsrm-policy.xsd=schemas/configuration/wsrm-policy.xsd, http://cxf.apache.org/schemas/configuration/http-conf.xsd=schemas/configuration/http-conf.xsd, http://camel.apache.org/schema/spring/camel-spring-2.8.2.xsd=camel-spring.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.7.1.xsd=camel-osgi.xsd, http://cxf.apache.org/schemas/bindings/object.xsd=schemas/bindings/object.xsd, http://camel.apache.org/schema/spring/camel-spring-2.9.2.xsd=camel-spring.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://camel.apache.org/schema/spring/camel-spring-2.10.6.xsd=camel-spring.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.10.5.xsd=camel-osgi.xsd, http://camel.apache.org/schema/spring/camel-spring-2.15.2.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.7.2.xsd=camel-spring.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.8.4.xsd=camel-osgi.xsd, http://camel.apache.org/schema/spring/camel-spring-2.16.2.xsd=camel-spring.xsd, http://schemas.xmlsoap.org/wsdl/http/=schemas/wsdl/http.xsd, http://activemq.apache.org/schema/core/activemq-core-5.3.2.xsd=activemq.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.9.4.xsd=camel-osgi.xsd, http://activemq.apache.org/schema/core/activemq-core-5.4.2.xsd=activemq.xsd, http://cxf.apache.org/schemas/ws/addressing.xsd=schemas/ws-addr-conf.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://camel.apache.org/schema/spring/camel-spring-2.12.2.xsd=camel-spring.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://cxf.apache.org/schemas/configuration/jms.xsd=schemas/configuration/jms.xsd, http://www.springframework.org/schema/jms/spring-jms-3.1.xsd=org/springframework/jms/config/spring-jms-3.1.xsd, http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd=schemas/wsdl/wsdl.xsd, http://camel.apache.org/schema/spring/camel-spring-2.13.2.xsd=camel-spring.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.12.1.xsd=camel-osgi.xsd, http://www.springframework.org/schema/jms/spring-jms-4.1.xsd=org/springframework/jms/config/spring-jms-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://camel.apache.org/schema/spring/camel-spring-2.14.2.xsd=camel-spring.xsd, http://cxf.apache.org/schemas/jaxrs.xsd=schemas/jaxrs.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.13.1.xsd=camel-osgi.xsd, http://cxf.apache.org/schemas/configuration/wsrm-manager-types.xsd=schemas/configuration/wsrm-manager-types.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://camel.apache.org/schema/spring/camel-spring-2.8.5.xsd=camel-spring.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.7.4.xsd=camel-osgi.xsd, http://cxf.apache.org/schemas/wsdl/jms.xsd=schemas/wsdl/jms.xsd, http://camel.apache.org/schema/spring/camel-spring-2.9.5.xsd=camel-spring.xsd, http://activemq.apache.org/schema/core/activemq-core-5.14.1.xsd=activemq.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://activemq.apache.org/schema/core/activemq-core.xsd=activemq.xsd, http://camel.apache.org/schema/spring/camel-spring-2.10.2.xsd=camel-spring.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://camel.apache.org/schema/spring/camel-spring-2.11.2.xsd=camel-spring.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.10.1.xsd=camel-osgi.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.11.1.xsd=camel-osgi.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.8.0.xsd=camel-osgi.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://activemq.apache.org/schema/core/activemq-core-5.11.1.xsd=activemq.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.9.0.xsd=camel-osgi.xsd, http://camel.apache.org/schema/spring/camel-spring-2.15.5.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.7.5.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring.xsd=camel-spring.xsd, http://activemq.apache.org/schema/core/activemq-core-5.12.1.xsd=activemq.xsd, http://cxf.apache.org/schemas/wsdl/http-conf.xsd=schemas/wsdl/http-conf.xsd, http://camel.apache.org/schema/spring/camel-spring-2.0-M1.xsd=camel-spring.xsd, http://activemq.apache.org/schema/core/activemq-core-5.13.1.xsd=activemq.xsd, http://activemq.apache.org/schema/core=activemq.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.9.7.xsd=camel-osgi.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.5.0.xsd=camel-osgi.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.6.0.xsd=camel-osgi.xsd, http://camel.apache.org/schema/spring/camel-spring-2.12.5.xsd=camel-spring.xsd, http://activemq.apache.org/schema/core/activemq-core-5.9.1.xsd=activemq.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.7.0.xsd=camel-osgi.xsd, http://camel.apache.org/schema/spring/camel-spring-2.8.1.xsd=camel-spring.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.12.4.xsd=camel-osgi.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://activemq.apache.org/schema/core/activemq-core-5.10.1.xsd=activemq.xsd, http://camel.apache.org/schema/spring/camel-spring-2.9.1.xsd=camel-spring.xsd, http://activemq.apache.org/schema/core/activemq-core-5.5.1.xsd=activemq.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.3.0.xsd=camel-osgi.xsd, http://camel.apache.org/schema/spring/camel-spring-2.9.8.xsd=camel-spring.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.4.0.xsd=camel-osgi.xsd, http://camel.apache.org/schema/spring/camel-spring-2.10.5.xsd=camel-spring.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.10.4.xsd=camel-osgi.xsd, http://camel.apache.org/schema/spring/camel-spring-2.15.1.xsd=camel-spring.xsd, http://camel.apache.org/schema/spring/camel-spring-2.7.1.xsd=camel-spring.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.11.4.xsd=camel-osgi.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.8.3.xsd=camel-osgi.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.0.0.xsd=camel-osgi.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://camel.apache.org/schema/spring/camel-spring-2.16.1.xsd=camel-spring.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://activemq.apache.org/schema/core/activemq-core-5.3.1.xsd=activemq.xsd, http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd=schemas/oasis-200401-wss-wssecurity-utility-1.0.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.9.3.xsd=camel-osgi.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.1.0.xsd=camel-osgi.xsd, http://activemq.apache.org/schema/core/activemq-core-5.4.1.xsd=activemq.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.2.0.xsd=camel-osgi.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://schemas.xmlsoap.org/wsdl/=schemas/wsdl/wsdl.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://activemq.apache.org/schema/core/activemq-core-5.13.4.xsd=activemq.xsd, http://camel.apache.org/schema/spring/camel-spring-2.12.1.xsd=camel-spring.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.0-M3.xsd=camel-osgi.xsd, http://www.springframework.org/schema/jms/spring-jms-3.0.xsd=org/springframework/jms/config/spring-jms-3.0.xsd, http://camel.apache.org/schema/spring/camel-spring-2.13.1.xsd=camel-spring.xsd, http://camel.apache.org/schema/osgi/camel-osgi-2.12.0.xsd=camel-osgi.xsd, http://www.springframework.org/schema/jms/spring-jms-4.0.xsd=org/springframework/jms/config/spring-jms-4.0.xsd}
2022-08-15 21:25:39,652 DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-2.5.xsd
2022-08-15 21:25:39,685 DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/aop/spring-aop-2.5.xsd] in classpath: org/springframework/aop/config/spring-aop-2.5.xsd
2022-08-15 21:25:39,690 DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-2.5.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-2.5.xsd
2022-08-15 21:25:39,697 DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/tx/spring-tx-2.5.xsd] in classpath: org/springframework/transaction/config/spring-tx-2.5.xsd
2022-08-15 21:25:39,705 DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader - Loading bean definitions
2022-08-15 21:25:39,715 DEBUG org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver - Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://activemq.apache.org/schema/core=org.apache.xbean.spring.context.v2.XBeanNamespaceHandler, http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://cxf.apache.org/transports/http-jetty/configuration=org.apache.cxf.transport.http_jetty.spring.NamespaceHandler, http://www.w3.org/2006/07/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://camel.apache.org/schema/spring/v2.16=org.apache.camel.spring.handler.CamelNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://cxf.apache.org/jaxws=org.apache.cxf.jaxws.spring.NamespaceHandler, http://cxf.apache.org/policy=org.apache.cxf.ws.policy.spring.NamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://cxf.apache.org/transports/jms=org.apache.cxf.transport.jms.spring.NamespaceHandler, http://cxf.apache.org/transports/http/configuration=org.apache.cxf.transport.http.spring.NamespaceHandler, http://cxf.apache.org/bindings/object=org.apache.cxf.binding.object.spring.NamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://cxf.apache.org/ws/addressing=org.apache.cxf.ws.addressing.spring.NamespaceHandler, http://cxf.apache.org/clustering=org.apache.cxf.clustering.spring.NamespaceHandler, http://cxf.apache.org/simple=org.apache.cxf.frontend.spring.NamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://cxf.apache.org/jaxrs=org.apache.cxf.jaxrs.spring.NamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler, http://cxf.apache.org/core=org.apache.cxf.bus.spring.NamespaceHandler, http://cxf.apache.org/binding/coloc=org.apache.cxf.binding.coloc.spring.NamespaceHandler, http://schemas.xmlsoap.org/ws/2004/09/policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler, http://www.springframework.org/schema/jms=org.springframework.jms.config.JmsNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.w3.org/ns/ws-policy=org.apache.cxf.ws.policy.spring.PolicyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://camel.apache.org/schema/osgi=org.apache.camel.osgi.CamelNamespaceHandler, http://camel.apache.org/schema/spring=org.apache.camel.spring.handler.CamelNamespaceHandler, http://cxf.apache.org/ws/rm/manager=org.apache.cxf.ws.rm.spring.NamespaceHandler, http://cxf.apache.org/bindings/soap=org.apache.cxf.binding.soap.spring.NamespaceHandler, http://www.springframework.org/schema/flex=org.springframework.flex.config.xml.FlexNamespaceHandler}
2022-08-15 21:25:39,732 DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.context.annotation.CommonAnnotationBeanPostProcessor#0]
2022-08-15 21:25:39,752 DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate - No XML 'id' specified - using 'userDao' as bean name and [] as aliases
2022-08-15 21:25:39,752 DEBUG org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loaded 10 bean definitions from location pattern [classpath:springHibernate/SpringContext.xml]
2022-08-15 21:25:39,752 DEBUG org.springframework.context.support.ClassPathXmlApplicationContext - Bean factory for org.springframework.context.support.ClassPathXmlApplicationContext@26653222: org.springframework.beans.factory.support.DefaultListableBeanFactory@279ad2e3: defining beans [org.springframework.aop.config.internalAutoProxyCreator,org.springframework.context.annotation.CommonAnnotationBeanPostProcessor#0,datasource,datasource_oracle,sessionFactory,transactionManager,txAdvice,txMethod,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,userDao]; root of factory hierarchy
2022-08-15 21:25:39,770 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.CommonAnnotationBeanPostProcessor#0'
2022-08-15 21:25:39,770 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.CommonAnnotationBeanPostProcessor#0'
2022-08-15 21:25:39,782 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.CommonAnnotationBeanPostProcessor#0' to allow for resolving potential circular references
2022-08-15 21:25:39,783 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.CommonAnnotationBeanPostProcessor#0'
2022-08-15 21:25:39,784 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2022-08-15 21:25:39,784 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
2022-08-15 21:25:39,794 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references
2022-08-15 21:25:39,819 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
2022-08-15 21:25:39,821 DEBUG org.springframework.context.support.ClassPathXmlApplicationContext - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@43301423]
2022-08-15 21:25:39,823 DEBUG org.springframework.context.support.ClassPathXmlApplicationContext - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5276e6b0]
2022-08-15 21:25:39,824 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@279ad2e3: defining beans [org.springframework.aop.config.internalAutoProxyCreator,org.springframework.context.annotation.CommonAnnotationBeanPostProcessor#0,datasource,datasource_oracle,sessionFactory,transactionManager,txAdvice,txMethod,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,userDao]; root of factory hierarchy
2022-08-15 21:25:39,825 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2022-08-15 21:25:39,825 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.CommonAnnotationBeanPostProcessor#0'
2022-08-15 21:25:39,826 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'datasource'
2022-08-15 21:25:39,826 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'datasource'
2022-08-15 21:25:39,826 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:39,826 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:39,828 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references
2022-08-15 21:25:39,843 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'txMethod'
2022-08-15 21:25:39,866 DEBUG org.aspectj.weaver.Lint - 21:25:39.863 main > org.aspectj.weaver.Lint.<init> org.aspectj.weaver.Lint@3daa422a org.aspectj.weaver.reflect.ReflectionWorld@31c88ec8
2022-08-15 21:25:39,866 DEBUG org.aspectj.weaver.Lint - 21:25:39.866 main < org.aspectj.weaver.Lint.<init>
2022-08-15 21:25:39,866 DEBUG org.aspectj.weaver.World - 21:25:39.866 main > org.aspectj.weaver.World.<init> org.aspectj.weaver.reflect.ReflectionWorld@31c88ec8
2022-08-15 21:25:39,867 DEBUG org.aspectj.weaver.Dump - 21:25:39.867 main > org.aspectj.weaver.Dump.registerNode class org.aspectj.weaver.reflect.ReflectionWorld, org.aspectj.weaver.reflect.ReflectionWorld@31c88ec8
2022-08-15 21:25:39,867 DEBUG org.aspectj.weaver.Dump - 21:25:39.867 main < org.aspectj.weaver.Dump.registerNode 1
2022-08-15 21:25:39,878 DEBUG org.aspectj.weaver.World - 21:25:39.878 main < org.aspectj.weaver.World.<init>
2022-08-15 21:25:39,878 DEBUG org.aspectj.weaver.Lint - 21:25:39.878 main > org.aspectj.weaver.Lint.<init> org.aspectj.weaver.Lint@61862a7f org.aspectj.weaver.reflect.ReflectionWorld@441772e
2022-08-15 21:25:39,878 DEBUG org.aspectj.weaver.Lint - 21:25:39.878 main < org.aspectj.weaver.Lint.<init>
2022-08-15 21:25:39,878 DEBUG org.aspectj.weaver.World - 21:25:39.878 main > org.aspectj.weaver.World.<init> org.aspectj.weaver.reflect.ReflectionWorld@441772e
2022-08-15 21:25:39,878 DEBUG org.aspectj.weaver.Dump - 21:25:39.878 main > org.aspectj.weaver.Dump.registerNode class org.aspectj.weaver.reflect.ReflectionWorld, org.aspectj.weaver.reflect.ReflectionWorld@441772e
2022-08-15 21:25:39,878 DEBUG org.aspectj.weaver.Dump - 21:25:39.878 main < org.aspectj.weaver.Dump.registerNode 2
2022-08-15 21:25:39,878 DEBUG org.aspectj.weaver.World - 21:25:39.878 main < org.aspectj.weaver.World.<init>
2022-08-15 21:25:39,887 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'txMethod'
2022-08-15 21:25:39,887 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:39,892 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'datasource' to allow for resolving potential circular references
2022-08-15 21:25:39,904 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:39,904 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:39,965 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'datasource'
2022-08-15 21:25:39,966 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'datasource_oracle'
2022-08-15 21:25:39,966 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'datasource_oracle'
2022-08-15 21:25:39,966 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:39,966 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'datasource_oracle' to allow for resolving potential circular references
2022-08-15 21:25:39,966 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:39,966 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:39,967 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'datasource_oracle'
2022-08-15 21:25:39,967 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'sessionFactory'
2022-08-15 21:25:39,967 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'sessionFactory'
2022-08-15 21:25:39,967 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:39,985 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'sessionFactory' to allow for resolving potential circular references
2022-08-15 21:25:39,995 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'datasource_oracle'
2022-08-15 21:25:40,001 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Invoking afterPropertiesSet() on bean with name 'sessionFactory'
2022-08-15 21:25:40,017  INFO org.hibernate.cfg.annotations.Version - Hibernate Annotations 3.4.0.GA
2022-08-15 21:25:40,024  INFO org.hibernate.cfg.Environment - Hibernate 3.3.1.GA
2022-08-15 21:25:40,026  INFO org.hibernate.cfg.Environment - hibernate.properties not found
2022-08-15 21:25:40,028  INFO org.hibernate.cfg.Environment - Bytecode provider name : javassist
2022-08-15 21:25:40,031  INFO org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
2022-08-15 21:25:40,064  INFO org.hibernate.annotations.common.Version - Hibernate Commons Annotations 3.1.0.GA
2022-08-15 21:25:40,071 DEBUG org.hibernate.cfg.AnnotationConfiguration - Execute first pass mapping processing
2022-08-15 21:25:40,091 DEBUG org.hibernate.cfg.AnnotationConfiguration - Process hbm files
2022-08-15 21:25:40,091 DEBUG org.hibernate.cfg.AnnotationConfiguration - Process annotated classes
2022-08-15 21:25:40,093  INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: springHibernate.UserInfo
2022-08-15 21:25:40,102 DEBUG org.hibernate.cfg.Ejb3Column - Binding column DTYPE. Unique false. Nullable false.
2022-08-15 21:25:40,110 DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with entity name UserInfo
2022-08-15 21:25:40,113  INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity springHibernate.UserInfo on table UserInfo
2022-08-15 21:25:40,116 DEBUG org.hibernate.cfg.AnnotationBinder - Processing springHibernate.UserInfo property annotation
2022-08-15 21:25:40,126 DEBUG org.hibernate.cfg.AnnotationBinder - Processing annotations of springHibernate.UserInfo.id
2022-08-15 21:25:40,129 DEBUG org.hibernate.cfg.Ejb3Column - Binding column id. Unique false. Nullable true.
2022-08-15 21:25:40,129 DEBUG org.hibernate.cfg.AnnotationBinder - id is an id
2022-08-15 21:25:40,131 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for id
2022-08-15 21:25:40,133 DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property id
2022-08-15 21:25:40,135 DEBUG org.hibernate.cfg.AnnotationBinder - Bind @Id on id
2022-08-15 21:25:40,135 DEBUG org.hibernate.cfg.AnnotationBinder - Processing annotations of springHibernate.UserInfo.code
2022-08-15 21:25:40,135 DEBUG org.hibernate.cfg.Ejb3Column - Binding column code. Unique false. Nullable true.
2022-08-15 21:25:40,136 DEBUG org.hibernate.cfg.annotations.PropertyBinder - binding property code with lazy=false
2022-08-15 21:25:40,136 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for code
2022-08-15 21:25:40,136 DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property code
2022-08-15 21:25:40,136 DEBUG org.hibernate.cfg.AnnotationBinder - Processing annotations of springHibernate.UserInfo.name
2022-08-15 21:25:40,136 DEBUG org.hibernate.cfg.Ejb3Column - Binding column name. Unique false. Nullable true.
2022-08-15 21:25:40,136 DEBUG org.hibernate.cfg.annotations.PropertyBinder - binding property name with lazy=false
2022-08-15 21:25:40,136 DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - building SimpleValue for name
2022-08-15 21:25:40,136 DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building property name
2022-08-15 21:25:40,137 DEBUG org.hibernate.cfg.AnnotationConfiguration - processing fk mappings (*ToOne and JoinedSubclass)
2022-08-15 21:25:40,138 DEBUG org.hibernate.cfg.Configuration - processing extends queue
2022-08-15 21:25:40,138 DEBUG org.hibernate.cfg.Configuration - processing collection mappings
2022-08-15 21:25:40,138 DEBUG org.hibernate.cfg.Configuration - processing native query and ResultSetMapping mappings
2022-08-15 21:25:40,138 DEBUG org.hibernate.cfg.Configuration - processing association property references
2022-08-15 21:25:40,138 DEBUG org.hibernate.cfg.Configuration - processing foreign key constraints
2022-08-15 21:25:40,142  INFO org.hibernate.cfg.AnnotationConfiguration - Hibernate Validator not found: ignoring
2022-08-15 21:25:40,143  INFO org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean - Building new Hibernate SessionFactory
2022-08-15 21:25:40,143 DEBUG org.hibernate.cfg.AnnotationConfiguration - Validator not present in classpath, ignoring event listener registration
2022-08-15 21:25:40,145 DEBUG org.hibernate.cfg.search.HibernateSearchEventListenerRegister - Search not present in classpath, ignoring event listener registration.
2022-08-15 21:25:40,145  INFO org.hibernate.cfg.search.HibernateSearchEventListenerRegister - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
2022-08-15 21:25:40,145 DEBUG org.hibernate.cfg.Configuration - Preparing to build session factory with filters : {}
2022-08-15 21:25:40,145 DEBUG org.hibernate.cfg.AnnotationConfiguration - Execute first pass mapping processing
2022-08-15 21:25:40,146 DEBUG org.hibernate.cfg.AnnotationConfiguration - Process hbm files
2022-08-15 21:25:40,146 DEBUG org.hibernate.cfg.AnnotationConfiguration - Process annotated classes
2022-08-15 21:25:40,146 DEBUG org.hibernate.cfg.AnnotationConfiguration - processing fk mappings (*ToOne and JoinedSubclass)
2022-08-15 21:25:40,146 DEBUG org.hibernate.cfg.Configuration - processing extends queue
2022-08-15 21:25:40,146 DEBUG org.hibernate.cfg.Configuration - processing collection mappings
2022-08-15 21:25:40,146 DEBUG org.hibernate.cfg.Configuration - processing native query and ResultSetMapping mappings
2022-08-15 21:25:40,146 DEBUG org.hibernate.cfg.Configuration - processing association property references
2022-08-15 21:25:40,146 DEBUG org.hibernate.cfg.Configuration - processing foreign key constraints
2022-08-15 21:25:40,177  INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
2022-08-15 21:25:40,820  INFO org.hibernate.cfg.SettingsFactory - RDBMS: Oracle, version: Oracle Database 11g Release 11.1.0.0.0 - Production
2022-08-15 21:25:40,820  INFO org.hibernate.cfg.SettingsFactory - JDBC driver: Oracle JDBC driver, version: 11.1.0.6.0-Production+
2022-08-15 21:25:40,830  INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.Oracle9iDialect
2022-08-15 21:25:40,832  INFO org.hibernate.transaction.TransactionFactoryFactory - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory
2022-08-15 21:25:40,833  INFO org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
2022-08-15 21:25:40,833  INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
2022-08-15 21:25:40,833  INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
2022-08-15 21:25:40,833  INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
2022-08-15 21:25:40,833  INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: disabled
2022-08-15 21:25:40,834  INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
2022-08-15 21:25:40,834 DEBUG org.hibernate.cfg.SettingsFactory - Wrap result sets: disabled
2022-08-15 21:25:40,834  INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): disabled
2022-08-15 21:25:40,834  INFO org.hibernate.cfg.SettingsFactory - Connection release mode: auto
2022-08-15 21:25:40,834  INFO org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 1
2022-08-15 21:25:40,834  INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
2022-08-15 21:25:40,834  INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: enabled
2022-08-15 21:25:40,834  INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
2022-08-15 21:25:40,834  INFO org.hibernate.cfg.SettingsFactory - Order SQL inserts for batching: disabled
2022-08-15 21:25:40,834  INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2022-08-15 21:25:40,836  INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
2022-08-15 21:25:40,836  INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
2022-08-15 21:25:40,836  INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
2022-08-15 21:25:40,836  INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
2022-08-15 21:25:40,836  INFO org.hibernate.cfg.SettingsFactory - Query cache: disabled
2022-08-15 21:25:40,836  INFO org.hibernate.cfg.SettingsFactory - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
2022-08-15 21:25:40,836  INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
2022-08-15 21:25:40,836  INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
2022-08-15 21:25:40,838  INFO org.hibernate.cfg.SettingsFactory - Echoing all SQL to stdout
2022-08-15 21:25:40,839  INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
2022-08-15 21:25:40,839  INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
2022-08-15 21:25:40,839  INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
2022-08-15 21:25:40,839  INFO org.hibernate.cfg.SettingsFactory - Named query checking : enabled
2022-08-15 21:25:40,862  INFO org.hibernate.impl.SessionFactoryImpl - building session factory
2022-08-15 21:25:40,863 DEBUG org.hibernate.impl.SessionFactoryImpl - Session factory constructed with filter configurations : {}
2022-08-15 21:25:40,863 DEBUG org.hibernate.impl.SessionFactoryImpl - instantiating session factory with properties: {java.runtime.name=Java(TM) SE Runtime Environment, sun.boot.library.path=D:\Java\jdk1.8.0_212\jre\bin, java.vm.version=25.212-b10, java.vm.vendor=Oracle Corporation, java.vendor.url=http://java.oracle.com/, path.separator=;, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding.pkg=sun.io, user.script=, user.country=CN, sun.java.launcher=SUN_STANDARD, sun.os.patch.level=Service Pack 1, java.vm.specification.name=Java Virtual Machine Specification, user.dir=E:\PRJ_J2EE\PrjFlexJava, java.runtime.version=1.8.0_212-b10, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, hibernate.current_session_context_class=thread, java.endorsed.dirs=D:\Java\jdk1.8.0_212\jre\lib\endorsed, os.arch=amd64, java.io.tmpdir=C:\Users\ADMINI~1\AppData\Local\Temp\, line.separator=
, java.vm.specification.vendor=Oracle Corporation, user.variant=, os.name=Windows 7, sun.jnu.encoding=GBK, java.library.path=D:\Java\jdk1.8.0_212\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\Java\jdk1.8.0_212\bin;D:\Java\jdk1.8.0_212\jre\bin;D:\apache-maven-3.2.1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\NetSarang;., java.specification.name=Java Platform API Specification, java.class.version=52.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, hibernate.transaction.factory_class=org.springframework.orm.hibernate3.SpringTransactionFactory, os.version=6.1, user.home=C:\Users\Administrator, user.timezone=Asia/Shanghai, java.awt.printerjob=sun.awt.windows.WPrinterJob, java.specification.version=1.8, file.encoding=UTF-8, hibernate.format_sql=true, user.name=Administrator, java.class.path=E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\classes;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\DBUtil.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\DBstep.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\IKExpression2.1.2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\JEJConsole.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\Jama-1.0.2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\Java-iText-5.0.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\Java2Word.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\JavaFramework.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\PDFRenderer-0.9.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\RepJEJConsole.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\SZHTOGsm.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\XmlSchema-1.4.5.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\activation.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\activemq-all-5.14.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\alipay-sdk-java20160614220058-source.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\alipay-sdk-java20160614220058.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\ant.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\antlr-runtime.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\antlr.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\aocr.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\apache-commons-net.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\apache-mailet-api-2.5.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\asm-3.2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\asm-3.3.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\aspectjrt-1.6.5.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\aspectjrt.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\aspectjtools-1.6.5.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\aspectjweaver.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\aspose-ocr-1.0.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\aspriseOCR.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\avalon-framework.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\axis.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\backport-util-concurrent.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\bsh.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\cfgatewayadapter.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\cglib-2.2.2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\cglib-nodep-2.1_3.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\cglib.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\com.lowagie.text-2.1.7.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\com.springsource.net.sf.cglib-2.2.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\com.springsource.org.aopalliance-1.0.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\com.springsource.org.apache.log4j-1.2.15.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\com.springsource.org.codehaus.jackson-1.0.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\comm.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-beanutils-1.7.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-beanutils-1.8.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-beanutils-core-1.8.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-cli-1.2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-codec-1.3.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-codec-1.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-codec-1.5.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-collections-3.2.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-collections.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-configuration-1.6.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-daemon-1.0.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-dbcp.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-digester-1.8.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-discovery-0.2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-el-1.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-fileupload-1.2.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-fileupload-1.2.2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-httpclient-3.0.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-io-2.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-lang-2.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-lang-2.5.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-logging-1.1.1-sources.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-logging-1.1.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-logging-1.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-logging-1.2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-logging-api-1.0.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-logging.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-math-2.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-net-1.4.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-net-3.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-pool-1.5.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\commons-pool.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\concurrent.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\core-3.1.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\core.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\cos.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\crawler4j-3.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\customizer.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\cxf-2.2.5.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\cxf-manifest.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\cxf-rt-rs-security-xml-2.5.2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\derby.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\derbyclient.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\dnsjava-2.1.3.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\dom4j.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\drools-api.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\drools-compiler.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\drools-core.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\ehcache-1.4.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\ehcache-3.0.0.m1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\ejb3-persistence.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\elasticsearch-6.5.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\elasticsearch-cli-6.5.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\elasticsearch-rest-client-7.11.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\elasticsearch-rest-high-level-client-7.11.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\errai-bus.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\errai-common.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\ezmorph-1.0.6.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\fastjson-1.2.31.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\flex-messaging-common.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\flex-messaging-core.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\flex-messaging-opt.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\flex-messaging-proxy.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\flex-messaging-remoting.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\freemarker.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\ghost4j-0.5.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\gson-2.2.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\gson.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\guice-aopalliance.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\guice-servlet.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\guice.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\gwt-console-rpc.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\gwt-console-server-integration.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\hadoop-ant-1.0.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\hadoop-capacity-scheduler-1.0.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\hadoop-core-1.0.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\hadoop-examples-1.0.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\hadoop-fairscheduler-1.0.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\hadoop-test-1.0.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\hadoop-thriftfs-1.0.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\hadoop-tools-1.0.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\hibernate-annotations.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\hibernate-commons-annotations.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\hibernate-core.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\hibernate3.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\hsqldb-1.8.0.10.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\hsqldb.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\htmlcleaner-2.2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\htmlparser-1.5.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\httpclient-4.1.2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\httpclient-4.5.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\httpcore-4.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\httpcore-ab-4.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\httpcore-nio-4.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\ibatis-2.3.4.726.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\imageinfo-1.9.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\itext-asian.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\itextpdf-5.1.3.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\j2ssh-core-0.2.9.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jackson-all-1.7.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jackson-core-asl-1.0.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jackson-databind-2.12.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jackson-mapper-asl-1.0.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jacob-1.14.3-sources.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jacob-1.14.3.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jacob.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jai_imageio-1.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jai_imageio.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\janino.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jasper-compiler-5.5.12.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jasper-runtime-5.5.12.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\java-core-2.6.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\java-mail-1.4.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\javacsv.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\javassist-3.17.1-GA.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\javassist-3.9.0.GA.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\javassist.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jaxen-1.1-beta-6.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jaxrpc.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jbarcode-0.2.8.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jbpm-bpmn.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jbpm-console-form-plugin.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jbpm-console-graphView-plugin.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jbpm-console-integration.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jbpm-console-reports.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jbpm-db.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jbpm-examples-tests.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jbpm-jboss.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jbpm-test-db-tests.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jbpm-tomcat6.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jbpm.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jcifs-1.3.8.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jdeb-0.8.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jdom.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\je-4.0.92.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\je-android-4.0.92.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jedis-2.1.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jersey-core-1.8.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jersey-json-1.8.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jersey-server-1.8.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jest-6.3.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jets3t-0.6.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jetty-6.1.26.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jetty-util-6.1.26.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jmf.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jna.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\joda-time-2.0-javadoc.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\joda-time-2.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\joda-time.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jpush-client-3.2.18.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jsch-0.1.42.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\json-20080701-javadoc.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\json-lib-2.4-jdk15.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\json-simple-1.1.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\json-taglib-0.4.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jsoup-1.6.3.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jta-1.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jta.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jtidy-r938.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\juel-api.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\juel-engine.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\juel-impl.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\junit-4.11.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\junit-4.5.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\junit-4.7.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\junit.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\junrar-0.7.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jxl-2.6.9.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\jzlib.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\kafka-clients-2.1.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\kafka_2.12-2.1.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\kfs-0.2.2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\livetribe-jsr223.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\log4j-1.2.13.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\log4j-1.2.15.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\log4j-1.2.17.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\log4j-api-2.0-beta9.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\log4j.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\logkit.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\lombok.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\lucene-core-8.5.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\mail.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\mailet-3.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\mediaplayer.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\mockejb.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\mockito-all-1.8.5.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\mockrunner.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\multiplayer.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\mvel2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\mybatis-3.2.3.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\mysql-connector-java-3.1.12-bin.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\mysql-connector-java-5.0.5-bin.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\mysql-connector-java-8.0.29.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\mysql-connector-java.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\neethi-2.0.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\nekohtml.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\netty-all-4.1.7.Final.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\ojdbc5.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\okhttp-2.7.5.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\okio-2.2.2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\opencsv-2.2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\org.eclipse.paho.client.mqttv3-1.0.2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\org.json.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\org.springframework.aop-3.0.1.RELEASE-A.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\org.springframework.asm-3.0.1.RELEASE-A.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\org.springframework.beans-3.0.1.RELEASE-A.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\org.springframework.context-3.0.1.RELEASE-A.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\org.springframework.context.support-3.0.1.RELEASE-A.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\org.springframework.core-3.0.1.RELEASE-A.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\org.springframework.expression-3.0.1.RELEASE-A.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\org.springframework.flex-1.0.3.RELEASE.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\org.springframework.jdbc-3.0.1.RELEASE-A.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\org.springframework.orm-3.0.1.RELEASE-A.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\org.springframework.transaction-3.0.1.RELEASE-A.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\org.springframework.web-3.0.1.RELEASE-A.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\org.springframework.web.servlet-3.0.1.RELEASE-A.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\oro-2.0.8.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\oro.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\oscache-2.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\pi4j-core-0.0.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\pinyin4j-2.5.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\poi-3.10.1-20140818.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\poi-examples-3.10.1-20140818.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\poi-excelant-3.10.1-20140818.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\poi-ooxml-3.10.1-20140818.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\poi-ooxml-schemas-3.10.1-20140818.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\poi-scratchpad-3.10.1-20140818.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\postgresql.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\quartz-all-1.6.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\saaj.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\servlet-api-2.5-20081211.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\servlet-api.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\shiro-all-1.1.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\shiro-aspectj-1.1.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\shiro-core-1.1.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\shiro-ehcache-1.1.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\shiro-quartz-1.1.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\shiro-spring-1.1.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\shiro-web-1.1.0.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\sigar-1.6.0.14.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\slf4j-api-1.4.3.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\slf4j-api-1.5.8.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\slf4j-api-1.7.5.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\slf4j-api.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\slf4j-log4j12-1.4.3.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\spring-aspects.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\spring-mock.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\spring.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\spymemcached-2.7.3.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\sqljdbc4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\subethasmtp-smtp.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\subethasmtp-wiser.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\svnkit-1.8.12.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\svnkit-1.9.0-r10609-atlassian-hosted.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\swingx-1.6.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\swt-debug.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\swt.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\tess4j.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\tm-extractors-0.4.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\tools.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\transport-7.11.1.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\trilead-ssh2-1.0.0-build217.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\websocket-server-9.4.9.v20180320.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\wsdl4j.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\xalan.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\xercesMinimal.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\xml-apis-1.0.b2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\xml-resolver-1.2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\xmlbeans-2.6.2.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\xmlenc-0.52.jar;E:\PRJ_J2EE\PrjFlexJava\WebContent\WEB-INF\lib\zxing-core-2.2.jar;E:\PRJ_J2EE\PrjFlexJava\java_src\office_word\spire.doc-3.4.3.jar;E:\PRJ_J2EE\PrjFlexJava\java_src\office_word\spire.office-3.4.0.jar;E:\PRJ_J2EE\PrjFlexJava\java_src\office_word\spire.pdf-3.4.2.jar;E:\PRJ_J2EE\PrjFlexJava\java_src\office_word\spire.pdf.free-2.6.4.jar;E:\PRJ_J2EE\PrjFlexJava\java_src\office_word\spire.presentation-3.4.3.jar;E:\PRJ_J2EE\PrjFlexJava\java_src\office_word\spire.presentation.free-2.6.1.jar;E:\PRJ_J2EE\PrjFlexJava\lib_redis\jedis-2.7.3.jar;E:\PRJ_J2EE\PrjFlexJava\lib_redis\jedis-3.2.0.jar;E:\PRJ_J2EE\PrjFlexJava\lib_wow\jna-4.4.0.jar;E:\PRJ_J2EE\PrjFlexJava\lib_wow\jna-5.5.0.jar;E:\PRJ_J2EE\PrjFlexJava\lib_wow\jna-platform-4.4.0.jar;E:\PRJ_J2EE\PrjFlexJava\lib_wow\JNative.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\annotations-api.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\catalina-ant.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\catalina-ha.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\catalina-tribes.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\catalina.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\ecj-4.4.2.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\el-api.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\jasper-el.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\jasper.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\jsp-api.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\servlet-api.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\tomcat-api.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\tomcat-coyote.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\tomcat-dbcp.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\tomcat-i18n-es.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\tomcat-i18n-fr.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\tomcat-i18n-ja.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\tomcat-jdbc.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\tomcat-util.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\tomcat7-websocket.jar;D:\eclipse-jee-luna-SR2-win32-x86_64\apache-tomcat-7.0.67\lib\websocket-api.jar, hibernate.bytecode.use_reflection_optimizer=false, hibernate.show_sql=true, hibernate.use_sql_comments=true, java.vm.specification.version=1.8, sun.arch.data.model=64, java.home=D:\Java\jdk1.8.0_212\jre, sun.java.command=springHibernate.ZwfTest, hibernate.dialect=org.hibernate.dialect.Oracle9iDialect, java.specification.vendor=Oracle Corporation, user.language=zh, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, java.version=1.8.0_212, java.ext.dirs=D:\Java\jdk1.8.0_212\jre\lib\ext;C:\Windows\Sun\Java\lib\ext, sun.boot.class.path=D:\Java\jdk1.8.0_212\jre\lib\resources.jar;D:\Java\jdk1.8.0_212\jre\lib\rt.jar;D:\Java\jdk1.8.0_212\jre\lib\sunrsasign.jar;D:\Java\jdk1.8.0_212\jre\lib\jsse.jar;D:\Java\jdk1.8.0_212\jre\lib\jce.jar;D:\Java\jdk1.8.0_212\jre\lib\charsets.jar;D:\Java\jdk1.8.0_212\jre\lib\jfr.jar;D:\Java\jdk1.8.0_212\jre\classes, java.vendor=Oracle Corporation, file.separator=\, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, hibernate.hbm2ddl.auto=update, hibernate.connection.provider_class=org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider, sun.cpu.endian=little, sun.io.unicode.encoding=UnicodeLittle, sun.desktop=windows, hibernate.max_fetch_depth=1, sun.cpu.isalist=amd64}
2022-08-15 21:25:40,957 DEBUG org.hibernate.persister.entity.AbstractEntityPersister - Static SQL for entity: springHibernate.UserInfo
2022-08-15 21:25:40,957 DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Version select: /* get version springHibernate.UserInfo */ select id from UserInfo where id =?
2022-08-15 21:25:40,957 DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Snapshot select: /* get current state springHibernate.UserInfo */ select userinfo_.id, userinfo_.code as code0_, userinfo_.name as name0_ from UserInfo userinfo_ where userinfo_.id=?
2022-08-15 21:25:40,957 DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Insert 0: /* insert springHibernate.UserInfo */ insert into UserInfo (code, name, id) values (?, ?, ?)
2022-08-15 21:25:40,957 DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Update 0: /* update springHibernate.UserInfo */ update UserInfo set code=?, name=? where id=?
2022-08-15 21:25:40,957 DEBUG org.hibernate.persister.entity.AbstractEntityPersister -  Delete 0: /* delete springHibernate.UserInfo */ delete from UserInfo where id=?
2022-08-15 21:25:40,968 DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity springHibernate.UserInfo: /* load springHibernate.UserInfo */ select userinfo0_.id as id0_0_, userinfo0_.code as code0_0_, userinfo0_.name as name0_0_ from UserInfo userinfo0_ where userinfo0_.id=?
2022-08-15 21:25:40,969 DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity springHibernate.UserInfo: /* load springHibernate.UserInfo */ select userinfo0_.id as id0_0_, userinfo0_.code as code0_0_, userinfo0_.name as name0_0_ from UserInfo userinfo0_ where userinfo0_.id=?
2022-08-15 21:25:40,969 DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity springHibernate.UserInfo: /* load springHibernate.UserInfo */ select userinfo0_.id as id0_0_, userinfo0_.code as code0_0_, userinfo0_.name as name0_0_ from UserInfo userinfo0_ where userinfo0_.id=? for update
2022-08-15 21:25:40,969 DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity springHibernate.UserInfo: /* load springHibernate.UserInfo */ select userinfo0_.id as id0_0_, userinfo0_.code as code0_0_, userinfo0_.name as name0_0_ from UserInfo userinfo0_ where userinfo0_.id=? for update nowait
2022-08-15 21:25:40,969 DEBUG org.hibernate.loader.entity.EntityLoader - Static select for entity springHibernate.UserInfo: /* load springHibernate.UserInfo */ select userinfo0_.id as id0_0_, userinfo0_.code as code0_0_, userinfo0_.name as name0_0_ from UserInfo userinfo0_ where userinfo0_.id=? for update nowait
2022-08-15 21:25:40,973 DEBUG org.hibernate.loader.entity.EntityLoader - Static select for action ACTION_MERGE on entity springHibernate.UserInfo: /* load springHibernate.UserInfo */ select userinfo0_.id as id0_0_, userinfo0_.code as code0_0_, userinfo0_.name as name0_0_ from UserInfo userinfo0_ where userinfo0_.id=?
2022-08-15 21:25:40,973 DEBUG org.hibernate.loader.entity.EntityLoader - Static select for action ACTION_REFRESH on entity springHibernate.UserInfo: /* load springHibernate.UserInfo */ select userinfo0_.id as id0_0_, userinfo0_.code as code0_0_, userinfo0_.name as name0_0_ from UserInfo userinfo0_ where userinfo0_.id=?
2022-08-15 21:25:40,974 DEBUG org.hibernate.impl.SessionFactoryObjectFactory - initializing class SessionFactoryObjectFactory
2022-08-15 21:25:40,974 DEBUG org.hibernate.impl.SessionFactoryObjectFactory - registered: 402881df82a1ae730182a1ae73ed0000 (unnamed)
2022-08-15 21:25:40,975  INFO org.hibernate.impl.SessionFactoryObjectFactory - Not binding factory to JNDI, no JNDI name configured
2022-08-15 21:25:40,975 DEBUG org.hibernate.impl.SessionFactoryImpl - instantiated session factory
2022-08-15 21:25:40,978  INFO org.hibernate.tool.hbm2ddl.SchemaUpdate - Running hbm2ddl schema update
2022-08-15 21:25:40,978  INFO org.hibernate.tool.hbm2ddl.SchemaUpdate - fetching database metadata
2022-08-15 21:25:41,227  INFO org.hibernate.tool.hbm2ddl.SchemaUpdate - updating schema
2022-08-15 21:25:41,228 DEBUG org.hibernate.cfg.AnnotationConfiguration - Execute first pass mapping processing
2022-08-15 21:25:41,228 DEBUG org.hibernate.cfg.AnnotationConfiguration - Process hbm files
2022-08-15 21:25:41,228 DEBUG org.hibernate.cfg.AnnotationConfiguration - Process annotated classes
2022-08-15 21:25:41,228 DEBUG org.hibernate.cfg.AnnotationConfiguration - processing fk mappings (*ToOne and JoinedSubclass)
2022-08-15 21:25:41,228 DEBUG org.hibernate.cfg.Configuration - processing extends queue
2022-08-15 21:25:41,228 DEBUG org.hibernate.cfg.Configuration - processing collection mappings
2022-08-15 21:25:41,228 DEBUG org.hibernate.cfg.Configuration - processing native query and ResultSetMapping mappings
2022-08-15 21:25:41,228 DEBUG org.hibernate.cfg.Configuration - processing association property references
2022-08-15 21:25:41,228 DEBUG org.hibernate.cfg.Configuration - processing foreign key constraints
2022-08-15 21:25:41,295  INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: PMS.USERINFO
2022-08-15 21:25:41,296  INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [code, name, id]
2022-08-15 21:25:41,296  INFO org.hibernate.tool.hbm2ddl.TableMetadata - foreign keys: []
2022-08-15 21:25:41,296  INFO org.hibernate.tool.hbm2ddl.TableMetadata - indexes: [pk_userinfo_id]
2022-08-15 21:25:41,296  INFO org.hibernate.tool.hbm2ddl.SchemaUpdate - schema update complete
2022-08-15 21:25:41,298 DEBUG org.hibernate.impl.SessionFactoryImpl - Checking 0 named HQL queries
2022-08-15 21:25:41,299 DEBUG org.hibernate.impl.SessionFactoryImpl - Checking 0 named SQL queries
2022-08-15 21:25:41,299 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:41,299 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:41,305 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'sessionFactory'
2022-08-15 21:25:41,306 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'transactionManager'
2022-08-15 21:25:41,306 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'transactionManager'
2022-08-15 21:25:41,306 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:41,311 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'transactionManager' to allow for resolving potential circular references
2022-08-15 21:25:41,317 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'sessionFactory'
2022-08-15 21:25:41,317 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:41,318 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:41,327 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Invoking afterPropertiesSet() on bean with name 'transactionManager'
2022-08-15 21:25:41,335  INFO org.springframework.orm.hibernate3.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@47605f2f] of Hibernate SessionFactory for HibernateTransactionManager
2022-08-15 21:25:41,335 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:41,335 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:41,338 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'transactionManager'
2022-08-15 21:25:41,338 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'txAdvice'
2022-08-15 21:25:41,338 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'txAdvice'
2022-08-15 21:25:41,341 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'txAdvice' to allow for resolving potential circular references
2022-08-15 21:25:41,346 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'transactionManager'
2022-08-15 21:25:41,346 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean '(inner bean)#62dae540'
2022-08-15 21:25:41,346 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:41,350 DEBUG org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource - Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
2022-08-15 21:25:41,350 DEBUG org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource - Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
2022-08-15 21:25:41,350 DEBUG org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource - Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
2022-08-15 21:25:41,350 DEBUG org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource - Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
2022-08-15 21:25:41,350 DEBUG org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource - Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT,readOnly]
2022-08-15 21:25:41,350 DEBUG org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource - Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT,readOnly]
2022-08-15 21:25:41,350 DEBUG org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource - Adding transactional method [*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
2022-08-15 21:25:41,350 DEBUG org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource - Adding transactional method [test1*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
2022-08-15 21:25:41,350 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:41,350 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:41,351 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean '(inner bean)#62dae540'
2022-08-15 21:25:41,351 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Invoking afterPropertiesSet() on bean with name 'txAdvice'
2022-08-15 21:25:41,351 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'txAdvice'
2022-08-15 21:25:41,351 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:41,351 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'userDao'
2022-08-15 21:25:41,351 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'userDao'
2022-08-15 21:25:41,351 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:41,354 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'userDao' to allow for resolving potential circular references
2022-08-15 21:25:41,356 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'sessionFactory'
2022-08-15 21:25:41,357 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:41,357 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-15 21:25:41,358 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'txAdvice'
2022-08-15 21:25:41,375 DEBUG org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator - Creating implicit proxy for bean 'userDao' with 0 common interceptors and 2 specific interceptors
2022-08-15 21:25:41,377 DEBUG org.springframework.aop.framework.JdkDynamicAopProxy - Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [springHibernate.IUserDaoImpl@38be305c]
2022-08-15 21:25:41,384 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'userDao'
2022-08-15 21:25:41,386 DEBUG org.springframework.context.support.ClassPathXmlApplicationContext - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@33e01298]
2022-08-15 21:25:41,386 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'lifecycleProcessor'
2022-08-15 21:25:41,387 DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties]
2022-08-15 21:25:41,387 DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment]
2022-08-15 21:25:41,388 DEBUG org.springframework.core.env.PropertySourcesPropertyResolver - Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null]
org.springframework.context.support.ClassPathXmlApplicationContext@26653222: startup date [Mon Aug 15 21:25:39 CST 2022]; root of context hierarchy
2022-08-15 21:25:41,388 DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'userDao'
2022-08-15 21:25:41,398 DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Creating new transaction with name [springHibernate.IUserDaoImpl.test1]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
2022-08-15 21:25:41,420 DEBUG org.hibernate.impl.SessionImpl - opened session at timestamp: 16605699413
2022-08-15 21:25:41,420 DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Opened new Session [org.hibernate.impl.SessionImpl@4e517165] for Hibernate transaction
2022-08-15 21:25:41,421 DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Preparing JDBC Connection of Hibernate Session [org.hibernate.impl.SessionImpl@4e517165]
2022-08-15 21:25:41,429 DEBUG org.hibernate.transaction.JDBCTransaction - begin
2022-08-15 21:25:41,429 DEBUG org.hibernate.jdbc.ConnectionManager - opening JDBC connection
2022-08-15 21:25:41,429 DEBUG org.hibernate.transaction.JDBCTransaction - current autocommit status: true
2022-08-15 21:25:41,429 DEBUG org.hibernate.transaction.JDBCTransaction - disabling autocommit
2022-08-15 21:25:41,431 DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Exposing Hibernate transaction as JDBC transaction [org.apache.commons.dbcp.PoolableConnection@46f699d5]
1 : first save!
2022-08-15 21:25:41,432 DEBUG org.springframework.orm.hibernate3.HibernateTemplate - Found thread-bound Session for HibernateTemplate
2022-08-15 21:25:41,469 DEBUG org.hibernate.hql.ast.QueryTranslatorImpl - parse() - HQL: FROM springHibernate.UserInfo WHERE code = :code ORDER BY code
2022-08-15 21:25:41,479 DEBUG org.hibernate.hql.ast.AST - --- HQL AST ---
 \-[QUERY] 'query'
    +-[SELECT_FROM] 'SELECT_FROM'
    |  \-[FROM] 'FROM'
    |     \-[RANGE] 'RANGE'
    |        \-[DOT] '.'
    |           +-[IDENT] 'springHibernate'
    |           \-[IDENT] 'UserInfo'
    +-[WHERE] 'WHERE'
    |  \-[EQ] '='
    |     +-[IDENT] 'code'
    |     \-[COLON] ':'
    |        \-[IDENT] 'code'
    \-[ORDER] 'ORDER'
       \-[IDENT] 'code'

2022-08-15 21:25:41,479 DEBUG org.hibernate.hql.ast.ErrorCounter - throwQueryException() : no errors
2022-08-15 21:25:41,507 DEBUG org.hibernate.hql.antlr.HqlSqlBaseWalker - select << begin [level=1, statement=select]
2022-08-15 21:25:41,518 DEBUG org.hibernate.hql.ast.tree.FromElement - FromClause{level=1} :  springHibernate.UserInfo (no alias) -> userinfo0_
2022-08-15 21:25:41,520 DEBUG org.hibernate.hql.ast.tree.FromReferenceNode - Resolved :  {synthetic-alias} -> {synthetic-alias}
2022-08-15 21:25:41,521 DEBUG org.hibernate.hql.ast.tree.DotNode - getDataType() : code -> org.hibernate.type.StringType@3af17be2
2022-08-15 21:25:41,522 DEBUG org.hibernate.hql.ast.tree.FromReferenceNode - Resolved :  {synthetic-alias}.code -> userinfo0_.code
2022-08-15 21:25:41,524 DEBUG org.hibernate.hql.ast.tree.FromReferenceNode - Resolved :  {synthetic-alias} -> {synthetic-alias}
2022-08-15 21:25:41,524 DEBUG org.hibernate.hql.ast.tree.DotNode - getDataType() : code -> org.hibernate.type.StringType@3af17be2
2022-08-15 21:25:41,524 DEBUG org.hibernate.hql.ast.tree.FromReferenceNode - Resolved :  {synthetic-alias}.code -> userinfo0_.code
2022-08-15 21:25:41,524 DEBUG org.hibernate.hql.antlr.HqlSqlBaseWalker - select : finishing up [level=1, statement=select]
2022-08-15 21:25:41,524 DEBUG org.hibernate.hql.ast.HqlSqlWalker - processQuery() :  ( SELECT ( FromClause{level=1} UserInfo userinfo0_ ) ( WHERE ( = ( userinfo0_.code {synthetic-alias} code ) ? ) ) ( ORDER ( userinfo0_.code {synthetic-alias} code ) ) )
2022-08-15 21:25:41,528 DEBUG org.hibernate.hql.ast.HqlSqlWalker - Derived SELECT clause created.
2022-08-15 21:25:41,531 DEBUG org.hibernate.hql.ast.util.JoinProcessor - Using FROM fragment [UserInfo userinfo0_]
2022-08-15 21:25:41,531 DEBUG org.hibernate.hql.antlr.HqlSqlBaseWalker - select >> end [level=1, statement=select]
2022-08-15 21:25:41,532 DEBUG org.hibernate.hql.ast.AST - --- SQL AST ---
 \-[SELECT] QueryNode: 'SELECT'  querySpaces (UserInfo)
    +-[SELECT_CLAUSE] SelectClause: '{derived select clause}'
    |  +-[SELECT_EXPR] SelectExpressionImpl: 'userinfo0_.id as id0_' {FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=null,role=null,tableName=UserInfo,tableAlias=userinfo0_,origin=null,colums={,className=springHibernate.UserInfo}}}
    |  \-[SQL_TOKEN] SqlFragment: 'userinfo0_.code as code0_, userinfo0_.name as name0_'
    +-[FROM] FromClause: 'FROM' FromClause{level=1, fromElementCounter=1, fromElements=1, fromElementByClassAlias=[], fromElementByTableAlias=[userinfo0_], fromElementsByPath=[], collectionJoinFromElementsByPath=[], impliedElements=[]}
    |  \-[FROM_FRAGMENT] FromElement: 'UserInfo userinfo0_' FromElement{explicit,not a collection join,not a fetch join,fetch non-lazy properties,classAlias=null,role=null,tableName=UserInfo,tableAlias=userinfo0_,origin=null,colums={,className=springHibernate.UserInfo}}
    +-[WHERE] SqlNode: 'WHERE'
    |  \-[EQ] BinaryLogicOperatorNode: '='
    |     +-[DOT] DotNode: 'userinfo0_.code' {propertyName=code,dereferenceType=4,propertyPath=code,path={synthetic-alias}.code,tableAlias=userinfo0_,className=springHibernate.UserInfo,classAlias=null}
    |     |  +-[IDENT] IdentNode: '{synthetic-alias}' {originalText={synthetic-alias}}
    |     |  \-[IDENT] IdentNode: 'code' {originalText=code}
    |     \-[NAMED_PARAM] ParameterNode: '?' {name=code, expectedType=org.hibernate.type.StringType@3af17be2}
    \-[ORDER] OrderByClause: 'ORDER'
       \-[DOT] DotNode: 'userinfo0_.code' {propertyName=code,dereferenceType=4,propertyPath=code,path={synthetic-alias}.code,tableAlias=userinfo0_,className=springHibernate.UserInfo,classAlias=null}
          +-[IDENT] IdentNode: '{synthetic-alias}' {originalText={synthetic-alias}}
          \-[IDENT] IdentNode: 'code' {originalText=code}

2022-08-15 21:25:41,532 DEBUG org.hibernate.hql.ast.ErrorCounter - throwQueryException() : no errors
2022-08-15 21:25:41,538 DEBUG org.hibernate.hql.ast.QueryTranslatorImpl - HQL: FROM springHibernate.UserInfo WHERE code = :code ORDER BY code
2022-08-15 21:25:41,538 DEBUG org.hibernate.hql.ast.QueryTranslatorImpl - SQL: select userinfo0_.id as id0_, userinfo0_.code as code0_, userinfo0_.name as name0_ from UserInfo userinfo0_ where userinfo0_.code=? order by userinfo0_.code
2022-08-15 21:25:41,538 DEBUG org.hibernate.hql.ast.ErrorCounter - throwQueryException() : no errors
2022-08-15 21:25:41,552 DEBUG org.hibernate.jdbc.AbstractBatcher - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
2022-08-15 21:25:41,553 DEBUG org.hibernate.SQL - 
    /* 
FROM
    UserInfo 
WHERE
    code = :code 
ORDER BY
    code */ select
        userinfo0_.id as id0_,
        userinfo0_.code as code0_,
        userinfo0_.name as name0_ 
    from
        UserInfo userinfo0_ 
    where
        userinfo0_.code=? 
    order by
        userinfo0_.code
Hibernate: 
    /* 
FROM
    UserInfo 
WHERE
    code = :code 
ORDER BY
    code */ select
        userinfo0_.id as id0_,
        userinfo0_.code as code0_,
        userinfo0_.name as name0_ 
    from
        UserInfo userinfo0_ 
    where
        userinfo0_.code=? 
    order by
        userinfo0_.code
2022-08-15 21:25:41,556 DEBUG org.hibernate.jdbc.AbstractBatcher - about to open ResultSet (open ResultSets: 0, globally: 0)
2022-08-15 21:25:41,558 DEBUG org.hibernate.loader.Loader - result row: EntityKey[springHibernate.UserInfo#8]
2022-08-15 21:25:41,564 DEBUG org.hibernate.jdbc.AbstractBatcher - about to close ResultSet (open ResultSets: 1, globally: 1)
2022-08-15 21:25:41,564 DEBUG org.hibernate.jdbc.AbstractBatcher - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
2022-08-15 21:25:41,565 DEBUG org.hibernate.engine.TwoPhaseLoad - resolving associations for [springHibernate.UserInfo#8]
2022-08-15 21:25:41,567 DEBUG org.hibernate.engine.TwoPhaseLoad - done materializing entity [springHibernate.UserInfo#8]
2022-08-15 21:25:41,567 DEBUG org.hibernate.engine.StatefulPersistenceContext - initializing non-lazy collections
2022-08-15 21:25:41,567 DEBUG org.springframework.orm.hibernate3.HibernateTemplate - Not closing pre-bound Hibernate Session after HibernateTemplate
2022-08-15 21:25:41,568 DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Initiating transaction commit
2022-08-15 21:25:41,568 DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Committing Hibernate transaction on Session [org.hibernate.impl.SessionImpl@4e517165]
2022-08-15 21:25:41,568 DEBUG org.hibernate.transaction.JDBCTransaction - commit
2022-08-15 21:25:41,568 DEBUG org.hibernate.event.def.AbstractFlushingEventListener - processing flush-time cascades
2022-08-15 21:25:41,570 DEBUG org.hibernate.event.def.AbstractFlushingEventListener - dirty checking collections
2022-08-15 21:25:41,572 DEBUG org.hibernate.event.def.AbstractFlushingEventListener - Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects
2022-08-15 21:25:41,572 DEBUG org.hibernate.event.def.AbstractFlushingEventListener - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
2022-08-15 21:25:41,573 DEBUG org.hibernate.pretty.Printer - listing entities:
2022-08-15 21:25:41,574 DEBUG org.hibernate.pretty.Printer - springHibernate.UserInfo{code=005129, name=zengwenfeng, id=8}
2022-08-15 21:25:41,575 DEBUG org.hibernate.transaction.JDBCTransaction - re-enabling autocommit
2022-08-15 21:25:41,576 DEBUG org.hibernate.transaction.JDBCTransaction - committed JDBC Connection
2022-08-15 21:25:41,576 DEBUG org.hibernate.jdbc.ConnectionManager - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
2022-08-15 21:25:41,576 DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Closing Hibernate Session [org.hibernate.impl.SessionImpl@4e517165] after transaction
2022-08-15 21:25:41,576 DEBUG org.springframework.orm.hibernate3.SessionFactoryUtils - Closing Hibernate Session
2022-08-15 21:25:41,576 DEBUG org.hibernate.jdbc.ConnectionManager - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
2022-08-15 21:25:41,576 DEBUG org.hibernate.jdbc.ConnectionManager - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
Exception in thread "main" java.sql.SQLException: 已存在对象
	at springHibernate.IUserDaoImpl.save(IUserDaoImpl.java:28)
	at springHibernate.IUserDaoImpl.test1(IUserDaoImpl.java:106)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
	at com.sun.proxy.$Proxy9.test1(Unknown Source)
	at springHibernate.ZwfTest.testPropagation1(ZwfTest.java:44)
	at springHibernate.ZwfTest.main(ZwfTest.java:56)

spring transaction Attribute_WinkeyTseng_YongTai的博客-CSDN博客

spring transaction propagation 01 REQUIRED_WinkeyTseng_YongTai的博客-CSDN博客

spring transaction propagation 02 isolation_WinkeyTseng_YongTai的博客-CSDN博客

spring transaction propagation 03 readonly_WinkeyTseng_YongTai的博客-CSDN博客

spring transaction propagation 04 timeout_WinkeyTseng_YongTai的博客-CSDN博客

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值