Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
-
ab65446d
by Tony CHEMIT at 2017-05-11T00:36:04+02:00
2 changed files:
- t3-domain/src/main/java/fr/ird/t3/entities/T3TopiaApplicationContext.java
- t3-domain/src/main/java/fr/ird/t3/entities/T3UserTopiaApplicationContext.java
Changes:
| ... | ... | @@ -75,6 +75,7 @@ public class T3TopiaApplicationContext extends AbstractT3TopiaApplicationContext |
| 75 | 75 |
}
|
| 76 | 76 |
|
| 77 | 77 |
BeanTopiaConfiguration topiaConfiguration = new TopiaConfigurationBuilder().readProperties(result);
|
| 78 |
+ topiaConfiguration.setValidateSchema(false);
|
|
| 78 | 79 |
return new T3TopiaApplicationContext(topiaConfiguration);
|
| 79 | 80 |
}
|
| 80 | 81 |
|
| ... | ... | @@ -72,6 +72,7 @@ public class T3UserTopiaApplicationContext extends AbstractT3UserTopiaApplicatio |
| 72 | 72 |
}
|
| 73 | 73 |
|
| 74 | 74 |
BeanTopiaConfiguration topiaConfiguration = new TopiaConfigurationBuilder().readProperties(result);
|
| 75 |
+ topiaConfiguration.setValidateSchema(false);
|
|
| 75 | 76 |
return new T3UserTopiaApplicationContext(topiaConfiguration);
|
| 76 | 77 |
}
|
| 77 | 78 |
|