2 Replies Latest reply on May 8, 2003 9:59 AM by jburugupalli

    Client side http invoker bugfixes not in 3.2 branch?

    stephan.smit

      Hello,

      I noticed that the last two bugfixes of a class I'm particularly interested in, org/jboss/invocation/http/interfaces/Util.java, are only available in the 3.0 branch, not in the 3.2 branch.

      http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/jboss/src/main/org/jboss/invocation/http/interfaces/Util.java?only_with_tag=Branch_3_2 shows the latest revision in the 3.2 branch, i.e. 1.2.2.2, whereas the latest revision in the 3.0 branch is 1.2.2.4.

      Is there a merging policy I'm not aware of and should I patch 3.2 locally?

      Thanks in advance,

      Stephan Smit,
      java developer.

        • 1. Re: Client side http invoker bugfixes not in 3.2 branch?

          They should be in step now.

          Regards,
          Adrian

          • 2. Re: Client side http invoker bugfixes not in 3.2 branch?
            jburugupalli

            Hi,
            Can any one help me in using the Http invoker

            i am using the client lookup code as follows

            Properties tProperties = new Properties();
            tProperties.setProperty("java.naming.factory.initial", "org.jboss.naming.HttpNamingContextFactory");
            tProperties.setProperty("java.naming.provider.url", "http://222.222.0.132:8080/invoker/JNDIFactory");
            InitialContext tCtx = new InitialContext(tProperties);


            i am running the client on the same machine on which Jboss is running ...but i am using the ip of my system..

            i configured all the others things in the http-invoker.sar ----folder java-service.xml and the respective urls...i only doubt that the login module is not allowing the access to me ...but i commented the security domain...and all others ...but it says
            Connection refused on my client...i am briefly pasting the first few lines of debug i got ....

            Retrieving content from : http://222.222.0.132:8080/invoker/JNDIFactory
            ContentLength: -1
            ContentType: null
            Exception
            javax.naming.NamingException: Failed to retrieve Naming interface. Root exception is
            java.net.ConnectException: Connection refused: connect

            thanks and regards

            jani