[JBoss-user] [JCA/JBoss] - Re: Class Cast Exception using Oracle CLOB

2005-09-22 Thread reeser
That didn't work either.  I did get it working, but I had to use a 
java.sql.Clob instead of a Oracle CLOB.  

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896483#3896483

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896483


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: Class Cast Exception using Oracle CLOB

2005-09-21 Thread haribabu_nunna
Hai,
  I am enclosing a piece of code, u can use it, whether it works for 
you..

oracle.sql.CLOB my_storyclob=   null;
 Writer storywriter;
my_storyclob=   (CLOB)rs.getObject(3);
storywriter =((CLOB)my_storyclob).getCharacterOutputStream();
storywriter.write(story);
storywriter.flush();
storywriter.close();

Thanks & Regards,
Hari Babu Nunna

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896189#3896189

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896189


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: Class Cast Exception using Oracle CLOB

2005-09-21 Thread reesear
I am still unable to get this code to work.  Now I am having problems with 
converting the connection returned by Jboss to an OracleConnection.  HELP.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896074#3896074

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896074


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: Class Cast Exception using Oracle CLOB

2005-09-21 Thread reesear
I found that my problem is actually when I am Casting the ResultSet to an 
OracleResultSet.  

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896072#3896072

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896072


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user