3 Replies Latest reply on Jul 19, 2002 4:29 AM by cunparis

    Can't deploy: DeploymentException parse error

    cunparis

      I'm trying to deploy an entity bean and I receive this:

      org.jboss.deployment.DeploymentException: Error while creating table; - nested throwable: (java.sql.SQLException: ERROR: parser: parse error at or near "user"

      I believe I have Postgres configured properly, and I have one table named User with two columns (userid & password). My entity bean is called "UserEntity". I cannot figure out why there'd be a parse error near "user". I don't have any finder methods. The only thing in my entity bean are the two CMP fields.

      Is this a problem with the Postgres configuration? Any ideas would be greatly appreciated, I've spent hours trying to solve this and am totally stuck.

      Thanks!
      -Michael