<!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">JBoss 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;">
    Re: Session-based web service with JBossWS?
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/stevecoh4">Steve Cohen</a> in <i>JBoss Web Services</i> - <a href="http://community.jboss.org/message/633099#633099">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hmm, tough crowd.&#160; 38 people have looked at this an nobody's biting.&#160; Seems like I'm really swimming against the current here - again <span> :( </span>.&#160; I always seem to wind up doing that.<span> ;) </span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>But truly, my use case is valid.&#160; I want to wrap a service as a web service so that more than hardwired clients can use it.&#160; There is a real need for session - consider the example of a phone call.&#160; It's not a bunch of discrete messages, it's a CONVERSATION.&#160; That's what I'm trying to implement.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Anyhoo...</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>One possible solution approach I've come up with is here:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><a class="jive-link-external-small" href="http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/partial_deployment_descriptors.html" target="_blank">http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/partial_deployment_descriptors.html</a></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>In a partial deployment descriptor I can specify METHOD-level permissions.&#160; So, if this works, login can be protected, other methods not.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>In exploring this, I soon bump up against my first problem.&#160; As soon as I create a partial deployment descriptor, before I even put anything in it, my web service which was successfully validating every method, now fails with this:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>13:29:45,877 ERROR [UsersRolesLoginModule] Failed to load users/passwords/role files</p><p>java.io.IOException: No properties file: users.properties or defaults: defaultUsers.properties found</p><p>&#160;&#160;&#160; at org.jboss.security.auth.spi.Util.loadProperties(Util.java:198)</p><p>&#160;&#160;&#160; at org.jboss.security.auth.spi.UsersRolesLoginModule.loadUsers(UsersRolesLoginModule.java:186)</p><p>...</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>It's no longer looking for jbossws-users.properties - now it's looking for users.properties.&#160; </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>So, at this point do I need to replace jbossws-users.properties with users.properties (realizing that all this eventually goes away when I hook a real LoginModule) or is there something else I can do?</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Also, will the @PermitAll annotation conflict with the JBoss @WebContext.authMethod stuff?</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Thanks.</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/633099#633099">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Web Services at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


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

</div>

</body>
</html>