The Java Naming and Directory Interface (JNDI) is a Java API for a directory service that allows Java software clients to discover and look up data and objects via a name.
I would like to configure a DataSource using JNDI in a Java SE app. What is the best way to …
java datasource jndiThis questiong is regarding Java EE 6, using glassfish v3 embedded-all. I have a unit test that uses EJBContainer to test …
jakarta-ee jndi java-ee-6 glassfish-3 glassfish-embeddedthat's how the session factory should be gotten: protected SessionFactory getSessionFactory() { try { return (SessionFactory) new InitialContext() .lookup("SessionFactory"); } catch (Exception …
java hibernate tomcat jndi sessionfactoryIs anyone aware of an "web-based" application that allows developers to browse an LDAP server and view objectClasses and attributeClasses? …
active-directory ldap jndi adam sunoneI looked for a similar question, but only found similar ones such as Godaddy JNDI Problem---Cannot create JDBC driver of …
java tomcat jdbc jndi apache-commons-dbcpI am toying a bit with Spring testing framework, but I have one problem. Normally when application is deployed on …
spring jndi spring-testI have an EAR application which contains an MDB and a WAR. In this EAR application I would send a …
deployment queue jms jndi geronimoI have written some code for creating a topic connection from Tibco EMS TopicConnectionFactory factory = new TibjmsTopicConnectionFactory(serverUrl); TopicConnection connection = …
tomcat jndi tibco-ems