How to view the xa-datasource properties from the CLI in JBoss EAP 6?
Issue
- The below configuration is added in domain.xml of datasource subsystem:
<xa-datasource-property name="serverName"> localhost </xa-datasource-property>
<xa-datasource-property name="portNumber"> 5432 </xa-datasource-property>
<xa-datasource-property name="databaseName"> postgres </xa-datasource-property>
and these parameters are not visible when the jboss cli command is executed
"xa-datasource-properties" => {
"serverName" => undefined,
"portNumber" => undefined,
"databaseName" => undefined
}
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
