blob: 16a11f8ea27099f8c14b5f40c804a2390cdf137c [file] [log] [blame]
<!--
* Copyright (c) 2015-2018 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
-->
<services>
<service entityManagerFactoryClass="org.eclipse.mdm.api.odsadapter.ODSContextFactory">
<param name="nameservice">corbaloc::1.2@YOUR_HOST1:2809/NameService</param>
<param name="servicename">YOUR_SERVICE1.ASAM-ODS</param>
</service>
<service entityManagerFactoryClass="org.eclipse.mdm.api.odsadapter.ODSContextFactory">
<param name="nameservice">corbaloc::1.2@YOUR_HOST2:2809/NameService</param>
<param name="servicename">YOUR_SERVICE2.ASAM-ODS</param>
<!-- Specify the credentials of the technical user which opens sessions on behalf of the login user -->
<param name="user">sa</param>
<!-- param values can contain lookups. For example ${sys:odsPassword} will be replaced with the contents of the system variable 'odsPassword' -->
<param name="password">sa</param>
<!--Activeate indexing on Peak ODS Server -->
<param name="freetext.active">true</param>
<param name="freetext.notificationType">peak</param>
<param name="freetext.notificationUrl">http://YOUR_HOST2:8089/api</param>
</service>
<service entityManagerFactoryClass="org.eclipse.mdm.api.odsadapter.ODSContextFactory">
<param name="nameservice">corbaloc::1.2@YOUR_HOST3:2809/NameService</param>
<param name="servicename">YOUR_SERVICE3.ASAM-ODS</param>
<!-- Specify the credentials of the technical user which opens sessions on behalf of the login user -->
<param name="user">sa</param>
<param name="password">sa</param>
<!--Activate indexing on a Avalon server -->
<param name="freetext.active">true</param>
<param name="freetext.notificationType">avalon</param>
<param name="freetext.pollingInterval">5000</param>
</service>
</services>