Title: DataSource setup

Is there any way that I can verify the datasource setup once orion is running?

Here is my datasource xml, but I don't know if it's binded correctly or not.

Se Hee

        <data-source
                class="com.evermind.sql.DriverManagerDataSource"
                name="Oracle"
                location="jdbc/modevdb"
                xa-location="jdbc/xa/modevdb"
                ejb-location="jdbc/modevdb"
                connection-driver="oracle.jdbc.driver.OracleDriver"
                username="username"
                password="password"
                url="jdbc:oracle:thin:@192.168.100.25:1521:modevdb"
                inactivity-timeout="30"
        />

Reply via email to