mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-3168 - use boolean editor for createConnector property, to avoid problems with schema validation
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1201662 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5396b2bca1
commit
c0c92595fd
|
@ -487,6 +487,9 @@ public class ManagementContext implements Service {
|
|||
return createConnector;
|
||||
}
|
||||
|
||||
/**
|
||||
* @org.apache.xbean.Property propertyEditor="org.apache.activemq.util.BooleanEditor"
|
||||
*/
|
||||
public void setCreateConnector(boolean createConnector) {
|
||||
this.createConnector = createConnector;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue