Ramnathan Ravindran

Ranch Hand
+ Follow
since May 12, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ramnathan Ravindran

Congrats Mate. What was your preparation approach? I would like to know as I am preparing as well.

Thanks
9 years ago
Congrats Vijay.

This gives me some hope that we can try doing a self study.

Thanks
9 years ago
Congrats Mate
10 years ago
Congrats Rajeev on an excellent score.

Thanks for the good information. I needed this.
12 years ago
Hi,

I am planning to start off with my SCEA preparation. Can anyone in Chennai let me know where the book "Design Patterns: Elements of Reusable Object-Oriented Software" is available?
Anyone knows where in chennai, I can get the Web Services book by RMH. Any help is highly appreciated.
I have a requirement where in I have to write XML contents to Clob. This is the piece of code I have written,

File xmlFile = new File("D:\\Test\\sampleXML.xml");
BufferedReader br = new BufferedReader(new FileReader(xmlFile));
while ((xmlLine = br.readLine()) != null) {
xmlString.append(xmlLine);
}
char[] xmlBuf = xmlString.toString().toCharArray();
Clob xmlClob1 = new SerialClob(xmlBuf);
System.out.println("Clob(xmlClob1) Size = "+xmlClob1.length());
PreparedStatement pStmt = conn.prepareCall("{call insertworkfile(?)}");
pStmt.setClob(1,(Clob)xmlClob1);

But I get an error at the "setClob()" method
The error is -
java.lang.ClassCastException: javax.sql.rowset.serial.SerialClob

Can you anyone help me out of this?

I did go through lot of forums where folks spoke about using select statement to get an empty clob first,then update the clob retrieved and send it as an input. But I am not allowed to do anything like this? Can you please let me know what I need to do to solve this?
Any help is highly appreciated.
17 years ago
Hey Guys,
Thanks a lot. Bert a special BIG thanks to you too. HFEJB is a wonderful book to study.
[ November 20, 2005: Message edited by: Ramnathan Ravindran ]
18 years ago
Viswa Thanks a lot...Hey guys can you let me know is there a forum here for the IBM UML Certification exam. I am planning to take this exam. Any ideas shoot a reply and I will check it out.
18 years ago
Superb...Congratsssss!!
18 years ago
Kewl...Fantastic score...Congratssss!
18 years ago
Mikalai,
A BIG THANKS for your SCBCD resources man.
18 years ago
Hi,
I took two months of preparation (2hrs/day). I studies HFEJB and then went through the specs. I took mocks in ejbcertificate.com, jdiscuss.com and also took the Enthuware EJBPLUS mocks. Finally took the HFEJB Final mock exam. This was my learning curve for SCBCD.
[ November 18, 2005: Message edited by: Ramnathan Ravindran ]
18 years ago
Hi,
I have cleared my exam today. I wish say my thanks to all the ranchers here and especially for Kathy for her wonderful book. I had 0% knowledge about EJB's but now I happy I have grasped a lot from the book. Thank you!!
18 years ago