jndi
Easy way to start a standalone JNDI server (and register some resources)
For testing purposes, I\'m looking for a simple way to start a standalone JNDI server, and bind my javax.sql.DataSource to \"java:/comp/env/jdbc/mydatasource\" programmatically.[详细]
2023-03-01 23:26 分类:问答glassfish 3.1 jdni lookup on EJB3
I have the following Interfaces MyLocalBean, MyRemoteBean and the stateless MyBean implements MyLocalBean, MyRemoteBean[详细]
2023-03-01 06:38 分类:问答Is it safe to cache DataSource lookups in Java EE?
I\'m developing a simple Java EE 5 \"routing\" application. Different messages from a MQ 开发者_StackOverflow社区queue are first transformed and then, according to the value of a certain field, stored[详细]
2023-02-28 16:21 分类:问答JNDI-LDAP paging
I managed to get pagination working like described here. The problem is I need to expose an API which would look like this:getUsers(pageSize, pageNumber), which does not really go well with the way JN[详细]
2023-02-28 11:16 分类:问答ActiveMQ jndi.properties java.naming.referral
ActiveMQ\'s LDAPLoginModule doesn\'t like the LDAP searchResRef generated by my AD server when searching the root of the LDAP tree. It generates (a swallowed):[详细]
2023-02-27 11:23 分类:问答java.lang.ClassNotFoundException: org.apache.tomcat.jdbc.pool DataSourceFactory
I\'m investigating moving away from an Oracle connection pool and using the Tomcat connection pool. I followed the myriad of example for configuring the <Resource> in Tomcat\'s /conf/server.xml.[详细]
2023-02-27 08:42 分类:问答EJB3 Glassfish JNDI lookup
I am using Glassfish-bundled Eclipse IDE. I wrote a simple EJB application. but it doesn\'t work. @Stateless[详细]
2023-02-27 08:10 分类:问答LDAP, JNDI, and Initial Context relationship
What\'s the relationship among LDAP, JNDI, and the Initial Context. My understanding is JND开发者_运维问答I is Java\'s way of looking up names. LDAP is a protocol which is used to look up names. But[详细]
2023-02-27 03:17 分类:问答AD Searchfilter are not working in Java Code but working using ldp client
(&(objectClass=group)(member=dc=pc,dc=com)) This search filter gives a result when used wit开发者_Python百科h ldp client.[详细]
2023-02-24 11:39 分类:问答Problem doing jndi lookup for EJB
Im having trouble doing a lookup Project Structure: a dynamic web project (gss-web) and an EJB project (gss-ejb) deployed together inside an .ear (gss-ea) onto a jboss 6 server[详细]
2023-02-22 17:47 分类:问答