Hi Robert,
I don't know how your answer worked for the OP but it worked quite nicely
for me.
Just one detail, I had to add the "datasource.name" in the DataSourceFactory
configuration.
[configurations runModes=oak_db2]
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService
documentStoreType="RDB"
org.apache.sling.datasource.DataSourceFactory
url="jdbc:db2://192.168.2.3:50000/sling"
driverClassName="com.ibm.db2.jcc.DB2Driver"
username="****"
password="****"
datasource.name="oak"
Thanks,
--
Sent from: http://apache-sling.73963.n3.nabble.com/Sling-Users-f73968.html