<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">taken form the jboss_7_0.xsd :<div><br></div><div><br></div><div><div> <xs:complexType name="deploymentType"></div><div> <xs:annotation></div><div> <xs:documentation>Deployment represents anything that can be deployed (e.g. an application such as EJB-JAR,</div><div> WAR, EAR,</div><div> any kind of standard archive such as RAR or JBoss-specific deployment),</div><div> which can be enabled or disabled on a domain level.</div><div> </xs:documentation></div><div> </xs:annotation></div><div> <xs:complexContent></div><div> <xs:extension base="mapped-deploymentType"></div><div> <b> <xs:attribute name="allowed" use="optional" type="xs:boolean" default="true"></b></div><div> <xs:annotation></div><div> <xs:documentation>W<b>hether the mapping the deployment to a server group is allowed.</b></div><div> </xs:documentation></div><div> </xs:annotation></div><div> </xs:attribute></div><div> </xs:extension></div><div> </xs:complexContent></div><div> </xs:complexType></div></div><div><br></div><div><br></div><div>Can somebody explain the attribute "allowed" to me? What does it mean, if a deployment is not "allowed" to be mapped</div><div>to a server group? Is this an equivalent to "disabled"?</div><div><br></div><div>Ike</div></body></html>