1 Reply Latest reply on Jan 30, 2003 3:14 PM by aebecker

    JVM error from ExternalContext

      I'm trying to import a remote JNDI try into a local name space. All my attempts to run the simple examples from the 305 book on our jboss-3.2.0beta2 crash the JVM on the Mac and generate an Out of Memory error on Windows. Anybody have any pointers?
      Sniglet of server/default/conf/jboss-service.xml follows:

      <!-- AEB Directory -->

      external/fs/tony
      tony.properties
      javax.naming.directory.InitialDirContext

        • 1. Re: JVM error from ExternalContext

          Success, at least initial (pun intended)
          The properties setup was the key. Also, watch out that the directory structure you're displaying is small.

          <!-- AEB Directory -->

          external/fs/tony

          java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory
          java.naming.provider.url=file:///Users/tony/tmp

          true