| 1 | <?xml version="1.0" encoding="iso-8859-1"?>
|
|---|
| 2 | <!--
|
|---|
| 3 | * LICENCE[[
|
|---|
| 4 | * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O
|
|---|
| 5 | *
|
|---|
| 6 | * The contents of this file are subject to the Mozilla Public License Version
|
|---|
| 7 | * 1.1 (the "License"); you may not use this file except in compliance with
|
|---|
| 8 | * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
|
|---|
| 9 | *
|
|---|
| 10 | * Software distributed under the License is distributed on an "AS IS" basis,
|
|---|
| 11 | * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|---|
| 12 | * for the specific language governing rights and limitations under the
|
|---|
| 13 | * License.
|
|---|
| 14 | *
|
|---|
| 15 | * The Original Code is utc.fr code.
|
|---|
| 16 | *
|
|---|
| 17 | * The Initial Developer of the Original Code is
|
|---|
| 18 | * Universite de Technologie de Compiegne.
|
|---|
| 19 | *
|
|---|
| 20 | * Portions created by the Initial Developer are Copyright (C) 2005
|
|---|
| 21 | * the Initial Developer. All Rights Reserved.
|
|---|
| 22 | *
|
|---|
| 23 | * Contributor(s):
|
|---|
| 24 | *
|
|---|
| 25 | *
|
|---|
| 26 | * Alternatively, the contents of this file may be used under the terms of
|
|---|
| 27 | * either of the GNU General Public License Version 2 or later (the "GPL"),
|
|---|
| 28 | * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|---|
| 29 | * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html),
|
|---|
| 30 | * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable
|
|---|
| 31 | * instead of those above. If you wish to allow use of your version of this file
|
|---|
| 32 | * only under the terms of either the GPL or the LGPL, and not to allow others
|
|---|
| 33 | * to use your version of this file under the terms of the MPL, indicate your
|
|---|
| 34 | * decision by deleting the provisions above and replace them with the notice
|
|---|
| 35 | * and other provisions required by the GPL or the LGPL. If you do not delete
|
|---|
| 36 | * the provisions above, a recipient may use your version of this file under
|
|---|
| 37 | * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL.
|
|---|
| 38 | * ]]LICENCE
|
|---|
| 39 | -->
|
|---|
| 40 |
|
|---|
| 41 | <initapplication version="1.0">
|
|---|
| 42 |
|
|---|
| 43 | <import href="../Jav_Main/initServletEngine.xml"/>
|
|---|
| 44 | <import href="../Jav_Main/initCommon.xml"/>
|
|---|
| 45 |
|
|---|
| 46 | <!-- Surcharge pour le port du serveur. -->
|
|---|
| 47 | <servletEngine code="server" port="8093" />
|
|---|
| 48 |
|
|---|
| 49 | <trace code="com.scenari.s.fw.mem.HMemoryMgr.sTrace" active="YES"/>
|
|---|
| 50 |
|
|---|
| 51 | <systemProperty key="scenari.version.major" value="3"/>
|
|---|
| 52 | <systemProperty key="scenari.version.medium" value="6"/>
|
|---|
| 53 | <systemProperty key="scenari.version.minor" value="0"/>
|
|---|
| 54 |
|
|---|
| 55 | <!-- non affecté pour obtimisation dans version de dev
|
|---|
| 56 | Permet le refresh des .doss et des res zip si modif via le fileSystem -->
|
|---|
| 57 | <!-- <properties type="Alone" code="com.scenari.m.bdp.source.XSourceBdpParams.sRefreshOnItemOnly" level="2000">false</properties>-->
|
|---|
| 58 |
|
|---|
| 59 | <properties type="Alone" code="com.scenari.s.audio.transform.TransformerWav2Mp3.sUrlExe" level="2000">sources\Lib_Java\lame\win\lame.exe</properties>
|
|---|
| 60 | <properties type="Alone" code="com.scenari.s.audio.transform.TransformerSox.sUrlExe" level="2000">sources\Lib_Java\sox\win\sox.exe</properties>
|
|---|
| 61 | <properties type="Alone" code="com.scenari.s.audio.transform.TransformerSox.sSoxMixUrlExe" level="2000">sources\Lib_Java\sox\win\soxmix.exe</properties>
|
|---|
| 62 | <properties type="Alone" code="com.scenari.ext.im.ImageMagick.setImBinFolderPath" level="2000">sources\Lib_Java\imagemagick\win\im\</properties>
|
|---|
| 63 | |
|---|
| 64 | <!-- Initialisation sous-process xpcom. -->
|
|---|
| 65 | <!--
|
|---|
| 66 | <properties type="Alone" code="com.scenari.s.co.transform.xpcom.XpcomContext.sXpcomHomePath" level="2000">tests\SCENARIbuilder3.6_DEV\xulrunner\</properties>
|
|---|
| 67 | <properties type="Alone" code="com.scenari.s.co.transform.xpcom.XpcomContext.sComponentsPath" level="2000">tests\SCENARIbuilder3.6_DEV\xulrunner\components</properties>
|
|---|
| 68 | <properties type="Alone" code="com.scenari.s.co.transform.xpcom.XpcomContext.sDaimLibPath" level="2000">tests\SCENARIbuilder3.6_DEV\xulrunner\runtime</properties>
|
|---|
| 69 | <properties type="Alone" code="com.scenari.s.co.transform.xpcom.XpcomContext.sVendor" level="2000">SCENARI</properties>
|
|---|
| 70 | <properties type="Alone" code="com.scenari.s.co.transform.xpcom.XpcomContext.sAppName" level="2000">SCENARIbuilder3.6_DEV</properties>
|
|---|
| 71 | -->
|
|---|
| 72 |
|
|---|
| 73 | <!-- Limite le chargement des FC au juste nécessaire. -->
|
|---|
| 74 | <properties type="Alone" code="com.scenari.m.co.univers.wsp.CompTypeSet.sLoadOnlyBsRootDefinition" level="2000">true</properties>
|
|---|
| 75 |
|
|---|
| 76 | <!-- Paramètres pour le générateur de modèles -->
|
|---|
| 77 | <!-- Chemin d'accès au dossier de l'application SCENARItest -->
|
|---|
| 78 | <properties type="Alone" code="com.scenari.m.builder.gen.HModelGenerator.sTestPathApp" level="2000">{user.dir}/tests/SCENARIbuilder3.6_DEV</properties>
|
|---|
| 79 | <properties type="Alone" code="com.scenari.m.builder.gen.HModelGenerator.sTestNameApp" level="2000">xulrunner/scenari.exe</properties>
|
|---|
| 80 | <properties type="Alone" code="com.scenari.m.builder.gen.HModelGenerator.sTestPathAppIni" level="2000">scTest/application.ini</properties>
|
|---|
| 81 | <properties type="Alone" code="com.scenari.m.builder.gen.HModelGenerator.sTestLocale" level="2000">fr-FR</properties>
|
|---|
| 82 |
|
|---|
| 83 | <!-- En dev UNIQUEMENT : pointe le jar des classes de transformation chargées dynamiquement.
|
|---|
| 84 | En prod, ce jar doit etre décompressé pour etre réintégrer dans un dossier classes/ du package com.scenari.s.co.transform.oo. -->
|
|---|
| 85 | <properties type="Alone" code="com.scenari.s.co.transform.oo.HTransformerOo.sPathOoTransformersClasses" level="2000">ooTransformations.jar</properties>
|
|---|
| 86 |
|
|---|
| 87 | <!-- Univers du builder -->
|
|---|
| 88 | <univers code="builder" version="1.0" intitule="SCENARI builder">
|
|---|
| 89 | <!-- Déclaration du contexte d'execution -->
|
|---|
| 90 | <contexte-execution type="http-servlet" urldomaine="" urlihm="" urljsp="" urlwebapp="" urlpublications="http://127.0.0.1:8093/s/builder/u/pub" urlservlet-agent="/a" urlservlet-service="/s" classe-connecteur="com.scenari.i.ihmcms.ZConnecteur"/>
|
|---|
| 91 |
|
|---|
| 92 | <import href="../Jav_Main/initCommonUnivers.xml"/>
|
|---|
| 93 |
|
|---|
| 94 | <!-- Déclaration du manager de contenu -->
|
|---|
| 95 | <contenumgr type="com.scenari.m.co.univers.wsp.HContenuMgrWspLoader" checkBsUpdates="true"/>
|
|---|
| 96 |
|
|---|
| 97 | <!-- Déclaration du repository -->
|
|---|
| 98 | <service code="repos" type="com.scenari.m.bdp.service.repos.fs2.HServiceLoaderReposFs2">
|
|---|
| 99 | <internalDataPath type="fixe-systemProperties">{user.dir}\tests\SCENARIbuilder3.6_DEV\scServer</internalDataPath>
|
|---|
| 100 | <updateManagerType>com.scenari.s.updt.impl.UpdtMgrNoVersions</updateManagerType>
|
|---|
| 101 | <transfCachPath type="fixe-systemProperties">{java.io.tmpdir}\SCENARIbuilder3.6_DEV</transfCachPath>
|
|---|
| 102 | <ssOfSsPath type="fixe-systemProperties">{user.dir}\sources\Jav_Main\ssofss</ssOfSsPath>
|
|---|
| 103 | <wspDefaultPath type="fixe-systemProperties">{user.dir}/sources/Data_Builder/wsps</wspDefaultPath>
|
|---|
| 104 | <sharedWspType>false</sharedWspType>
|
|---|
| 105 | </service>
|
|---|
| 106 |
|
|---|
| 107 | <service code="quitter" type="com.scenari.m.chain2.service.quit.HServiceLoaderQuit"/>
|
|---|
| 108 |
|
|---|
| 109 | <import href="../Jav_Main/initCommonServices.xml"/>
|
|---|
| 110 |
|
|---|
| 111 | <!-- Service batch -->
|
|---|
| 112 | <service code="batch" type="com.scenari.m.bdp.service.batch.HServiceLoaderBatch">
|
|---|
| 113 | <codeServiceRepository>repos</codeServiceRepository>
|
|---|
| 114 | <taskDef localName="generate" className="com.scenari.m.bdp.service.batch.tasks.GenerateTask">
|
|---|
| 115 | <taskProperty key="destPathRoot" type="fixe-systemProperties">{user.dir}\tests\SCENARIbuilder3.6_DEV\genBatch\</taskProperty>
|
|---|
| 116 | </taskDef>
|
|---|
| 117 | <taskDef localName="sequence" className="com.scenari.m.bdp.service.batch.tasks.SequenceTask"/>
|
|---|
| 118 | </service>
|
|---|
| 119 |
|
|---|
| 120 | </univers>
|
|---|
| 121 |
|
|---|
| 122 | <!-- Univers de l'environnement de test -->
|
|---|
| 123 | <univers code="test" version="1.0" intitule="SCENARI test">
|
|---|
| 124 | <!-- Déclaration du contexte d'execution -->
|
|---|
| 125 | <contexte-execution type="http-servlet" urldomaine="" urlihm="" urljsp="" urlwebapp="" urlpublications="http://127.0.0.1:8093/s/test/u/pub" urlservlet-agent="/a" urlservlet-service="/s" classe-connecteur="com.scenari.i.ihmcms.ZConnecteur"/>
|
|---|
| 126 |
|
|---|
| 127 | <import href="../Jav_Main/initCommonUnivers.xml"/>
|
|---|
| 128 |
|
|---|
| 129 | <!-- Déclaration du manager de contenu -->
|
|---|
| 130 | <contenumgr type="com.scenari.m.co.univers.wsp.HContenuMgrWspLoader" checkBsUpdates="true"/>
|
|---|
| 131 |
|
|---|
| 132 | <!-- Déclaration du repository -->
|
|---|
| 133 | <service code="repos" type="com.scenari.m.bdp.service.repos.fs2.HServiceLoaderReposFs2">
|
|---|
| 134 | <internalDataPath type="fixe-systemProperties">{user.dir}\tests\SCENARIbuilder3.6_DEV\dataTest\javaserver</internalDataPath>
|
|---|
| 135 | <transfCachPath type="fixe-systemProperties">{java.io.tmpdir}\SCENARItest3.6_Dev</transfCachPath>
|
|---|
| 136 | <ssOfSsPath type="fixe-systemProperties">{user.dir}\sources\Jav_Main\ssofss</ssOfSsPath>
|
|---|
| 137 | <wspDefaultPath type="fixe-systemProperties">{user.dir}\tests\SCENARIbuilder3.6_DEV\dataTest\wsps</wspDefaultPath>
|
|---|
| 138 | <wspmetaFilePath>.wsptestmeta</wspmetaFilePath>
|
|---|
| 139 | <!-- <sharedWspType>false</sharedWspType> -->
|
|---|
| 140 | </service>
|
|---|
| 141 |
|
|---|
| 142 | <service code="quitter" type="com.scenari.m.chain2.service.quit.HServiceLoaderQuit"/>
|
|---|
| 143 |
|
|---|
| 144 | <!-- Service batch -->
|
|---|
| 145 | <service code="batch" type="com.scenari.m.bdp.service.batch.HServiceLoaderBatch">
|
|---|
| 146 | <codeServiceRepository>repos</codeServiceRepository>
|
|---|
| 147 | <taskDef localName="generate" className="com.scenari.m.bdp.service.batch.tasks.GenerateTask">
|
|---|
| 148 | <taskProperty key="destPathRoot" type="fixe-systemProperties">{user.dir}\tests\SCENARIbuilder3.6_DEV\genBatchTest\</taskProperty>
|
|---|
| 149 | </taskDef>
|
|---|
| 150 | <taskDef localName="sequence" className="com.scenari.m.bdp.service.batch.tasks.SequenceTask"/>
|
|---|
| 151 | </service>
|
|---|
| 152 |
|
|---|
| 153 | <import href="../Jav_Main/initCommonServices.xml"/>
|
|---|
| 154 |
|
|---|
| 155 | </univers>
|
|---|
| 156 |
|
|---|
| 157 |
|
|---|
| 158 | </initapplication>
|
|---|