[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Blobs, Clobs MarshalledValue
swooten
do-not-reply at jboss.com
Tue Mar 20 13:44:35 EDT 2007
Can someone tell me what a "org.jboss.invocation.MarshalledValue" object is and why its being stored in my database?
I have a EJB 2.0 application that must access a MSSQL database that has CLOB fields. These clobs contain large string objects. Reading and creating using the EJBs work fine. However, other applications must also write and read this data.
It appears that instead of storing a byte[] or a char[] Jboss is saving an org.jboss.invocation.MarshalledValue object which can not be read by anything other than jboss.
Am I missing something?
Please Help
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029911#4029911
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029911
More information about the jboss-user
mailing list