commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bug #13040] naming service issue


From: anonymous
Subject: [commit-cp] [bug #13040] naming service issue
Date: Mon, 9 May 2005 17:39:51 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13040>

                 Summary: naming service issue
                 Project: classpath
            Submitted by: None
            Submitted on: Mon 05/09/2005 at 17:39
                Category: classpath
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
        Platform Version: Windows XP

    _______________________________________________________

Details:

Hi,
   I am using class path by the fact that I am using IKVM and they use
classpath solution. I am having strange behavior when I use naming service
functionality. I am using JBoss for container service.
   I am trying to lookup by name in the naming service and it hangs at look
up call as follows,

java.util.Hashtable env = new java.util.Hashtable();
string contextFactory = "org.jnp.interfaces.NamingContextFactory";
                   
env.put(javax.naming.Context.__Fields.INITIAL_CONTEXT_FACTORY,
  contextFactory);
 
string providerURL = "localhost:1099"; 
                               
 env.put("java.naming.provider.url", providerURL);
 
  
 
 javax.naming.InitialContext jndiContext = new 
 javax.naming.InitialContext(env);
 
  
 
 Object reference  = jndiContext.lookup("Compliance/WorkflowService");

****And process hangs at this lookup call. Does anyone has any idea what is
going on? Is there any known issue with GNU Classpath using naming service?

-Raj
 







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13040>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]