1 Reply Latest reply on Feb 3, 2003 12:59 PM by gorostis

    ConnectionFactory lookup on win98 standalone JMS Client

    gorostis

      My environment is a follows:

      - JBoss default server running on Linux 7.2
      (Linux tortoise 2.4.18-3)
      - I deploy the same JMS standalone clients both on that Linux box and on a Win98 system.
      - Linux JMS clients run just fine

      - On win98, the default ConnectionFactory lookup does not throw any NamingException but it does return a null value,
      I guess it is not properly transmitted back to the client...

      - the jndi properties I'm using are:

      java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
      java.naming.provider.url=192.168.0.5:1099
      java.naming.factory.url.pkgs=org.jnp.interfaces:org.jboss.naming

      Any clue ?
      Thanks.