1 2 Previous Next 16 Replies Latest reply on Apr 14, 2002 5:02 PM by babar33 Go to original post
      • 15. Re: Oracle and Jboss 2.4.4
        earlgrey


        > and when I debug, the program never goes after
        > props.put(Context.PROVIDER_URL, "localhost:1099");

        you do not configure the context via properties (that has been done at server startup).

        try a simple
        TestHome testHome = (new InitialContext()).lookup("ejb/Test");

        • 16. Re: Oracle and Jboss 2.4.4
          babar33

          thanks for all this help

          It seems that everything work now. I hope Jboss will pass the test of my company. It could replace Weblogic:)

          1 2 Previous Next