Hi, while playing with skinning pdf as discussed in my other thread, I saw a strange error in the debug logs, as you see below.
I tested around a bit and from what I can tell, when I start the GWT server in intellij, the *first time only* I get the error when I call "RPCManager.exportContent". After that call, I can do it and there's nothing in the logs again, until I restart the server.
I have to say I'm scratching my head. Does the log say anything to you? edit: everything works as expected, also the first time.
I tested around a bit and from what I can tell, when I start the GWT server in intellij, the *first time only* I get the error when I call "RPCManager.exportContent". After that call, I can do it and there's nothing in the logs again, until I restart the server.
I have to say I'm scratching my head. Does the log say anything to you? edit: everything works as expected, also the first time.
Code:
2023-02-24 17:34:16.058 WARN com.isomorphic.validation.Validation - Validation errors validating a 'Object': { "/DataSource[@ID=Application]/fields/Object[@ID=DataSourceField]/fields/group":{ recordPath:"/DataSource[@ID=Application]/fields/Object[@ID=DataSourceField]/fields/group", name:{ severity:"ERROR", errorMessage:"Field is required" } } } 2023-02-24 17:34:16.059 WARN com.isomorphic.validation.Validation - Validation errors validating a 'Application': { "/DataSource[@ID=Application]/fields/Object[@ID=DataSourceField]/fields/group":{ recordPath:"/DataSource[@ID=Application]/fields/Object[@ID=DataSourceField]/fields/group", name:{ severity:"ERROR", errorMessage:"Field is required" } } }
Comment