jndi
Why use JNDI for data sources
Can anyone help explain why JNDI should be a preferred way to expose services such as a database / jms?[详细]
2023-04-13 01:41 分类:问答JMS implementation using JNDI in spring application
I am trying to implement JMS in my spring application. I have defined the JNDI name + queue name in applicationContext.xml as follows:[详细]
2023-04-08 20:50 分类:问答Exception while creating mssql database jndi resource in Tomcat
I am trying to create a Tomcat JNDI resource for MSSQL database. This is how my resource string looks in tomcat context.xml file[详细]
2023-04-08 14:36 分类:问答How pass username/password command line options to jndi grails.naming.entries in Config.grooy
I have a jndi entry in Config.groovy like so: grails.naming.entries = [\'jdbc/test_me\': [ type: \"javax.sql.DataSource\", //required[详细]
2023-04-07 00:30 分类:问答ldap check username-password combination via java
To test a username-password combination with ldap i do the following connect to an ldap server with a masteruser account[详细]
2023-04-06 23:00 分类:问答How do I swap a jndi datasource lookup to an in memory database for intergration testing?
I\'m using Spring and Hibernate and want to do some intergration testing with DBUnit. In my application-context.xml I currently specify a datasource via jndi-lookup which reads the jndi-name from a pr[详细]
2023-04-06 20:34 分类:问答EJB calls EJB in WebLogic and OpenEJB
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.[详细]
2023-04-06 17:46 分类:问答java jndi ldap connection timeout
I want to control the connection timeout by setting com.sun.jndi.ldap.connect.timeout property. It works well for values under 1000 ms, but if I set values bigger then 1000, the timeout doesn\'t incre[详细]
2023-04-06 11:43 分类:问答What is the relationship between java:comp/env and java:global?
What is the relationship between java:comp/env and java:global (regarding 3.1 spec)? Seems like java:comp/env contains specific to EJB refer开发者_如何学Cences.[详细]
2023-04-05 09:32 分类:问答How to retrieve a DataSource from JBoss via JNDI
What I am trying to do is to retrieve a DataSource from a locally running JBoss (EAP 5.1) per JNDI. It works fine inside a deployed DAO, but I seem to misunderstand something as when I am trying to g[详细]
2023-04-05 06:09 分类:问答