Bugs item #782835, was opened at 2003-08-04 14:21
Message generated for change (Comment added) made by ejort
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=782835&group_id=22866

Category: JBossCX
Group: v3.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Scott M Stark (starksm)
Assigned to: Adrian Brock (ejort)
Summary: Incorrect ResourceException on conn SQL test

Initial Comment:
Simulate a connection test failure by adding:
<check-valid-connection-sql>select count(*) from
properties</check-valid-connection-sql>

to the hsqldb-ds.xml and the errors like the following
are seen during startup:


06:40:32,559 WARN  [TxConnectionManager]
resourceException returning connection: org.jboss.resource.
[EMAIL PROTECTED]
javax.resource.ResourceException: Returned to wrong Pool!!

There is no properties table by default so there should
be some error, but not this one. See the attached stack
traces for the original sql exception and the full
ResourceException. This is for the current 3.2.2RC3
branch 3.2 code.


----------------------------------------------------------------------

>Comment By: Adrian Brock (ejort)
Date: 2003-08-04 16:45

Message:
Logged In: YES 
user_id=9459

I've reduced this warning to debug when killing a
connection, since
the connection can report an error before it has been checked
out from the pool.
I also added a warning for when the check-valid-connection-sql
fails.

Regards,
Adrian

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=782835&group_id=22866


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to