jndi « Transaction « Spring Q&A





1. Best Tomcat6 JNDI + Hibernate configuration for session/transaction support    stackoverflow.com

Quote from hib official docs: Starting with version 3.0.1, Hibernate added the SessionFactory.getCurrentSession() method. Initially, this assumed usage of JTA transactions, where the JTA transaction defined both the scope and context ...

2. Spring fails to lookup jdbc configured Data Source    stackoverflow.com

I have deployed my application on tomcat 5.5 and the IDE is eclipse with myeclipse plugin. when I try to start the tomcat server I get the following error:

...

3. Cannot create JDBC driver of class '' for connect URL 'null    stackoverflow.com

I am trying to configure JTA Transactions with Atomkios in Tomcat 5.5 for jndi support I am using spring,jpa+hybernate when i m trying to access my database, ...

4. JNDI lookup fails (Spring, JBoss)    stackoverflow.com

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. Part of applicationContext.xml where the problem ...

5. Container-managed transactions without JNDI?    forum.springsource.org

Is it possible to get container-managed JDBC transactions without reliance on JNDI? No, if you mean transactions managed by an EJB container. To do this you need a JNDI DataSource in ...

6. Distributed transaction & jndi data sources    forum.springsource.org

Distributed transaction & jndi data sources Im using Spring successfully (via JBoss) so far in doing some transactions to Oracle. Im now trying to prove a distributed transaction across two Oracle ...

7. Programmtic transaction using Spring JNDI JTA and Hibernate    forum.springsource.org

Hi I am new to Spring and Hibernate. I am trying to tie Spring, Hibernate with JTA and JNDI. I am not able to configure the same. I am also looking ...

8. Spring Transaction Management using JNDI and WAS 6.1    forum.springsource.org

Sep 24th, 2007, 06:46 PM #1 Surya1234 View Profile View Forum Posts Private Message Junior Member Join Date Jul 2007 Posts 25 Spring Transaction Management using JNDI and WAS 6.1 Hi, ...

9. JTA, Hibernate, Spring 2.5.3 configuration - Could not find UserTransationn in JNDI    forum.springsource.org

I am using Hibernate 3.2.6 GA, Sprint 2.5.3. I am using declarative transactions and would like to use the org.springframework.transaction.jta.JotmFactoryBea n in conjunction with the org.springframework.transaction.jta.JtaTransaction Manager. My understanding is that ...





10. jboss jndi datasource lookup + local transactions    forum.springsource.org

hi, can i use a datasource retrieved from jndi by org.springframework.jndi.JndiObjectFactoryBean togedher with org.springframework.orm.hibernate3.LocalSessionFac toryBean and org.springframework.orm.hibernate3.HibernateTransa ctionManager? my problem is that all my transactions are committed only if i shut ...