users@glassfish.java.net

sun-ejb-jar.xml caller-propagation SUPPORTED breaks ProgrammaticLogin?

From: <glassfish_at_javadesktop.org>
Date: Sun, 05 Oct 2008 22:55:22 PDT

Does anybody know why setting the following in sun-ejb.jar.xml renders authentication ineffective for any clients that use com.sun.appserv.security.ProgrammaticLogin ?

        <ejb>
            <ejb-name>whatever</ejb-name>
            <jndi-name>ejb/whatever</jndi-name>
            <ior-security-config>
                <sas-context>
                    <caller-propagation>SUPPORTED</caller-propagation>
                </sas-context>
            </ior-security-config>
        </ejb>
[Message sent by forum member 'dcam' (dcam)]

http://forums.java.net/jive/thread.jspa?messageID=303427