Hi guys,
i'm in the progress of restructuring my smartgwt project and have therefor moved my datasource files around.
When the datasources load in my new project, i get tons of strange outputs in my logs which i don't get in my "old" project. Like this:
Everything loads and works in the client, and the output is not super helpful, so i was hoping that someone could point me into the right config-direction. Am i not including some jar-file?
Pointers appreciated!
i'm in the progress of restructuring my smartgwt project and have therefor moved my datasource files around.
When the datasources load in my new project, i get tons of strange outputs in my logs which i don't get in my "old" project. Like this:
Code:
2021-01-28 09:42:29.419 DEBUG com.isomorphic.store.DataStructCache - getInstanceFile (failure): 'boolean' instance of datasources: 0ms 2021-01-28 09:42:29.419 DEBUG com.isomorphic.validation.Validation - Value provided for unknown field: Object.validators: value is: isBoolean 2021-01-28 09:42:29.419 DEBUG com.isomorphic.validation.Validation - Value provided for unknown field: Object.boolean: value is: {validators=isBoolean} 2021-01-28 09:42:29.419 DEBUG c.i.datasource.BasicDataSource - Validating a 'Object' at path '/simpleTypes' 2021-01-28 09:42:29.424 DEBUG com.isomorphic.validation.Validation - Value provided for unknown field: Object.inheritsFrom: value is: integer 2021-01-28 09:42:29.424 DEBUG com.isomorphic.validation.Validation - Value provided for unknown field: Object.int: value is: {inheritsFrom=integer}
Pointers appreciated!
Comment