[JBoss-user] [JCA/JBoss] - Re: Reading of Oracle BLOB works with JBoss 3.2.3 but fails

2005-12-14 Thread zurchman
This works with Oracle ARRAYs, so it should work with BLOBs. Cast the underlying ResultSet: anonymous wrote : | ResultSet wrs = s.executeQuery(statementText); | | Log("Wrapped ResultSet class:" + wrs.getClass().getName()); | | ResultSet urs = | ((org.jboss.resource.adapte

[JBoss-user] [JCA/JBoss] - Re: Reading of Oracle BLOB works with JBoss 3.2.3 but fails

2005-10-25 Thread parekhbh
Hi.. I am getting the same problem using Oracle 9i with JBoss AS 4.0.3. Can someone help me out... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903215#3903215 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903215 -

[JBoss-user] [JCA/JBoss] - Re: Reading of Oracle BLOB works with JBoss 3.2.3 but fails

2004-09-01 Thread [EMAIL PROTECTED]
underlyingResultSet.getClass().getInterfaces(); check the classloaders of the classes as well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846905#3846905 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846905 -