Hi,
I start the h2 server
I start the tomcat server.
I have launched the demo.setup ant script.
I connect to activiti-explorer using the "fozzie" user.
I got a lot of sql error in the error log of tomcat windows like this:
### The error may exist in org/activiti/db/ibatis/task.mapping.xml
### The error may involve org.activiti.persistence.dynamicSelectTask
### The error occurred while executing a query
### SQL:    select distinct(T.*)     from ACT_TASK T WHERE T.ASSIGNEE_ = ?    order
D_  
### Cause: org.h2.jdbc.JdbcSQLException: Syntax error in SQL statement "┬
á ┬áSELECT DISTINCT(T.*) ┬á ┬á
FROM ACT_TASK T
WHERE T.ASSIGNEE_ = ?
   ORDER BY ID_
  "; SQL statement:
   select distinct(T.*)
   
from ACT_TASK T
WHERE T.ASSIGNEE_ = ?
   order by ID_
  [42000-132]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:316)
at org.h2.message.DbException.get(DbException.java:167)
at org.h2.message.DbException.get(DbException.java:144)
at org.h2.message.DbException.getSyntaxError(DbException.java:179)
any idea ?
Thanks.