How do I specify an empty value in userSearchBase for the server Wildfly 10 in the standalone.xml file?
I tried to leave it blank:
</ property>
Add a space character:
</ property>
In this case, an error occurs while trying to enter the credentials:
Called: javax.naming.InvalidNameException: undefined, DC = AD, DC = TEST
But in the Junit configuration, the value in the file “camunda.cfg.xml” can be left blank:
Thanks.