0 Replies Latest reply on Dec 25, 2003 11:35 PM by lionsj

    database schema error

    lionsj

      I developed a J2EE project by eclipse + jboss 3.2.2,

      The deployment has succeeded but when I tested,

      it reported "SQL: DB2ADMIN.user undefined name" error.



      The user table has been created but its schema name is "employee",

      I am using DB2 as my database and account is db2admin.

      I think jboss use my login account as schema name.



      I want to specify a different schema than the one that is defaulted

      to by my login. I don't see any where that I am able to specify

      a different schema. Any suggestions will help.