How to add 2 objects to GSC Capabilities?
Assuming i need to add "DataCenter2", "Backup" to the existing override xml file.
How do i do that?
<overrides> <component name="org.jini.rio.qos"> <parameter name="addPlatformCapabilities"> new org.jini.rio.qos.capability.software.SoftwareSupport( new Object[]{"DataCenter1", "Primary"}) } ]]> </parameter> </component> </overrides>
{quote}This thread was imported from the previous forum. For your reference, the original is [available here|http://forum.openspaces.org/thread.jspa?threadID=2940]{quote}