<?xml version="1.0" encoding="UTF-8"?>
| <jboss-web>
| <security-domain>java:/jaas/SPDB</security-domain>
| </jboss-web>
Change it to:
| <?xml version="1.0" encoding="UTF-8"?>
| <jboss-web>
| <security-domain>SPDB</security-domain>
| </jboss-web>
and give it a try.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990727#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...