日期:2014-05-16 浏览次数:20616 次
警告: SQL Error: 0, SQLState: null 2011-1-12 11:20:40 org.hibernate.util.JDBCExceptionReporter logExceptions 严重: Listener refused the connection with the following error: ORA-12518, TNS:listener could not hand off client connection The Connection descriptor used by the client was: 192.168.1.167:1521:orcl 2011-1-12 11:20:40 org.hibernate.cfg.SettingsFactory buildSettings 警告: Could not obtain connection metadata java.sql.SQLException: Listener refused the connection with the following error: ORA-12518, TNS:listener could not hand off client connection The Connection descriptor used by the client was: 192.168.1.167:1521:orcl
<filter> <filter-name>OpenSessionInViewFilter</filter-name> <filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class> </filter> <filter-mapping> <filter-name>OpenSessionInViewFilter</filter-name> <url-pattern>/message/*</url-pattern> </filter-mapping>