Erro ao fazer deploy no jboss-as-7

Bom dia

Criei um projeto web usando maven, quando faço o deploy do mesmo no tomcat, funciona sem problema, mas quando faço jboss-as-7 apresenta o erro abaixo no log:

09:49:51,890 INFO  [org.jboss.as.server.deployment] (HttpManagementService-threads - 1) Content added at location C:\tool\jboss-as-web-7.0.2.Final\standalone\data\content\f6\04e83e226189b6cd90376241bfe63a34bed82e\content
09:49:56,875 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) Starting deployment of "OnzeVencedor.war"
09:49:57,000 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) added javax.persistence.api dependency to OnzeVencedor.war
09:49:57,312 INFO  [org.jboss.as.server.controller] (HttpManagementService-threads - 1) Deployment of "OnzeVencedor.war" was rolled back with failure message {"Services with missing/unavailable dependencies" => ["jboss.web.deployment.default-host./OnzeVencedor.realm missing [ jboss.security.security-domain.other ]"]}
09:49:57,468 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) Stopped deployment OnzeVencedor.war in 158ms

Alguem poderia me ajudar ?

Att

tente no seu [size=9]standalone-full.xml[/size] (jboss)

<security-domain name="other" cache-type="default">
   <authentication>
       <login-module code="UsersRoles" flag="required"/>
   </authentication>
</security-domain>

Bom dia.

Era exatamente isso, problema corrigido.

Valeww rafaduka.