1. java.lang.String in jndi default context with Apache Geronimo - How? stackoverflow.comIn a servlet I do the following:
On an Apache Geronimo instance (WAS CE 2.1) how do i associate a value ... |
2. Programmatically determining JNDI root context / ear name in JBoss 5.1 stackoverflow.comThe default jndi context in JBoss 5.1 for an EJB is "earname/ejbname/local". In some instances where injection is not available I need to manually do a jndi lookup, however if my ... |
3. Are there any JNDI Context implementations that are simple, meaning they can be started/stopped etc w/out leaking stackoverflow.comI am not a particular fan of JNDI - i think its a bad technology when one wants to use OSGI for a number of reasons.
|
4. Setting access control for different contexts in LDAP through JNDI stackoverflow.comI am creating separate contexts (eg: ou=marketing, ou=finance) in LDAP to store user entries of different departments under different contexts. I need to set the access control at the creation of ... |
5. Access remote objects with an RMI client by creating an initial context and performing a lookup stackoverflow.comI'm trying to look up the PublicRepository class from an EJB on a Weblogic 10 server. This is the piece of code:
|
6. LDAP, JNDI, and Initial Context relationship stackoverflow.comWhat's the relationship among LDAP, JNDI, and the Initial Context. My understanding is JNDI is Java's way of looking up names. LDAP is a protocol which is used to look up names. ... |
7. WebSphere: EJB initial context + cluster lookup stackoverflow.comI was wondering whether the following simple code will work, given that I have: 1. WebSphere ND.
|
8. jboss jndi context is empty stackoverflow.comAn ejb-jar deployed to jboss 7 has a jdni binding "java:global/foo!IFoo". Jboss management console shows this binding. The jndi port is 1099 as by default. A client on jboss gets an object to ... |
9. How to set the JNDI context in SAP NWDS stackoverflow.comI am using NetWeaver Developer Studio. I tried to create the context for JNDI but the initial context is not setting up properly. I tried using the |
10. JNDI and initial context lookup problems with glass fish three coderanch.com |
11. fetching naming contexts from LDAP using JNDI forums.oracle.comhi, i'm acessing LDAP using JNDI and i want ot kno how to fetch the naming contexts present in a directory server. presently i'm doing it using dattrs = ctx.getAttributes(ldapURL, new String[]{"namingContexts"}); String str = dattrs.toString(); String[] results = str.split(" "); int i=results.length; for(int j=1;j |
12. WARNING: Could not bind factory to JNDI,Context is read only how can overco forums.oracle.comWARNING: 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) at org.hibernate.impl.SessionFactoryObjectFactory.addInstance(SessionFac toryObjectFactory.java:90) at org.hibernate.impl.SessionFactoryImpl. |