Hi,
I tried the http://txconnect.sourceforge.net/ resource adapter on Geronimo
2.1.3. It fails with java.lang.ClassCastException: $Proxy33 cannot be cast
to com.dsoft.jca.eis.EisConnection.
Then I tried on Weblogic 10.3 and it worked.
Can you please check the appended geronimo-ra.xml if I overlooked something
obvious?
Thanks,
Juergen
17:19:40,101 ERROR [EisConnectionFactory] Problem when getting a connection
java.lang.ClassCastException: $Proxy33 cannot be cast to
com.dsoft.jca.eis.EisConnection
at
com.dsoft.jca.eis.EisConnectionFactory.getConnection(EisConnectionFactory.java:69)
The line is
this.eisConnection = (EisConnection)
this.connectionManager.allocateConnection(eisManagedConnectionFactory,
getConnectionInfo());
connectionManager is
[EMAIL PROTECTED]
getConnectionInfo() returns:
info EisRequestInfo (id=449)
driver "date.DateTimeAdapter" (id=382)
hostname "elisa" (id=386)
password null
port 13
prompt null
timeout 0
username null
http:// http://www.nabble.com/file/p19665711/weblogic-ra.xml weblogic-ra.xml
http:// http://www.nabble.com/file/p19665711/geronimo-ra.xml geronimo-ra.xml
--
View this message in context:
http://www.nabble.com/Resource-adapter-fails-on-Geronimo-but-works-on-Weblogic-tp19665711s134p19665711.html
Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.