0 Replies Latest reply on Aug 17, 2004 4:04 AM by itteerde

    group token in create table

    itteerde

      i have a entity with a three column primary key. when i deploy it the problem seems to be (alot of debug code is been thrown on me):

      Cause: org.jboss.deployment.DeploymentException: Error while creating table SYSTEMACL; - nested throwable: (java.sql.SQLException: Unexpected token: GROUP in statement [CREATE TABLE SYSTEMACL (group VARCHAR(256) NOT NULL, system VARCHAR(256) NOT NULL, permission VARCHAR(256) NOT NULL, CONSTRAINT PK_SYSTEMACL PRIMARY KEY (group, system, permission))])

      why is there a 'GROUP' statement? how do i get rid of it.

      all kinds of hints/advice welcome

      i am using the latest JBoss-IDE with eclipse 3.0 developing on JBoss 3.2.5. guess this is a XDoclet jboss tag problem? what am i missing?


      btw: is there any other how to like documentation about CMP than the JBoss Book 321?