Datasource « jndi « Java Enterprise Q&A





1. Webspehere 6.1 and JNDI for something other than a Datasource    stackoverflow.com

I was wondering: how does one go about configuring WAS if they want to store some confidential information that is not datasource, JMS or Mail related? I'm looking more for ...

2. Oracle Weblogic JNDI Datasource set Default Auto Commit    stackoverflow.com

In my J2ee web application I am using a datasource accessed stored in the weblogic server and accessed through jndi. In normal datasource bean declaration there is a property defaultAutoCommit which ...

3. How to create Datasource objects using jndi in netbeans    stackoverflow.com

I have tried to create a data source object using jndi, but i got error like driver not found in the org.dhcp. i have dropped the odbc14.jar file in the both ...

4. getConnection null in new transaction    stackoverflow.com

I am using Weblogic 11, ejb3.0 I have code which is doing lookup to another deployment in my container remotely. everything work fine and I managed to reach to the another deployment. the method ...

5. JBoss 6 DataSource JNDI Not Found    stackoverflow.com

I am trying to deploy .war file on JBoss 6 and I have made MySql datasource which I want to access using JNDI.
My Config looks like this :
in myDB-mysql-ds.xml
jndi-name ...

6. JBoss AS7 JNDI Datasource lost after republish    stackoverflow.com

im having the next issue since using the new JBoss AS7 with Eclipse Indigo. After i've made a change in any static content file, like css, html or images and save it, ...

7. javax.management.MalformedObjectNameException error when looking up JNDI name for DataSource    stackoverflow.com

I have a jdbc connection set up in WAS 6.1 with a JNDI name like this :jdbc/jta_datasource. In my persistence.xml(I am using JPA), I have:

    <persistence-unit name="DataAccess" transaction-type="JTA">
 ...

8. JNDI, DataSource and context.xml    forums.netbeans.org

hello i'm new in this technology and i have problem: 1. i have tomcat 5.5 and netbeans 2. i have new web project using struts 3. i read on tomcat.apache site ...

9. The JNDI datasource is creating exceptions    forums.netbeans.org

Hello All, I have this project in a war file with 2 files namely "jboss-ds.xml". and "autoHaul2-dev-ds.xml". I created a new project in netbeans IDE. I extracted the source code fro ...