1 25 26 package org.objectweb.jonas.jtests.ftables; 27 28 import java.rmi.RemoteException ; 29 import javax.naming.NamingException ; 30 import javax.sql.DataSource ; 31 34 public class Tmanager { 35 36 static DataSource dataSource = null; 38 39 42 public static void mgrInit() throws NamingException , RemoteException { 43 dataSource = DBEnvSL.getDataSource("java:comp/env/jdbc/DBEnvTable"); 46 } 47 } 48 49 50 | Popular Tags |