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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
