Description
When connecting to a remote JMRI LCC hub, the Configuration Variable Interface (CDI) fails to load correctly for selected nodes. While the node's user name is successfully retrieved and displayed, the expansion of the node does not show the expected configuration categories.
Steps to Reproduce
- Connect to a remote JMRI LCC hub.
- Open the Network Tree or Configure Nodes view.
- Locate a node and click the chevron to expand it.
- Observe the displayed categories and the resulting data when a category is selected.
Expected Behavior
The UI should display the formatted CDI categories (e.g., "Buttons," "Events," "Output Settings") as defined in the node's XML. Clicking a category should open the standard configuration editor.
Actual Behavior
Instead of CDI categories, the list displays entries labeled "Space 2nn" (e.g., Space 253, Space 255).
Selecting one of these "Space" entries displays a raw, unformatted list of key/value pairs rather than the structured CDI interface.
This suggests the tool is falling back to raw memory space access instead of parsing the CDI XML.
Environment
Connection Type: Remote JMRI LCC Hub
Protocol: LCC (Layout Command Control)

Description
When connecting to a remote JMRI LCC hub, the Configuration Variable Interface (CDI) fails to load correctly for selected nodes. While the node's user name is successfully retrieved and displayed, the expansion of the node does not show the expected configuration categories.
Steps to Reproduce
Expected Behavior
The UI should display the formatted CDI categories (e.g., "Buttons," "Events," "Output Settings") as defined in the node's XML. Clicking a category should open the standard configuration editor.
Actual Behavior
Instead of CDI categories, the list displays entries labeled "Space 2nn" (e.g., Space 253, Space 255).
Selecting one of these "Space" entries displays a raw, unformatted list of key/value pairs rather than the structured CDI interface.
This suggests the tool is falling back to raw memory space access instead of parsing the CDI XML.
Environment
Connection Type: Remote JMRI LCC Hub
Protocol: LCC (Layout Command Control)