Results 1 to 2 of 2
- 03-05-2010, 06:35 PM #1
Member
- Join Date
- Mar 2010
- Posts
- 2
- Rep Power
- 0
Create a CLOB object with the string value
Hello Friends,
This problem, I am facing while sending objects to ORACLE-AQ (message queueing) using SPRINGS
I have a String value with me (XML). and I have a method like
public void setPayLoad(oracle.sql.CLOB payload) {
this.payload=payload ;
}
I need to convert the string to a CLOB and set the same in above method
I very well know that CLOB can be created by using the below way
CLOB.createTemporary(conn, true, CLOB.DURATION_SESSION);
but the problem is, I am using spring's frame work to handle the JMSConnections
Not able to get the connection object from springs.. :(
Is there anyother way to create CLOB from java ??? Pleaes help me friends !!
Thanks in Advance !!
- 03-18-2010, 06:36 PM #2
Member
- Join Date
- Mar 2010
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
create object with name from string
By skandalouz in forum New To JavaReplies: 7Last Post: 12-05-2009, 11:40 PM -
How to create object dinamically and call methods.
By Gelembjuk in forum New To JavaReplies: 8Last Post: 10-26-2008, 09:28 AM -
how to create an object at runtime
By sireesha in forum New To JavaReplies: 8Last Post: 10-01-2008, 12:52 PM -
How to create object dynamically with class name known in string format
By ranu_gokhe in forum Advanced JavaReplies: 1Last Post: 04-09-2008, 02:15 AM -
Automation server can't create object
By katie in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 08-06-2007, 10:53 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks