0 Replies Latest reply on Jan 12, 2002 5:21 AM by armieri

    Problem with JNDI global namespace lookup of EJBHome

    armieri

      I am attempting a standard session bean lookup from within a JSP page, but it seems I cannot access the global JNDI namespace. Whenever I do a lookup from the InitialContext, I get a "MalformedURLException" unless I specify a "java:" prefix. Of course, specifying any prefix like "java:" isn't an option since EJB home objects are in the global namespace!

      As far as I can tell, I am not getting any errors on jboss startup. I am running jboss v2.4 on a Windows machine with the Sun 1.3 sdk.

      Any thoughts? Thanks in advance....