[jboss-user] [EJB/JBoss] - Re: getting datasource jndi?

ramujava1 do-not-reply at jboss.com
Mon Dec 29 20:55:39 EST 2008


"jaikiran" wrote : You will first have to lookup the datasource using the JNDI API. Then you can call the getConnection API on the DataSource. Just an example:
  | 
  |   | DataSource ds = (DataSource) new InitialContext().lookup("java:myDS");
  |   | ds.getConnection();
how can i make jnidi map to datasource?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198843#4198843

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198843



More information about the jboss-user mailing list