Running the OnlineOrders Sample | Home |
Solution Area |
Contents |
OnlineOrders is a sample Business Components for Java application with a JSP client. To run the OnlineOrders application:
<oc4j_home>/config/data-sources.xml
file.the <data-sources> tag:<data-source
class="com.evermind.sql.DriverManagerDataSource"
name="OnlineOrders"
location="OnlineOrdersCoreDS"
xa-location="jdbc/xa/OnlineOrdersXADS"
ejb-location="OnlineOrdersDS"
connection-driver="oracle.jdbc.driver.OracleDriver"
username="scott"
password="tiger"
url="jdbc:oracle:thin:@localhost:1521:orcl"
inactivity-timeout="30"
/>
url="jdbc:oracle:thin:@localhost:1521:ORCL".
localhost to the name of your database.1521 to the database port.ORCL to the database SID.
