Re: big text in string as object over the network: very strange?

2001-06-22 Thread Tobias Streckel
I think the specification has declareted this but orion support the BLOB under CMP. See the database schema oracle.xml: type-mapping type=java.io.Serializable name=blob / this entry is a default! -Ursprüngliche Nachricht- Von: Simon Evans [EMAIL PROTECTED] An: Orion-Interest [EMAIL

Re: big text in string as object over the network: very strange?

2001-06-21 Thread Tobias Streckel
Very strange Okay, now I want to create a entity bean which have as attribute a object(this object have a only StringBuffer() object). The create method of the entity will be access from a session bean(in the same apps). The client have access on the session bean. If the session bean call

RE: big text in string as object over the network: very strange?

2001-06-21 Thread Metla, Suri
Are there any Data types in Java to access the Long and CLOB columns of the Oracle Database? The first bottleneck comes with the JDBC driver to map the Database columns of these types (BLOBS, CLOBS). Regards, Suri -Original Message- From: Tobias Streckel [mailto:[EMAIL PROTECTED]]