This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: CLOB fields on CMP 2.0 - JBoss 3.0 RC!russelp Jun 26, 2002 1:06 PM (in response to jhvaranda)Hate doing this, but 'me too'. I'm going to take a look at the source tomorrow, but if Dain or someone else that knows CMP2.x in JBoss 3 could take a look it would help a lot. 
 Thanks,
 Paul
- 
        2. Re: CLOB fields on CMP 2.0 - JBoss 3.0 RC!dsundstrom Jun 26, 2002 2:33 PM (in response to jhvaranda)As long a you are not using Oracle, it will work. If you are using Oracle you can't have a CLOB > 2000 characters, because Oracle's JDBC drivers are broken/non-complient (even though they are certified). For normal databases just changed the jdbc-type to CLOB and sql-type to what every your database needs to create a CLOB column in a CREATE TABLE statement. 
 
     
    