Expand my Community achievements bar.

Felix console configuration code deploy issue

Avatar

Level 2

Hi,

Please find below code:

<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0
"
   jcr:primaryType="sling:OsgiConfig"
   user.mapping="[com.adobe.granite.oauth.server=oauthservice,
  com.test.abc.project:validbundle=[sling-scripting , serviceuser]]"/>

After deploying or installing package with above code,

actual output: [sling-scripting , serviceuser] are goin in two different line as shown in below image.

felix_config.PNG

expected Output: [sling-scripting , serviceuser] should be in same line as in below image

expected.PNG

What code changes are require to get above expected output after deploying code.

Thanks

1 Reply