jndi
Different JNDI provider url for one case
I use remote EJB call to run my program. Third party jar(who performs that call) needs different \"java.naming.provider.url\" than system one.[详细]
2023-04-01 15:37 分类:问答Spring : Tomcat datasource via JNDI in my Spring configuration Problem?
I want to read Tomcat datasource via JNDI in my Spring configuration i am using oracle toplink in spring applicationContext.xml i am using like below[详细]
2023-04-01 14:50 分类:问答Listen for changes in JNDI on Glassfish – how to look up EventContext?
My EJB application looks up some configuration values from JNDI. I would like to be able to change these values and h开发者_高级运维ave the application take notice immediately, without having to resta[详细]
2023-04-01 00:48 分类:问答JNDI path Tomcat vs. Jboss
I have DataSource which is configured on To开发者_JS百科mcat 6 in context.xml as MyDataSource. And I\'m fetching it the following way:[详细]
2023-03-31 03:38 分类:问答How do I connect to a Websphere Datasource with a given JNDI name?
I\'m using Websphere Portal 7.0 and creating a portlet with RAD 8.0. My portlet is trying to make a db2 connection to a remote server. I wrote a java program locally to do a basic JDBC connection to t[详细]
2023-03-30 19:23 分类:问答JSP/Servlet design question - Make request/response globally available via JNDI
In PHP one is always able to access the current request or response from any part of their code. This concept is fundamental to PHP programming. Request data, response data, session data (etc) are alw[详细]
2023-03-30 10:03 分类:问答How can I test LDAP connection using JNDI
I get an exception javax.naming.NameNotFountException: [LDAP: error co开发者_StackOverflow社区de 32 - No Such Object]; remaining name = \'DC=my-company, DC=group\'[详细]
2023-03-29 12:18 分类:问答Starting HornetQ in tomcat
I am trying to start hornetQ 2.0.0.GA in Tomcat. My application, when initializing, will try to start hornetq server in this way:[详细]
2023-03-27 12:49 分类:问答JNDI exmple for connecting to a named instance of MsSQL
We\'re using Pentaho Data I开发者_JS百科ntegration(Open source ETL tool) and are trying to use a JNDI connection to connect to a MS SQL 2005 database.If we use a default instance on the server it work[详细]
2023-03-26 19:37 分类:问答Grails: server crashes when I recompile a file (when using datasources)
I\'m using datasources in my Grails project. When I edit a groovy file with server running I get the fol开发者_StackOverflow社区lowing error:[详细]
2023-03-25 23:42 分类:问答