Say you want to instantiate some DAO using a JNDIBeanFactory. You want to pass the DataSource from a SessionBean to the constructor of the DAO. How can you do this - I can't see how you specify constructor arguments at all when creating a bean.
Please help
Thanks


Reply With Quote