0 Replies Latest reply on Apr 12, 2006 9:45 AM by ples

    EJB 2.1 and CLOB

    ples

      Hello
      I have some troubles with Oracle CLOB field
      In me CMP Bean I user String for mapping CLOB field in my database.
      When I set data with string its work fine on insert but when I try gets data its returns null
      When I set in my mapping file that this field is CLOB JBoss does not work with inserts but begin return values
      Is this bug or not?