0 Replies Latest reply on Aug 29, 2002 4:52 PM by jwcarman

    ENC for web applications?

    jwcarman

      JBoss is not setting up my ENC for my web application! I have this environment entry in my web.xml file...

      <env-entry>
      <env-entry-name>TestEnvironmentEntry</env-entry-name>
      <env-entry-value>TestValue</env-entry-value>
      <env-entry-type>java.lang.String</env-entry-type>
      </env-entry>

      However, when I try to access the value in the ENC, I get a NamingException. And, when I go to the JNDIView MBean and execute its list() method, I don't see any java:comp environment set up for my web application. My EJB environments are there, but no web application. What am I doing wrong?