Installing a BAR file into a 7.7.5 bonita tomcat bundle and a SQL Server database migrated from bonita 6.5.4, this exception occurs:
org.bonitasoft.engine.dependency.SDependencyException: Can't get dependencies
at org.bonitasoft.engine.dependency.impl.AbstractDependencyService.getDependencyIds(AbstractDependencyService.java:121)
at org.bonitasoft.engine.dependency.impl.AbstractDependencyService.getDependenciesResources(AbstractDependencyService.java:89)
...
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid column name 'migrationDate'.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:256)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1621)
...
Any thouhgts?