On Tue, 2018-12-04 at 14:30 -0700, mkcons wrote:
> 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"

Nice, thanks for confirming that!

Robert

Reply via email to