Validation error for properties.wmqJmsRA
elements in resourceAdapter
element in server.xml
#173
Labels
enhancement
New feature or request
This error was reported by Danny Haase in IBM Consulting. When he added the
properties.wmqJmsRA
element inside theresourceAdapter
element, Liberty Tools flags a diagnostic error. According to Alasdair, "properties.wmqJmsRA will only be in the server.xsd if it is generated with the server schema generator rather than the install schema generator since it only exists because the RA is installed.".We currently use the install schema generator located at
bin/tools/ws-schemagen.jar
. In order to generate a schema that would recognize theproperties.wmqJmsRA
element, we would need to use thebin/tools/ws-serverSchemagen.jar
instead. Alasdair advised that we may only want to use the serverSchemagen.jar when theresourceAdapter
element is present, because it may perform slower than thews-schemagen.jar
.One thing that we will need to determine is once the
resourceAdapter
element is added to server.xml, is the resource adapter immediately installed? Or does it only get installed once the server is started?The text was updated successfully, but these errors were encountered: