Hi, AuditEntry [1] is part of IsisAddons so maybe the ticket should be filed at https://github.com/isisaddons/isis-module-audit/issues
1. https://github.com/isisaddons/isis-module-audit/blob/e7687b186497a620aa8e1a68b93ede93f81d55cd/dom/src/main/java/org/isisaddons/module/audit/dom/AuditEntry.java#L112 Martin Grigorov Freelancer, available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Apr 7, 2015 at 6:25 PM, Jeroen van der Wal <[email protected]> wrote: > Hi James, > > We're using PostgreSQL and MS SQL Server in our productions environments so > we've never encountered this. > > If your application doesn't need the audit module you can comment out the > dependency on isis-module-audit in pom.xml. Otherwise you need to clone the > isis-module-audit and remove the index from the AuditEntry class. > > Could you raise a ticket in JIRA [1]? > > Cheers, > > > Jeroen > > [1] https://issues.apache.org/jira/browse/ISIS > > > > On 5 April 2015 at 08:53, [email protected] <[email protected]> wrote: > > > > > > > > > > > > > > > Hi,I have encountered an error when i run todoapp with mysql.Error > message > > is : Specified key was too long; max key length is 767 bytes.Then I > trace > > into source and find auditentry class will create a unique index with > > transactionid,target and propertyid,but field target type is > varchar(2000) > > , it is too long to be an index. > > so ,how can i ewsolve it? > > Thanks ! > > James > > > > >
