I try to connect to MQTT server and I have some problems adding the password:
The configuration file is:
mqtt:
clients:
client-ptl-mqtt:
serverUri: tcp://rdabeg01.inetpsa.com:1883
clientId: LOCAL_PTL_SIMUL_MQTT
connection:
userName: xxxxxx
password: xxxxxxx
reconnectionMode: ALWAYS
And the error when i try to start the application is:
org.seedstack.coffig.internal.ConfigurationException: [CONFIGURATION] Illegal conversion
Description ----------- Cannot convert to char(char.java:1): 'xxxxxxx'.
Stacktrace
at org.seedstack.coffig.internal.ConfigurationException.createNew(ConfigurationException.java:30) at org.seedstack.coffig.mapper.ValueMapper.charOf(ValueMapper.java:63) at org.seedstack.coffig.mapper.ValueMapper.map(ValueMapper.java:51) at org.seedstack.coffig.mapper.CompositeMapper.map(CompositeMapper.java:50) at org.seedstack.coffig.mapper.EvaluatingMapper.map(EvaluatingMapper.java:65)`