0 Replies Latest reply on Aug 23, 2004 11:25 AM by mamato

    CMR CMP

      Hi I've some problems with this context:

      Table 1: Users
      UserID String (Pk)
      Password String

      Table 2: Permissions
      Path String (Pk)
      UserID String (Pk, Fk)
      AccessType int

      Each user can have 0.* persissions, each Permission must have 1 user.
      I've tryed to describe this with xDoclet or Middlegen but without success. Is it possible ?
      Middlegen "says" that in JBoss 3.x this is not possible.
      Any workaround ?
      Thanks