Remove redundant params in configuration

Issue #37 resolved
Evgeniy Kirichenko created an issue

We have structures in configuration: "ResourceAdapters": { "test-snmp": { "name": "test-snmp", "adapter": { "Name": "snmp", "Parameters": { "port": "3222", "host": "127.0.0.1", "service.factoryPid": "com.itworks.snamp.adapters.snmp", "socketTimeout": "5000", "service.pid": "com.itworks.snamp.adapters.snmp.db646f2b-2f00-4d5f-ad37-41da46d3ef49" } } }

We don't need "service.factoryPid" and "service.pid" properties in the configuration. At least we must not see it after calling getCurrentConfiguration method.

Comments (4)

  1. Log in to comment