On 7/21/08 9:11 AM, "Fabiano Ferrari" <[EMAIL PROTECTED]> wrote:
> However, I have never implemented any JNDI-based application. Does > anybody have an example of implementation of this MyDataSource class? > If so, could you provide me with the basic steps to "install" such > class and run the test cases? Hello, I've used Spring's SimpleNamingContextBuilder to put a DBCP BasicDataSource into JNDI for standalone apps and testing. Cheers, topher
