Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<?xml version="1.0" encoding="UTF-8"?>

<fews-master-config xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/synchronisationConfiguration.xsd">

    <queueconnection>

        <factory jndi="ConnectionFactory"/>

    </queueconnection>

    <defaultMcId>DTDMMC00</defaultMcId>

    <mc id="DTDMMC00" name="DTDMMC00 server">

        <jndicontext factory="org.jnp.interfaces.NamingContextFactory" provider="jnp://APP_SERVER:PORT" prefixes="org.jboss.naming:org.jboss.interfaces"/>

        <queue>

            <root jndi="/DT/DM/MC00/"/>

            <synch jndi="External/JMSQueue/OCIncoming" timeout="180"/>

        </queue>

    </mc>

    <synchronisation>

        <messaging maxrecords="1000" maxlobdata="30000000"/>

        <processor maxlistsize="500000"/>

        <schema location="nl/wldelft/fews/master/data/synchdata/synchronisation_schema.xsd"/>

    </synchronisation>

    <login timeout="10" />

</fews-master-config>


clientConfig.xml:

 

<?xml version="1.0" encoding="UTF-8"?>

<clientConfiguration xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/clientConfig.xsd">

    <clientType>Operator Client</clientType>

</clientConfiguration>

Wanneer echter wel voor DDA gekozen wordt dan dient clientConfig.xml anders geconfigureerd te worden. Daarnaast dient oc_synchConfig.xml verwijderd te worden omdat dit anders tot een conflict leidt dat inloggen op de MC niet mogelijk maakt en FEWS de volgende error laat weergeven:

...