This follows mail "null row in ResultSet".
It appears that getObject(int) and getObject(String) on ResultSet always
return null under JBoss. My stand alone app works nicely and I can use
getObject.
When the app run under JBoss all the getObject returns null, but getString
return a value ? How come I can get a String but not the Object ? Is there
is something in JBoss that modify the behavior of ResultSet. It happens both
with and without using connection pooling.

Thanks,
        Benjamin


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to