jndi
Tomcat6 ignores META-INF/context.xml
Tomcat6 keeps ignoring my META-INF/context.xml.I keep getting \"Name tt is not bound in this Context\" when I try to look up \"tt\" (please see \'details\').[详细]
2023-04-05 04:49 分类:问答What is the use of the "java:" prefix when doing name lookup in jboss?
I was running an application deployed on a JBoss server which contained jboss-messaging deployments. The application tried to connect to a jbossmq destination deployed on another JBoss server. I tried[详细]
2023-04-05 03:57 分类:问答Confusion about using OpenEJB in embedded mode for unit-testing
I started exploring the possibilities of using OpenEJB in embedded mode for unit-testing my EJB3 components. At first I got errors like the below output[详细]
2023-04-04 13:02 分类:问答JNDI resource not found in Spring controller, but works in JSP
I have one Tomcat 5.5 with one resource for JDBC Pool connection: <Resource name=\"jdbc/orcl\" auth=\"Container\"[详细]
2023-04-03 15:27 分类:问答How can I enforce a LDAP bindRequest in java using JNDI?
I have a JNDI-Connection to a LDAP server (Active Directory in this case). I also ctx.extendedOperation( new StartTlsRequest() ) to get a secure connection.[详细]
2023-04-03 07:53 分类:问答JNDI binding in JBoss (LiveCycle turnkey)
I am using Adobe LiveCycle ES 2 turnkey project, which runs on JBoss AS 4.2.1.GA. I am having a problem getting a JNDI binding to work in JBoss. It seems eerily similar to an earlier post, problem con[详细]
2023-04-02 10:21 分类:问答Cannot create JDBC driver of class '' for connect URL 'null'
I\'m using Tomcat 7.0.12 and receiving this error whenever I attmept to access a JNDI datasource connecting to a postgresql db via a .jsp page in a webapp called \'ROOT\':[详细]
2023-04-02 08:32 分类:问答Tomcat JNDI lookup problem
I was trying read a property value in Tomcat. My plan was to access the value using System.getProperty(\"LOGPATH\") where LOGPATH is the name of my property.However I did not find a way to set a Syste[详细]
2023-04-02 05:08 分类:问答Multiple JNDIs pointing to same resource on weblogic 10?
I want to know if there is any way a resource in weblogic can have multiple JNDI names? My problem is that I have 2 versions of the app deployed on the sam开发者_如何学Goe weblogic managed server (ve[详细]
2023-04-02 00:30 分类:问答ClassCastException when casting looked-up EJB view in AS7
I have am deploying 2 EARs onto JBoss AS 7.1.0.Alpha1-SNAPSHOT (post 7.0.1.Final version). Both deploy fine.[详细]
2023-04-01 22:32 分类:问答