"rpa_rio" wrote : And this is my jboss-service.xml: | | | | META-INF/login-config.xml | <depends optional-attribute-name="LoginConfigService"> | jboss.security:service=XMLLoginConfig | | <depends optional-attribute-name="SecurityManagerService"> | jboss.security:service=JaasSecurityManager | | | | | | both (login-config.xml and jboss-service.xml) are packaged in eAIDF.sar, and when i deploy this file, i got a error: | | MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM: | ObjectName: jboss:service=DynamicLoginConfig | state: FAILED | I Depend On: jboss.security:service=XMLLoginConfig | jboss.security:service=JaasSecurityManager | | Depends On Me: org.jboss.security.auth.login.ParseException: Encountered "<application-policy" at line 1, column 1. | Was expecting one of: | | ... | | ObjectName: jboss.web.deployment:war=eAIDF.war,id=-1644713059 | state: DESTROYED | I Depend On: | Depends On Me: | | what can i do? I tried to find the answer in all the Internet, but no sucess... | | Thanks a lot for any answer!
I solved this too by adding the tag before and after <application-policy> : ) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879679#3879679 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879679 ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
