You can embed a .SAR with the config below in your .EAR. Just put the login-config.xml in the .SAR's META-INF/. It works in the latest snapshot (3.2.4RC1), but I don't know if it were already in the 3.2.3 package...
<mbean code="org.jboss.security.auth.login.DynamicLoginConfig" name="test:service=SecurityService"> | <attribute name="AuthConfig">META-INF/login-config.xml</attribute> | <depends optional-attribute-name="LoginConfigService">jboss.security:service=XMLLoginConfig</depends> | </mbean> View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822509#3822509 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822509 ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
