2007-05-18から1日間の記事一覧

トランザクション管理

<bean id="nameMatchTransactionAttributeSource" class="org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource"> <property name="properties"> <props> <prop key="*">PROPAGATION_REQUIRED, ISOLATION_DEFAULT, -java.lang.Exception</prop> </props> </property> </bean>

データソース

<bean id="dataSource" class="org.springframework.jndi.JndiObjectFactoryBean"> <property name="jndiName"> <value>java:comp/env/jdbc/XXXX</value> </property> </bean>