I am running a Java application that is loading rfa configs from an external xml file. When the Java app starts up, the configs are loaded into the Java Preferences, then a session is acquired with the respective configs. I set a number of attributes (serverList, portNumber, userName. etc.) in the config file and those all seem to be working fine except for the applicationKey. The applicationKey is seen as 256 on the server side even though I am setting it as 500 in the config. I have included the xml tag:
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Andale Mono'; color: #29f914; background-color: #000000} span.s1 {font-variant-ligatures: no-common-ligatures} <entry key="applicationKey" value="500" />