Author: vanto
Date: Thu Jan 10 17:35:04 2013
New Revision: 1431517
URL: http://svn.apache.org/viewvc?rev=1431517&view=rev
Log:
missing resources added.
Added:
ode/site/trunk/content/databases.mdtext
ode/site/trunk/content/resources/ODE_logo.png (with props)
ode/site/trunk/content/resources/ODE_logo_v6-1.png (with props)
Added: ode/site/trunk/content/databases.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/databases.mdtext?rev=1431517&view=auto
==============================================================================
--- ode/site/trunk/content/databases.mdtext (added)
+++ ode/site/trunk/content/databases.mdtext Thu Jan 10 17:35:04 2013
@@ -0,0 +1,19 @@
+Title: Databases
+Category: documentation
+
+## Database Setup
+The standard distribution of ODE relies on an
[OpenJPA](http://openjpa.apache.org/) data access layer to provide persistence.
OpenJPA can support most major databases; consequently, ODE can in theory
support most major databases.
+
+By default, the ODE distribution uses an embedded
[Derby](http://db.apache.org/derby/) instance to provide persistence
facilities. In order to use a different database, one must generally:
+
+ * install the database
+ * populate the database with ODE's schema (schema files are found in `sql/*`
of the ODE distribution)
+ * configure a datasource for the application server you're deploying ODE on.
+ * modify the ode properties file located inside the deployed WAR file or JBI
service assembly in the conf subdirectory.
+
+Here is an example of ODE configuration:
+
+ :::properties
+ ode-axis2.db.mode=EXTERNAL
+ ode-axis2.db.ext.dataSource=java:comp/env/jdbc/ODEDS
+ ode-axis2.tx.factory.class=org.apache.ode.axis2.util.GeronimoFactory
Added: ode/site/trunk/content/resources/ODE_logo.png
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/resources/ODE_logo.png?rev=1431517&view=auto
==============================================================================
Binary file - no diff available.
Propchange: ode/site/trunk/content/resources/ODE_logo.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: ode/site/trunk/content/resources/ODE_logo_v6-1.png
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/resources/ODE_logo_v6-1.png?rev=1431517&view=auto
==============================================================================
Binary file - no diff available.
Propchange: ode/site/trunk/content/resources/ODE_logo_v6-1.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream