hello -

i have been using a db2 connection pool for awhile now and its worked fine. recently i 
made some changes to my app (added some EJB's so it went from deploying a .war to a 
.ear with the war inside) and thats deploying ok... except im seeing the following 
DEBUG entries in my server log:

2004-08-19 00:08:39,689 DEBUG 
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Using 
properties: {user=xxxxxxx, password=xxxxxxxx}
2004-08-19 00:08:39,689 DEBUG 
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Checking driver 
for URL: jdbc:db2:station
2004-08-19 00:08:39,693 DEBUG 
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Using 
properties: {user=xxxxxxx, password=xxxxxxxxx}
2004-08-19 00:08:39,694 DEBUG 
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Driver not yet 
registered for url: jdbc:db2:station
2004-08-19 00:08:39,699 DEBUG 
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Driver not yet 
registered for url: jdbc:db2:station
2004-08-19 00:08:40,010 DEBUG 
[org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory] Driver already 
registered for url: jdbc:db2:station


other than the "Using Properties" messages these have never logged before. im still 
able to get connections from the pool fine (the messages stop after the initial 
connection) but im not sure what i did when switching from the war to ear deployment 
that would cause these to log. any ideas?

thanks
kevin

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845562


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to