- 
        1. Re: New missing/unsatisfied dependencies: service jboss.security.security-domain.otherdlofthouse Mar 2, 2012 6:06 AM (in response to ablet)1 of 1 people found this helpfulWhat annotations do you have on the endpoint interface referenced by that annotation? Also the "other" security domain is included by default in the standard configuration - have you made any modifications to the security subsystem? 
- 
        2. Re: New missing/unsatisfied dependencies: service jboss.security.security-domain.otherablet Mar 6, 2012 3:36 AM (in response to dlofthouse)Thanks Darran, These are the annotation we have on the endpoint interface: @WebService @SOAPBinding @WebMethod @WebParam I have migrated an application from jboss 4.3 to JBoss 7.1.0CR1b ...Regarding to the security domain I just remember I had some exceptions related to the configuring security for basic authentication and "UsersRolesLoginModule " which the issues were resolved by copying login-config.xml , from my jboss 4.3 to the jboss 7 standalone folder and also users.properties, roles.properites and etc.... Now I am out of office, on Monday i willl go to the office and double check if any changes related to the security domain in configuraion is done. 
- 
        3. Re: New missing/unsatisfied dependencies: service jboss.security.security-domain.otherablet Mar 7, 2012 1:28 AM (in response to ablet)Thanks Darran, my standalone-full.xml was missing "other" security-domain, now it deploys fine. <security-domain name="other" cache-type="default"> <authentication> <login-module code="UsersRoles" flag="required"/> </authentication> </security-domain> 
 
    