My goal is to store large amounts of text in a DB column -- as much as, say, 100,000 characters. So I used an "Object" CMP type and pass in a StringBuffer that just gets serialized. This is working fine, but I noticed that the serialized data type in the DB is org.jboss.invocation.MarshalledValue. This may be a problem if I need to access the data directly, using JDBC for example.
So my question is, (1) is there a better way to store large amounts of character data with CMP, and if not: (2) How can I make the serialized Object NOT be org.jboss.invocation.MarshalledValue, so I can access the data outside of JBoss and CMP? I searched the forums and only found the following relevant post, with no apparent resolution: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=28910. Thank you Chris View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841150#3841150 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841150 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
