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
>
>

Reply via email to