Juergen,

Most likely the problem is that the security-domain defined in your 
jboss-app.xml file..

  | <jboss-app>
  |     <security-domain>hska</security-domain>
  |     <module>
  |       <service>hska.sar</service>
  |    </module>
  | </jboss-app>
  | 
does not match the application-policy name defined in your hska-login-config.xml

  | <?xml version='1.0'?>
  | <!DOCTYPE policy PUBLIC
  |       "-//JBoss//DTD JBOSS Security Config 3.0//EN"
  |       "http://www.jboss.org/j2ee/dtd/security_config.dtd";>
  | <policy>
  |     <application-policy name="hska_beispiel">
  |        <authentication>
  | ...
  | 

This is causing the "other" application policy defined in conf/login-config.xml 
to be used.

cgriffith

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948036#3948036

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948036


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to