<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Realm configuration problems using DataSourceRealm
</h3>
<span style="margin-bottom: 10px;">
    reply from <a href="http://community.jboss.org/people/Lordsephiroth">Patrick Mingard</a> in <i>Datasource Configuration</i> - <a href="http://community.jboss.org/message/544144#544144">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hi again,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>After a while on french forums, someone gave me a hint to resolve my problem. In fact, I did not really resolve it but changed completely to something similar. I post here for the case someone searching for the same answer falls on my topic.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Here is the configuration of the WEB-INF/web.xml file (security part only) :</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><pre dir="ltr" style="margin: 0px; padding: 6px; border: 1px inset; width: 640px; height: 258px; text-align: left; overflow: auto;">&lt;security-constraint&gt;<br/>&#160; &lt;display-name&gt;Security constraint for Currency Manager&lt;/display-name&gt;<br/>&#160; &lt;web-resource-collection&gt;<br/>&#160;&#160; &lt;web-resource-name&gt;Protected area&lt;/web-resource-name&gt;<br/>&#160;&#160; &lt;url-pattern&gt;/servlet/CurrencyConverter&lt;/url-pattern&gt;<br/>&#160; &lt;/web-resource-collection&gt;<br/>&#160; &lt;auth-constraint&gt;<br/>&#160;&#160; &lt;role-name&gt;admin&lt;/role-name&gt;<br/>&#160; &lt;/auth-constraint&gt;<br/> &lt;/security-constraint&gt;<br/> &lt;login-config&gt;<br/>&#160; &lt;auth-method&gt;FORM&lt;/auth-method&gt;<br/>&#160; &lt;realm-name&gt;CurrencyManager&lt;/realm-name&gt;<br/>&#160; &lt;form-login-config&gt;<br/>&#160;&#160; &lt;form-login-page&gt;/login.jsp&lt;/form-login-page&gt;<br/>&#160;&#160; &lt;form-error-page&gt;/loginerror.jsp&lt;/form-error-page&gt;<br/>&#160; &lt;/form-login-config&gt;<br/> &lt;/login-config&gt;<br/> &lt;security-role&gt;<br/>&#160; &lt;role-name&gt;admin&lt;/role-name&gt;<br/> &lt;/security-role&gt;<br/></pre><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Here is the WEB-INF/jboss-web.xml file I placed</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><pre dir="ltr" style="margin: 0px; padding: 6px; border: 1px inset; width: 640px; height: 98px; text-align: left; overflow: auto;">&lt;jboss-web&gt;<br/>&#160;&#160;&#160;&#160;&#160;&lt;security-domain&gt;java:/jaas/currencysecurity&lt;/security-domain&gt;<br/>&lt;/jboss-web&gt;<br/></pre><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Here is where it becomes really different, I did change the server\default\conf\login-config.xml file of my JBoss config. Just add a new application-policy with this configuration and I worked perfectly well for me.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><pre dir="ltr" style="margin: 0px; padding: 6px; border: 1px inset; width: 640px; height: 258px; text-align: left; overflow: auto;">&lt;application-policy name="currencysecurity"&gt; <br/>&#160;&#160;&#160; &lt;authentication&gt; <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;login-module code="org.jboss.security.auth.spi.DatabaseServerLoginModule" <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; flag="required"&gt; <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;module-option name="dsJndiName"&gt;java:/DefaultDS&lt;/module-option&gt; <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;module-option name="principalsQuery"&gt;&#160;&#160; <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; select user_pass from users where user_name=? <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/module-option&gt; <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;module-option name="rolesQuery"&gt; <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; select role_name,'Roles' from user_roles where user_name=? <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/module-option&gt; <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/login-module&gt; <br/>&#160;&#160;&#160; &lt;/authentication&gt; <br/>&lt;/application-policy&gt;</pre><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Hope this will help someone some day <span> ;) </span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Cya soon for new questions !</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/544144#544144">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in Datasource Configuration at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>