[jboss-user] [EJB 3.0] - Re: Using Connection Pool in EJB 3.0
PeterJ
do-not-reply at jboss.com
Mon Aug 18 12:19:17 EDT 2008
mabimal wrote : How can i make ejb read this file
Are you asking how to configure EJB3 such that it uses your configuration file to connect to the database? If so, as far as I know, EJB3 looks up a datasource in JNDI. Therefore, all you have to do is create a service that reads your configuration file and creates a JNDI name for your datasource.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171089#4171089
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171089
More information about the jboss-user
mailing list