diff --git a/edexOsgi/build.edex/esb/conf/modes.xml b/edexOsgi/build.edex/esb/conf/modes.xml index a8183ab588..13a4c85867 100644 --- a/edexOsgi/build.edex/esb/conf/modes.xml +++ b/edexOsgi/build.edex/esb/conf/modes.xml @@ -77,6 +77,7 @@ purgeutil-request.xml + webservices.xml ebxml.*\.xml @@ -111,6 +112,7 @@ cpgsrv-spring.xml .*sbn-simulator.* + distribution-spring.xml manualIngest-common.xml @@ -147,6 +149,7 @@ fssobs-ingest.xml fssobs-common.xml + ohd-common-database.xml ohd-common.xml @@ -174,6 +177,7 @@ eventbus-common.xml edex-request.xml + time-common.xml auth-common.xml @@ -198,6 +202,7 @@ statsTemplate excludeDpaAndOgc + nwsauth-request.xml @@ -245,6 +250,7 @@ excludeDpaAndOgc statsTemplate + ebxml.*\.xml @@ -253,9 +259,9 @@ bandwidth-datadelivery-.*-wfo.xml .*datadelivery.*-ncf.* .*datadelivery.*-monolithic.* - harvester-* - crawler-* + excludeHarvester + ebxml.*\.xml @@ -263,6 +269,7 @@ bandwidth-datadelivery-.*-ncf.xml .*datadelivery.*-wfo.* .*datadelivery.*-monolithic.* + .*dpa.* @@ -270,6 +277,7 @@ eventbus-common.xml stats-common.xml + database-common.xml .*datadelivery.* @@ -301,9 +309,9 @@ that should be loaded when running datadelivery with the registry in a separate JVM --> .*datadelivery-standalone.* - statsTemplate + .*dpa.* @@ -312,6 +320,15 @@ grid-metadata.xml wxsrv-dataset-urn.xml + + + + .*dpa.* + + .*harvester.* + .*crawler* + + bandwidth-datadelivery-inmemory-impl.xml @@ -327,19 +344,23 @@ bandwidth-datadelivery-edex-impl-monolithic.xml bandwidth-datadelivery-wfo.xml .*datadelivery.*-ncf.* + .*dpa.* + .*sbn-simulator-wfo.* event-common.xml eventbus-common.xml .*sbn-simulator-ncf.* + .*sbn-simulator-ncf.* event-common.xml eventbus-common.xml .*sbn-simulator-wfo.* + grib-decode.xml grid-staticdata-process.xml @@ -349,6 +370,7 @@ distribution-spring.xml manualIngest-spring.xml + text-.* textdb-.* @@ -358,6 +380,7 @@ distribution-spring.xml manualIngest-spring.xml + .*gfe.* serialize-request.xml @@ -365,6 +388,7 @@ distribution-spring.xml manualIngest-spring.xml + ebxml.*\.xml alarmWhfs-spring.xml @@ -385,17 +409,20 @@ satpre-spring.xml .*sbn-simulator.* + auth-request.xml utility-request.xml + .*datadelivery-standalone.* .*datadelivery-registry.* datadeliverytemplate + - manualIngest* + manualIngest.* time-common.xml distribution-spring.xml persist-ingest.xml @@ -422,6 +449,7 @@ purge-spring-impl.xml purge-logs.xml + dataProviderAgentTemplate @@ -430,15 +458,5 @@ madis-common.xml madis-ogc.xml madis-ogc-registry.xml - - diff --git a/edexOsgi/com.raytheon.uf.edex.datadelivery.client.feature/feature.xml b/edexOsgi/com.raytheon.uf.edex.datadelivery.client.feature/feature.xml index f43208df98..17a49b9be3 100644 --- a/edexOsgi/com.raytheon.uf.edex.datadelivery.client.feature/feature.xml +++ b/edexOsgi/com.raytheon.uf.edex.datadelivery.client.feature/feature.xml @@ -51,4 +51,11 @@ version="0.0.0" unpack="false"/> + + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/.classpath b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/.classpath new file mode 100644 index 0000000000..3bc247511f --- /dev/null +++ b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/.project b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/.project new file mode 100644 index 0000000000..5fd446dedf --- /dev/null +++ b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/.project @@ -0,0 +1,28 @@ + + + com.raytheon.uf.edex.plugin.datadelivery.retrieval.distribution + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/.settings/org.eclipse.jdt.core.prefs b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..c537b63063 --- /dev/null +++ b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,7 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/META-INF/MANIFEST.MF b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..840d6cfb74 --- /dev/null +++ b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/META-INF/MANIFEST.MF @@ -0,0 +1,7 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Dist +Bundle-SymbolicName: com.raytheon.uf.edex.plugin.datadelivery.retrieval.distribution +Bundle-Version: 1.0.0.qualifier +Bundle-Vendor: RAYTHEON +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/build.properties b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/build.properties new file mode 100644 index 0000000000..73974cda80 --- /dev/null +++ b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/build.properties @@ -0,0 +1,6 @@ +source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + .,\ + res/,\ + utility/ diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval/res/spring/retrieval-ingest.xml b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/res/spring/retrieval-ingest.xml similarity index 60% rename from edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval/res/spring/retrieval-ingest.xml rename to edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/res/spring/retrieval-ingest.xml index a3d8fffdba..a41f1b1e1a 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval/res/spring/retrieval-ingest.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/res/spring/retrieval-ingest.xml @@ -3,10 +3,17 @@ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd"> - + + + + + + + value="jms-durable:queue:dataDeliveryRetrievalProcess" /> \ No newline at end of file diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/src/com/raytheon/uf/edex/plugin/datadelivery/retrieval/distribution/package-info.java b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/src/com/raytheon/uf/edex/plugin/datadelivery/retrieval/distribution/package-info.java new file mode 100644 index 0000000000..e0bd864252 --- /dev/null +++ b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/src/com/raytheon/uf/edex/plugin/datadelivery/retrieval/distribution/package-info.java @@ -0,0 +1,37 @@ +/** + * This software was developed and / or modified by Raytheon Company, + * pursuant to Contract DG133W-05-CQ-1067 with the US Government. + * + * U.S. EXPORT CONTROLLED TECHNICAL DATA + * This software product contains export-restricted data whose + * export/transfer/disclosure is restricted by U.S. law. Dissemination + * to non-U.S. persons whether in the United States or abroad requires + * an export license or other authorization. + * + * Contractor Name: Raytheon Company + * Contractor Address: 6825 Pine Street, Suite 340 + * Mail Stop B8 + * Omaha, NE 68106 + * 402.291.0100 + * + * See the AWIPS II Master Rights File ("Master Rights File.pdf") for + * further licensing information. + **/ +/** + * Place holder + * + *
+ *
+ * SOFTWARE HISTORY
+ *
+ * Date         Ticket#    Engineer    Description
+ * ------------ ---------- ----------- --------------------------
+ * May 14, 2014  #3168     dhladky     Initial creation
+ *
+ * 
+ * + * @author dhladky + * @version 1.0 + */ + +package com.raytheon.uf.edex.plugin.datadelivery.retrieval.distribution; \ No newline at end of file diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval/utility/edex_static/base/distribution/dataDeliveryRetrieval.xml b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/utility/edex_static/base/distribution/dataDeliveryRetrieval.xml similarity index 100% rename from edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval/utility/edex_static/base/distribution/dataDeliveryRetrieval.xml rename to edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval.dist/utility/edex_static/base/distribution/dataDeliveryRetrieval.xml diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval/res/spring/datadelivery-wfo-retrieval-process.xml b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval/res/spring/datadelivery-wfo-retrieval-process.xml index 0aef8ec85f..2b015a2523 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval/res/spring/datadelivery-wfo-retrieval-process.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval/res/spring/datadelivery-wfo-retrieval-process.xml @@ -4,22 +4,21 @@ http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd"> - - + class="com.raytheon.uf.edex.plugin.datadelivery.retrieval.SbnDataDeliveryRetrievalDecoder"> + +
+ uri="jms-durable:queue:dataDeliveryRetrievalProcess" /> java.lang.Throwable - + diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval/res/spring/retrieval-common.xml b/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval/res/spring/retrieval-common.xml deleted file mode 100644 index 05f6d4c83f..0000000000 --- a/edexOsgi/com.raytheon.uf.edex.plugin.datadelivery.retrieval/res/spring/retrieval-common.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file