3. I've added DataSourceDependencyResolver to the mix, which is an inversion of
DependencyPolicy with the same goal: externalize the naming of a DataSource.
public interface DataSourceDependencyResolver
| {
| /**
| * @param jndiName the jndiName of the DataSource
| * @return the bean name of the DataSource
| */
| String resolveDataSourceSupplier(String jndiName);
| }
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162506#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...