jndi
Database Table JNDI Name problem
I am using Netbeans 7.0 IDE to create Entity Classes from Database. When I am requested the JNDI name of the开发者_JAVA百科 Data Source I am having trouble.[详细]
2023-03-13 17:03 分类:问答JNDI DataSource with Tomcat 6 and Eclipse
I can\'t get my DataSource working with JNDI and Tomcat 6, while running it from Eclipse. I\'ve added a context.xml to my /META-INF with the following content:[详细]
2023-03-13 08:42 分类:问答JNDI lookup fails (Spring, JBoss)
I have a problem with initializing the application. JNDI lookup is not fully initialized because of a circular reference which is, I think, not there.[详细]
2023-03-12 13:52 分类:问答Java LDAP Authentication using username and password
I have a working code snippet by which i can authenticate a user by dn and password. My requirement is that the user will be entering his username(sAMAccountName) and I want to authenticate using sAMA[详细]
2023-03-12 02:12 分类:问答How to configure jndi in tomcat regarding my errors?
I have searched on google and stackoverflow for this problem there are several questions but not resulting to particular solution and reason behind the cause. I am doing a project in JSF with context[详细]
2023-03-11 07:15 分类:问答Birt report deployment returns "Cannot create JDBC driver of class '' for connect URL 'null'"
I am designing a report using Birt and Eclipse. When I deployed inside the Tomcat I am getting this problem.[详细]
2023-03-11 03:01 分类:问答JNDI lookup fails in Glassfish
I am working on a web project using maven.When I run the server on net-beans 6.8,the build is succes,but when deploying to server I am getting lookup failed exception.Please find the server log in the[详细]
2023-03-09 22:09 分类:问答configure JNDI lookup port jboss + EJB
I am using JSF and EJB as two separate project in my application. Below i described code used to JNDI lookup[详细]
2023-03-09 21:13 分类:问答Declaring @Resource and @EJB at the class level in Java EE6
Is there any situation still ( given that Java EE6 hasjava:global/, app/, module/ naming standards) that necessitates declaring EJBs or Resources like the example below?[详细]
2023-03-09 02:38 分类:问答How do I add a JNDI entry called "properties" in Glassfish on startup without using the admin?
In the code for our project ther开发者_StackOverflowe is this line: (Properties) new InitialContext().lookup(\"properties\")[详细]
2023-03-09 02:25 分类:问答