users@glassfish.java.net

deploying a ejb application with sun-ejb-jar.xml descriptor...

From: <glassfish_at_javadesktop.org>
Date: Tue, 08 Jul 2008 09:12:28 PDT

dear, I have a problem as follow:
We have several servers with glassfish v2 installed for experiment, but don't know why one of them have the problem that when an application with sun-ejb-jar.xml included, the server failed to handle query / request related to jndi (e.g. check jndi in the admin page), but other server are absolutely fine. Here is the xml file:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sun-ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server 9.0 EJB 3.0//EN" "http://www.sun.com/software/appserver/dtds/sun-ejb-jar_3_0-0.dtd">
<sun-ejb-jar>
  <enterprise-beans>
    <ejb>
      <ejb-name>Bean</ejb-name>
      <jndi-name>Bean</jndi-name>
      <ior-security-config>
        <transport-config>
          <integrity>required</integrity>
          <confidentiality>required</confidentiality>
          <establish-trust-in-target>supported</establish-trust-in-target>
          <establish-trust-in-client>supported</establish-trust-in-client>
        </transport-config>
        <sas-context>
          <caller-propagation>supported</caller-propagation>
        </sas-context>
      </ior-security-config>
    </ejb>
  </enterprise-beans>
</sun-ejb-jar>

does anyone have idea? Thanks!
[Message sent by forum member 'lau0001' (lau0001)]

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