[jboss-user] [JBoss Messaging] - Re: Jboss messaging - persistance issue for blob data
143564
do-not-reply at jboss.com
Fri Jan 25 11:34:43 EST 2008
Sorry , its wrong
Correct changs is,
ps.setObject(columnIndex, bytes); (its working)
ps.setBlob(columnIndex, (Blob)is);(this line was not working)
I haven't used ByteArrayInputStream.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123577#4123577
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123577
More information about the jboss-user
mailing list