Hello Marc, Marc Sommer <[EMAIL PROTECTED]> writes:
> unfortunately i need a very quick solution for that problem. > > is there a possibility to order the permissions in the security layer? > i dont't know exactly if that would help but i think it could fit my > needs if first the positive and then the negative permission are > evaluated... Preservation of insertion order should be easy for mysql. Add a AUTO_INCREMENT field to table permissions and change the "select * from permissions ..." statement in JDBCDescriptorsStore to order the permission due to the autoincremented field. Unfortunatly autoincrement is not standard SQL, but its fine with MySQL. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
