Conversation
|
When I'm trying to create a new service, using the data below, the service is created, but I'm getting a very verbose error in the logs. I assume that this is a simple existence check being performed, prior to the service being created. Can we prevent that error? It will undoubtedly confuse administrators. <?xml version="1.0" encoding="UTF-8"?>
<chatService>
<serviceName>test123</serviceName>
<description>stasfd fasdf ring</description>
<hidden>true</hidden>
</chatService>The error in the logs: |
There was a problem hiding this comment.
Functionality seems to be working as-intended, but there's a bit of lacking documentation.
Please add:
- a reference to the changelog to the issue that you fixed.
@Schemaannotations to the newly added entities, for documentation purposes (as explained in #133)- the new endpoints to the documentation provided in the file
readme.md. Afterwards, you can regenerate thereadme.htmlfile as described in the commit message of 315922b
|
(to prevent conflicts, we might want to do delay regenerating |
I encountered that as well, and it is a problem in the I didn't dare touch that because I don't want to break core Openfire code to get rid of a stack trace in the log. But I forgot to raise an issue for this. Will do that today. |
New endpoint to list chat services and create a new one. Fixes #130.