This content has been marked as final.
Show 2 replies
-
1. Re: Problem add module options using the web admin console
jaikiran Sep 4, 2015 1:01 PM (in response to nirleshpatel)1 of 1 people found this helpfulThis looks like something that the admin console team could help with. Maybe harald.pehl would know more about this.
-
2. Re: Problem add module options using the web admin console
harald.pehl Sep 5, 2015 5:00 AM (in response to jaikiran)The admin console parses key/value pairs using a pattern of
<key>=<value>
. The value you want to add contains=
though. This causes problems in both the admin console and the CLI. The best option you have is to edit the XML configuration. I filed [HAL-829] Allow values containing "=" and/or "," in object maps - JBoss Issue Tracker to track this.