0 Replies Latest reply on Sep 15, 2004 8:59 AM by thomas_x

    bug in CMP Persitency Manager !!!    reserved Word used as p

    thomas_x

      hi there !
      we use JBOSS 3.2.3 with DB2 v7.2 and newer

      now we tried to use some other dataBase e.g. MaxDB

      we have an Entitybean with a primarykeyField 'DATABASE'

      (... DATABASE is a reserved word in MaxDB
      we can create the table,insert ,update and delete rows by hand)

      we can create the bean ... but we can't find it with findByPrimaryKey

      i think the persitencyManager creates a wrong sql-statement

      select * from tables where databaseid='some' returns null !!!
      select * from tables as t where t.database='some' returns the right row !!!

      please fix it

      mfg thomas