Opened 10 years ago

Closed 9 years ago

#2433 closed enhancement (fixed)

Do alias substitution for configuration documents

Reported by: jng Owned by:
Priority: low Milestone:
Component: Resource Service Version:
Severity: trivial Keywords:
Cc: External ID:

Description

According to #1664, it was claimed that it was possible to create configuration documents with aliases, and they would be properly substituted.

However, according to my own tests this is not the case. Checking the resource service code confirmed my findings.

In the method MgApplicationRepositoryManager::GetResourceData(), the MgDataBindingInfo object was set to replace data file paths and user credentials, but not set to substitute aliases.

Calling dataBindingInfo.SetSubstituteUnmanagedDataMappings(true) will do the necessary substitution

Attachments (1)

2433.patch (565 bytes ) - added by jng 10 years ago.

Download all attachments as: .zip

Change History (3)

by jng, 10 years ago

Attachment: 2433.patch added

comment:1 by andrewd, 9 years ago

I can confirm that config docs with aliases did/does work in v2.2 (create via Maestro), but no longer work in v2.6...not sure which version in between broke this. This one's a blocker for me...very much looking forward to a fix.

comment:2 by jng, 9 years ago

Resolution: fixed
Status: newclosed

Fixed r8458

Note: See TracTickets for help on using tickets.