binding « jndi « Java Enterprise Q&A





1. JNDI Name binding in JBOSS 5.1.0 Beta    stackoverflow.com

I am following the MasteringEJB4thEdition book, which I downloaded from The Server Site website. There is a simple example of HelloBean, which works perfectly with GlassFish V3 app server. The same example ...

2. EJB JNDI lookup on different WebSphere servers    stackoverflow.com

I have two separate installs of WebSphere. (Actually one is WebSphere Application Server V6.1 with EJB 3.0 and Web Services feature packs, and the other server is WebSphere ESB Server ...

3. JBoss JNDI Binding Manager - maximum length of value?    stackoverflow.com

I'm using the technique described here to register string values on the JNDI tree via an XML file deployed to JBoss. This is working fine for my system constants (URLs ...

4. How can I obtain port binding information at runtime? (JBoss 5.1)    stackoverflow.com

Basically what I want to do is to obtain the port number on which JBoss is listening for HTTP requests (the one that is normally 8080). I came upon this

5. What is c++ equivalent of JNDI?    stackoverflow.com

Is there anything equivalent to JNDI in C++? I am not just looking ldap related libraries. I am interested to know the equivalent API's/Libraries available in C++. Common API for look-up, ...

6. JNDI .bindings file gets corrupted with \u0000    stackoverflow.com

Has anyone had any experience with a JNDI .bindings file becoming corrupted under WebSphere with extraneous sequences of \u0000\u0000\u0000\u0000 characters? This happens infrequently, and when it does, we remove the .bindings file ...

7. jndi binding on jboss4.2.3 and ejb3    stackoverflow.com

I am trying to deploy a stateless ejb on jboss 4.2.3 using ejb3 annotations. Everything builds and deploys correctly, and I do not get any errors when jboss starts up. ...

8. How to check jndi bind/unbind status?    stackoverflow.com

I'm looking for way of checking bind status of object and appropriate jndi name. For example, I've got some ldap jms queue name: "/TheRootContext/SomeSubContext/SOME.QUEUE.NAME:queue" I need to check that appropriate queue exists and it ...

9. NullPointerException binding to Active Directory over SSL    stackoverflow.com

I've got a Java EE application running on WebSphere 7 (IBM JDK 1.5) in which I'm trying to bind to Active Directory over SSL using JNDI. My bind works without ...





10. Problem with JNDI binding in JBoss (LiveCycle turnkey)    stackoverflow.com

I am using Adobe LiveCycle ES 2 turnkey project, which runs on JBoss AS 4.2.1.GA. I am having a problem getting a JNDI binding to work in JBoss. It seems eerily ...

11. JNDI binding and NameNotFoundException    community.jboss.org

I'm an EJB-newbie, so please bear with me. I'm running JBoss 5.1.0, and I'm trying to define/deploy/access a stateless session bean. It's my understanding that JBoss 5.1.0 conforms to ...

12. JNDI binding    coderanch.com

14. Error in EJB JNDI Binding for EMP Bean    forums.oracle.com

...

15. WARNING: Could not bind factory to JNDI    forums.oracle.com

INFO: Factory name: java:hibernate/SessionFactory May 2, 2007 9:12:24 AM org.hibernate.util.NamingHelper getInitialContext INFO: JNDI InitialContext properties:{} May 2, 2007 9:12:24 AM org.hibernate.util.NamingHelper bind INFO: Creating subcontext: java:hibernate May 2, 2007 9:12:24 AM org.hibernate.impl.SessionFactoryObjectFactory addInstanc e WARNING: Could not bind factory to JNDI javax.naming.NamingException: Context is read only at org.apache.naming.NamingContext.checkWritable(NamingContext.java:901) at org.apache.naming.NamingContext.createSubcontext(NamingContext.java:5 15) at org.apache.naming.NamingContext.createSubcontext(NamingContext.java:5 36) at org.apache.naming.SelectorContext.createSubcontext(SelectorContext.ja va:421) at javax.naming.InitialContext.createSubcontext(InitialContext.java:423) at org.hibernate.util.NamingHelper.bind(NamingHelper.java:69) ...