[jboss-user] [JBoss/Spring Integration] - Re: JBoss ear isolation and spring deployer

lorgh do-not-reply at jboss.com
Wed Feb 21 08:53:50 EST 2007


In not isolated env it works fine - i use it with hibernate which requires javax.sql.DataSource so looks like it is converted ok.

I have this definition: 

<bean id="dataSource1"
  | 	class="org.springframework.jndi.JndiObjectFactoryBean">
  | 	<property name="jndiName">
  | 		<value>java:datasourceFromJboss</value>
  | 	</property>
  | </bean>

In JBoss there is 'local-tx-datasource' entry.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019934#4019934

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019934



More information about the jboss-user mailing list