This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: how to specify domain properties for testingigarashitm Nov 21, 2016 7:29 PM (in response to mlybarger)Property substitution by "${prop.name:default}" is available all over the switchyard.xml, sure including domain properties. For example switchyard/switchyard.xml at master · jboss-switchyard/switchyard · GitHub And then you can specify the value by java system property, i.e. "-Dprop.name=myvalue" for JVM args or set it in the test case directly before deploy switchyard/CamelCxfTest.java at master · jboss-switchyard/switchyard · GitHub 
 
    