0 Replies Latest reply on Mar 20, 2007 1:44 PM by swooten

    Blobs, Clobs MarshalledValue

    swooten

      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