Harald Wehr wrote:
Thanks for your fast answer. I tested your hints but that didn't help. Nevertheless there is an interesting debug output. If I call conn.getClass().getName() to the connection I get from the pool, the output is:
------------
$Proxy4
------------

Looks to me like Excalibur is wrapping the class in a dynamic proxy
which is then leading to the class cast exception. Unfortunately, I
don't know whether you're supposed to find an abstracted api within
excalibur datasource for the feature you want (which seemed to be
hinted at by Bertrand's answer, or if "fixing" the proxy is what is needed, or if this is just a good old fashioned bug or unimplemented
feature.


I seem to recall that excalibur was using the dynamic proxies in order to get around JDK 1.3/1.4 differences in jdbc. So, my guess is you are
using JDK 1.3? If so, perhaps switching to 1.4 would make the proxy unnecessary and would be a workaround.


BTW, what does the stack trace say besides ClassCastException?

while the connection from the manual building gives:
------------
org.postgresql.jdbc3.Jdbc3Connection
------------

Do you have any hints on that?

Geoff




Reply via email to