-
Notifications
You must be signed in to change notification settings - Fork 91
Concatenate values to properties in YAML config #1530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@tdferreira The variable substitution capability you are requesting already exists. The error seems to be because the Here is my model:
and here is my variables file:
Create Domain works fine:
The resulting config.xml shows that the
If I start the resulting domain, I am able to log into the Console using my constructed username and password. |
You're absolutely right, the error message was quite clear about that and I just didn't read it properly. |
Hello,
It would be very useful if we could concatenate any value before or after any property placeholder.
For example, if I want to use a fixed server port number prefix and always keep the last number, I would like to be able to do this:
ListenPort: '@@PROP:Server.Port.Prefix@@2'
Or even concatenate multiple properties:
ListenPort: '@@PROP:Server.Port.Prefix@@@@PROP:MyServer.Port@@'
Currently I get this error:
Would it be possible for you to implement this?
The text was updated successfully, but these errors were encountered: