[jboss-user] [JBoss Messaging] - Re: Jboss messaging - persistance issue for blob data

2008-01-26 Thread 143564
143564 wrote : Now I found my issue. | | Instead of changing the code, i went to clustered-oracle-persistant.xml. then i added a tag | attribute name=UsingBinaryStream false/ attribute | | Now every thing is perfect. | | Thanks | | | View the original post :

[jboss-user] [JBoss Messaging] - Re: Jboss messaging - persistance issue for blob data

2008-01-25 Thread ataylor
Can you provide a stacktrace View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123352#4123352 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4123352 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Jboss messaging - persistance issue for blob data

2008-01-25 Thread 143564
Hi , Please find the Error Log.. 2008-01-25 12:07:52,701 WARN [org.jboss.resource.connectionmanager.TxConnectionManager] Connection error occured: [EMAIL PROTECTED] [EMAIL PROTECTED] handles=1 lastUse=1201259197200 permit=true trackByTx=true [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL

[jboss-user] [JBoss Messaging] - Re: Jboss messaging - persistance issue for blob data

2008-01-25 Thread 143564
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 :

[jboss-user] [JBoss Messaging] - Re: Jboss messaging - persistance issue for blob data

2008-01-25 Thread 143564
Hi Andy Taylor I downloaded the messging (jboss-messaging-1.3.0.GA-src) source code and modified some lines. I followed these steps, 1. opened the org.jboss.messaging.core.plugin.JDBCPersistenceManager.java. 2. Modified the code at line no :2716 and 2760. 3.changes are: i)

[jboss-user] [JBoss Messaging] - Re: Jboss messaging - persistance issue for blob data

2008-01-25 Thread 143564
Now I found my issue. Instead of changing the code, i went to clustered-oracle-persistant.xml. then i added a tag false Now every thing is perfect. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123586#4123586 Reply to the post :