My application-context.xml defines the following:

        


I have no resource-ref in either my web.xml or my jboss-web.xml.  

To answer your question I am just deploying my application as a .WAR file into 
the deploy directory of my server config.

Another thing to note is that I switched over to debug mode and get the 
following in the log.  

-----
Log:

13:38:43,813 DEBUG TransactionSynchronizationManager:84 - Initializing 
transaction synchronization
13:38:43,813 DEBUG TransactionInterceptor:84 - Getting transaction for 
com.firstam.mlsdatachecker.jdbc.manager.IConfigDataManager.getAllTimeZones
13:38:43,813 DEBUG SqlMapClientTemplate:84 - Opened SqlMapSession [EMAIL 
PROTECTED] for iBATIS operation
13:38:43,844 DEBUG TransactionSynchronizationManager:84 - Bound value [EMAIL 
PROTECTED] for key [EMAIL PROTECTED] to thread [main]
13:38:43,844 DEBUG TransactionSynchronizationManager:84 - Bound value [EMAIL 
PROTECTED] for key [EMAIL PROTECTED] to thread [main]
13:38:43,860 DEBUG SqlMapClientTemplate:84 - Obtained JDBC Connection [2807456] 
for iBATIS operation
13:38:43,891 DEBUG TransactionSynchronizationManager:84 - Retrieved value 
[EMAIL PROTECTED] for key [EMAIL PROTECTED] bound to thread [main]
13:38:44,188  INFO XmlBeanDefinitionReader:94 - Loading XML bean definitions 
from class path resource [org/springframework/jdbc/support/sql-error-codes.xml]
13:38:44,219  INFO SQLErrorCodesFactory:94 - SQLErrorCodes loaded: [DB2, Derby, 
HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase]
13:38:44,563 DEBUG TransactionSynchronizationManager:84 - Retrieved value 
[EMAIL PROTECTED] for key [EMAIL PROTECTED] bound to thread [main]
13:38:44,641 DEBUG TransactionSynchronizationManager:84 - Retrieved value 
[EMAIL PROTECTED] for key [EMAIL PROTECTED] bound to thread [main]
13:38:44,641 DEBUG TransactionSynchronizationManager:84 - Retrieved value 
[EMAIL PROTECTED] for key [EMAIL PROTECTED] bound to thread [main]

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983118#3983118

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983118
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to