weblogic « jndi « Java Enterprise Q&A





1. Where is class weblogic.jndi.WLInitialContextFactory?    stackoverflow.com

when trying to execute my jar file I get an exception:

javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory 
[Root exception is java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory]
I guess this is some kind of missing library on the classpath. Can ...

2. Does anybody know how to use the jndi just from foreign jndi factory of weblogic?    stackoverflow.com

I have configured a foreign jndi factory to which a link was according!But I dont know how to use the foreign jndi in my own application! could anybody do me a favor??? ...

3. Adding custom object to JNDI on Weblogic 10    stackoverflow.com

Is it possible to add a custom object (String or URL) to JNDI using Weblogic Server Administration Console (Weblogic 10.0) or by editing server's configuration file (config.xml)?

4. Publishing EJB's local interface in weblogic    stackoverflow.com

is there a way to lookup an EJB in weblogic if it implements only local interface? If I use this

@Remote public interface TestSessionRemote { 
    public void businessMethod();
}

@Stateless(mappedName = ...

5. EJB 3.0 lookup in Weblogic 10.3.0    stackoverflow.com

1: Our application runs on Weblogic Application Server,version 10.3.0 2: In our system,we need to deploy an EJB conforming to the EJB 3.0 specification. Please find the sample code for our UAT ...

6. Unable to resolve     stackoverflow.com

I have a SessionBean in JNDI bound under "ejb.Bb_restriction_USRemoteHome". This is confirmed by the Weblogic console too. But while accessing it through the following piece of code :

private static Context getInitialContext() ...

7. Huge variance in JNDI lookup times    stackoverflow.com

We're experiencing huge variance in response times on a legacy J2EE web application running on Weblogic 10.3. The system consists of two Weblogic server instances (frontend and backend) which run on ...

8. EJB calls EJB in WebLogic and OpenEJB    stackoverflow.com

I want to write an application which has 2 EJBs. This application can run in both OpenEJB and WebLogic 10.3. Both of the EJB are EJB 3.0. I know how to implement ...

9. Creating foreign JNDI settings in weblogic and lookup from Java client    stackoverflow.com

Please post if there is any example/steps to configuring external LDAP and execute LDAP queries on it. I tried the following

  • creating Foreign JNDI Providers
  • Created remote and local JNDI names
  • from servlet client, ...





10. weblogic JNDI error    forums.oracle.com

Am unable to start jms subscriberes. i get below error javax.naming.NameNotFoundException: While trying to lookup 'TOPIC.XYZ didn't find subcontext 'TOPIC'. Resolved '' at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139) at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247) at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182) at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206) at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source) at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589) at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230) at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363) at weblogic.security.service.SecurityManager.runAs(Unknown Source) at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473) at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173) I checked my settings in the code and am ...