1 Reply Latest reply on Feb 12, 2004 3:21 AM by jemagu

    Three first characters currupt in database at CMP update

    jemagu

      Hi

      JBoss 3.0.4
      Java 1.4.2
      OS Win2000
      Db: Oracle 8.1.7.1.0
      Oracle JDBC Driver 9.2.0.1.0

      I'm trying to update a EntityBean (see code bellow)

      SiteLocalHome siteLocalHome = SiteUtil.getLocalHome();
      SiteLocal sl = siteLocalHome.findByPrimaryKey( 1 );
      sl.setCity( "Stockholm" );

      the database is updated but the field looks somthing like this:

      y@ckholm (the three first chars are always currupt)

      Any comments? bug in JBoss, crappy developer?