0 Replies Latest reply on Jul 23, 2002 6:05 PM by dlundin

    Creating datasources in separate VMs

    dlundin

      Does anyone have any examples of using datasources in a VM outside of JBoss (3.0.0)? In JBoss 2.4.x, there was a JDBCPoolDataSource class that could be constructed by giving it a set of JDBC properties. This class no longer exists in JBoss3 and it seems that only way to get a DataSource is to pull it out of JNDI after a connection manager has dropped one in, but since DataSources aren't remotable, there's no way to get at it from an external VM.