diff --git a/RadarServer/com.raytheon.rcm.server/META-INF/MANIFEST.MF b/RadarServer/com.raytheon.rcm.server/META-INF/MANIFEST.MF index 4a6cadf016..16df3d324c 100644 --- a/RadarServer/com.raytheon.rcm.server/META-INF/MANIFEST.MF +++ b/RadarServer/com.raytheon.rcm.server/META-INF/MANIFEST.MF @@ -15,7 +15,8 @@ Export-Package: com.raytheon.rcm.coll, Require-Bundle: com.raytheon.rcm.lib;bundle-version="1.0.0", org.apache.commons.logging;bundle-version="1.0.4", org.springframework;bundle-version="2.5.6", - org.itadaki.bzip2;bundle-version="0.9.1" + org.itadaki.bzip2;bundle-version="0.9.1", + org.quartz;bundle-version="1.8.6" Import-Package: com.raytheon.uf.common.util, org.apache.log4j, org.junit diff --git a/cave/com.raytheon.uf.viz.cots.feature/feature.xml b/cave/com.raytheon.uf.viz.cots.feature/feature.xml index 93c524c534..b2d86ca9c8 100644 --- a/cave/com.raytheon.uf.viz.cots.feature/feature.xml +++ b/cave/com.raytheon.uf.viz.cots.feature/feature.xml @@ -77,4 +77,10 @@ install-size="0" version="0.0.0"/> + + diff --git a/cave/com.raytheon.uf.viz.feature.alertviz/feature.xml b/cave/com.raytheon.uf.viz.feature.alertviz/feature.xml index 2ab3fc7d3b..5cc16c3667 100644 --- a/cave/com.raytheon.uf.viz.feature.alertviz/feature.xml +++ b/cave/com.raytheon.uf.viz.feature.alertviz/feature.xml @@ -479,4 +479,10 @@ version="0.0.0" unpack="false"/> + + diff --git a/cots/org.apache.camel/.classpath b/cots/org.apache.camel/.classpath index 41fe649069..abf53adcea 100644 --- a/cots/org.apache.camel/.classpath +++ b/cots/org.apache.camel/.classpath @@ -1,29 +1,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + diff --git a/cots/org.apache.camel/.settings/org.eclipse.jdt.core.prefs b/cots/org.apache.camel/.settings/org.eclipse.jdt.core.prefs index 757657e81a..8000cd6ca6 100644 --- a/cots/org.apache.camel/.settings/org.eclipse.jdt.core.prefs +++ b/cots/org.apache.camel/.settings/org.eclipse.jdt.core.prefs @@ -1,7 +1,11 @@ -#Mon Nov 17 16:01:48 CST 2008 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.codegen.unusedLocal=preserve org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate 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/cots/org.apache.camel/.settings/org.eclipse.ltk.core.refactoring.prefs b/cots/org.apache.camel/.settings/org.eclipse.ltk.core.refactoring.prefs new file mode 100644 index 0000000000..b196c64a34 --- /dev/null +++ b/cots/org.apache.camel/.settings/org.eclipse.ltk.core.refactoring.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false diff --git a/cots/org.apache.camel/META-INF/MANIFEST.MF b/cots/org.apache.camel/META-INF/MANIFEST.MF index ca23e2dba7..d374d00f55 100644 --- a/cots/org.apache.camel/META-INF/MANIFEST.MF +++ b/cots/org.apache.camel/META-INF/MANIFEST.MF @@ -5,72 +5,51 @@ Bundle-SymbolicName: org.apache.camel Bundle-Version: 1.0.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ClassPath: ., - camel-atom-2.4.0.jar, - camel-bam-2.4.0.jar, - camel-core-2.4.0.jar, - camel-csv-2.4.0.jar, - camel-groovy-2.4.0.jar, - camel-http-2.4.0.jar, - camel-jetty-2.4.0.jar, - camel-jms-2.4.0.jarcamel-jpa-2.4.0.jar, - camel-jxpath-2.4.0.jar, - camel-mina-2.4.0.jar, - camel-msv-2.4.0.jar, - camel-ognl-2.4.0.jar, - camel-quartz-2.4.0.jar, - camel-rmi-2.4.0.jar, - camel-saxon-2.4.0.jar, - camel-script-2.4.0.jar, - camel-spring-2.4.0.jar, - camel-stream-2.4.0.jar, - camel-stringtemplate-2.4.0.jar, - camel-velocity-2.4.0.jar, - camel-xmpp-2.4.0.jar, - camel-xstream-2.4.0.jar, - camel-servlet-2.4.0.jar + camel-core-2.11.0.jar, + camel-http4-2.11.0.jar, + camel-jetty-2.11.0.jar, + camel-jms-2.11.0.jar, + camel-quartz-2.11.0.jar, + camel-spring-2.11.0.jar, + camel-http-2.11.0.jar +Require-Bundle: org.springframework;bundle-version="3.1.4", + org.apache.commons.management;bundle-version="1.0.0" Export-Package: org.apache.camel, - org.apache.camel.bam, - org.apache.camel.bam.model, - org.apache.camel.bam.processor, - org.apache.camel.bam.rules, + org.apache.camel.api.management, + org.apache.camel.api.management.mbean, org.apache.camel.builder, - org.apache.camel.builder.script, org.apache.camel.builder.xml, + org.apache.camel.com.googlecode.concurrentlinkedhashmap, org.apache.camel.component, - org.apache.camel.component.atom, org.apache.camel.component.bean, + org.apache.camel.component.binding, org.apache.camel.component.browse, + org.apache.camel.component.controlbus, org.apache.camel.component.dataset, org.apache.camel.component.direct, + org.apache.camel.component.directvm, org.apache.camel.component.event, - org.apache.camel.component.feed, org.apache.camel.component.file, org.apache.camel.component.file.strategy, org.apache.camel.component.http, org.apache.camel.component.http.helper, + org.apache.camel.component.http4, + org.apache.camel.component.http4.helper, org.apache.camel.component.jetty, org.apache.camel.component.jms, - org.apache.camel.component.jms.requestor, - org.apache.camel.component.jpa, + org.apache.camel.component.jms.reply, + org.apache.camel.component.language, org.apache.camel.component.log, - org.apache.camel.component.mina, org.apache.camel.component.mock, org.apache.camel.component.properties, org.apache.camel.component.quartz, org.apache.camel.component.ref, - org.apache.camel.component.rmi, org.apache.camel.component.seda, - org.apache.camel.component.servlet, - org.apache.camel.component.stream, - org.apache.camel.component.stringtemplate, + org.apache.camel.component.stub, org.apache.camel.component.test, org.apache.camel.component.timer, org.apache.camel.component.validator, - org.apache.camel.component.validator.msv, - org.apache.camel.component.velocity, org.apache.camel.component.vm, - org.apache.camel.component.xmpp, - org.apache.camel.component.xquery, org.apache.camel.component.xslt, org.apache.camel.converter, org.apache.camel.converter.jaxp, @@ -78,9 +57,7 @@ Export-Package: org.apache.camel, org.apache.camel.core.osgi, org.apache.camel.core.osgi.utils, org.apache.camel.core.xml, - org.apache.camel.core.xml.scan, - org.apache.camel.dataformat.csv, - org.apache.camel.dataformat.xstream, + org.apache.camel.core.xml.util.jsse, org.apache.camel.impl, org.apache.camel.impl.converter, org.apache.camel.impl.osgi, @@ -89,14 +66,16 @@ Export-Package: org.apache.camel, org.apache.camel.language, org.apache.camel.language.bean, org.apache.camel.language.constant, - org.apache.camel.language.groovy, org.apache.camel.language.header, - org.apache.camel.language.jxpath, - org.apache.camel.language.ognl, org.apache.camel.language.property, + org.apache.camel.language.ref, org.apache.camel.language.simple, + org.apache.camel.language.simple.ast, + org.apache.camel.language.simple.types, + org.apache.camel.language.spel, org.apache.camel.language.tokenizer, org.apache.camel.language.xpath, + org.apache.camel.main, org.apache.camel.management, org.apache.camel.management.event, org.apache.camel.management.mbean, @@ -108,23 +87,24 @@ Export-Package: org.apache.camel, org.apache.camel.osgi, org.apache.camel.processor, org.apache.camel.processor.aggregate, + org.apache.camel.processor.binding, org.apache.camel.processor.exceptionpolicy, org.apache.camel.processor.idempotent, - org.apache.camel.processor.idempotent.jpa, org.apache.camel.processor.interceptor, - org.apache.camel.processor.interceptor.jpa, org.apache.camel.processor.loadbalancer, org.apache.camel.processor.resequencer, org.apache.camel.processor.validation, + org.apache.camel.routepolicy.quartz, org.apache.camel.spi, org.apache.camel.spring, org.apache.camel.spring.handler, org.apache.camel.spring.remoting, org.apache.camel.spring.spi, org.apache.camel.spring.util, + org.apache.camel.support, org.apache.camel.util, org.apache.camel.util.concurrent, org.apache.camel.util.jndi, + org.apache.camel.util.jsse, + org.apache.camel.util.spring, org.apache.camel.view -Require-Bundle: org.springframework;bundle-version="2.5.6", - org.apache.commons.management;bundle-version="1.0.0" diff --git a/cots/org.apache.camel/apache-camel-2.4.0-src.zip b/cots/org.apache.camel/apache-camel-2.11.0-src.zip similarity index 50% rename from cots/org.apache.camel/apache-camel-2.4.0-src.zip rename to cots/org.apache.camel/apache-camel-2.11.0-src.zip index 5ca3391dc3..e2f49b3526 100644 Binary files a/cots/org.apache.camel/apache-camel-2.4.0-src.zip and b/cots/org.apache.camel/apache-camel-2.11.0-src.zip differ diff --git a/cots/org.apache.camel/build.properties b/cots/org.apache.camel/build.properties index cbda07d536..640e1187c9 100644 --- a/cots/org.apache.camel/build.properties +++ b/cots/org.apache.camel/build.properties @@ -1,26 +1,9 @@ bin.includes = META-INF/,\ .,\ - camel-atom-2.4.0.jar,\ - camel-bam-2.4.0.jar,\ - camel-core-2.4.0.jar,\ - camel-csv-2.4.0.jar,\ - camel-groovy-2.4.0.jar,\ - camel-http-2.4.0.jar,\ - camel-jetty-2.4.0.jar,\ - camel-jpa-2.4.0.jar,\ - camel-jxpath-2.4.0.jar,\ - camel-mina-2.4.0.jar,\ - camel-msv-2.4.0.jar,\ - camel-ognl-2.4.0.jar,\ - camel-quartz-2.4.0.jar,\ - camel-rmi-2.4.0.jar,\ - camel-saxon-2.4.0.jar,\ - camel-script-2.4.0.jar,\ - camel-spring-2.4.0.jar,\ - camel-stream-2.4.0.jar,\ - camel-stringtemplate-2.4.0.jar,\ - camel-velocity-2.4.0.jar,\ - camel-xmpp-2.4.0.jar,\ - camel-xstream-2.4.0.jar,\ - camel-jms-2.4.0.jar,\ - camel-servlet-2.4.0.jar + camel-core-2.11.0.jar,\ + camel-http4-2.11.0.jar,\ + camel-jetty-2.11.0.jar,\ + camel-jms-2.11.0.jar,\ + camel-quartz-2.11.0.jar,\ + camel-spring-2.11.0.jar,\ + camel-http-2.11.0.jar diff --git a/cots/org.apache.camel/camel-atom-2.4.0.jar b/cots/org.apache.camel/camel-atom-2.4.0.jar deleted file mode 100644 index 04a5e42989..0000000000 Binary files a/cots/org.apache.camel/camel-atom-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-bam-2.4.0.jar b/cots/org.apache.camel/camel-bam-2.4.0.jar deleted file mode 100644 index 65f0425a01..0000000000 Binary files a/cots/org.apache.camel/camel-bam-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-core-2.11.0.jar b/cots/org.apache.camel/camel-core-2.11.0.jar new file mode 100644 index 0000000000..a0507714a6 Binary files /dev/null and b/cots/org.apache.camel/camel-core-2.11.0.jar differ diff --git a/cots/org.apache.camel/camel-core-2.4.0.jar b/cots/org.apache.camel/camel-core-2.4.0.jar deleted file mode 100644 index d03d699089..0000000000 Binary files a/cots/org.apache.camel/camel-core-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-csv-2.4.0.jar b/cots/org.apache.camel/camel-csv-2.4.0.jar deleted file mode 100644 index 913a4dd76f..0000000000 Binary files a/cots/org.apache.camel/camel-csv-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-groovy-2.4.0.jar b/cots/org.apache.camel/camel-groovy-2.4.0.jar deleted file mode 100644 index 721196fc42..0000000000 Binary files a/cots/org.apache.camel/camel-groovy-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-http-2.11.0.jar b/cots/org.apache.camel/camel-http-2.11.0.jar new file mode 100644 index 0000000000..29e2587ea1 Binary files /dev/null and b/cots/org.apache.camel/camel-http-2.11.0.jar differ diff --git a/cots/org.apache.camel/camel-http-2.4.0.jar b/cots/org.apache.camel/camel-http-2.4.0.jar deleted file mode 100644 index edb8edca60..0000000000 Binary files a/cots/org.apache.camel/camel-http-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-http4-2.11.0.jar b/cots/org.apache.camel/camel-http4-2.11.0.jar new file mode 100644 index 0000000000..aff3bf4072 Binary files /dev/null and b/cots/org.apache.camel/camel-http4-2.11.0.jar differ diff --git a/cots/org.apache.camel/camel-jetty-2.11.0.jar b/cots/org.apache.camel/camel-jetty-2.11.0.jar new file mode 100644 index 0000000000..57f9229dfb Binary files /dev/null and b/cots/org.apache.camel/camel-jetty-2.11.0.jar differ diff --git a/cots/org.apache.camel/camel-jetty-2.4.0.jar b/cots/org.apache.camel/camel-jetty-2.4.0.jar deleted file mode 100644 index 891abbbba2..0000000000 Binary files a/cots/org.apache.camel/camel-jetty-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-jms-2.11.0.jar b/cots/org.apache.camel/camel-jms-2.11.0.jar new file mode 100644 index 0000000000..388f7a94e2 Binary files /dev/null and b/cots/org.apache.camel/camel-jms-2.11.0.jar differ diff --git a/cots/org.apache.camel/camel-jms-2.4.0.jar b/cots/org.apache.camel/camel-jms-2.4.0.jar deleted file mode 100644 index 9eba08355e..0000000000 Binary files a/cots/org.apache.camel/camel-jms-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-jpa-2.4.0.jar b/cots/org.apache.camel/camel-jpa-2.4.0.jar deleted file mode 100644 index 3e358f2ab8..0000000000 Binary files a/cots/org.apache.camel/camel-jpa-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-jxpath-2.4.0.jar b/cots/org.apache.camel/camel-jxpath-2.4.0.jar deleted file mode 100644 index 96206effc2..0000000000 Binary files a/cots/org.apache.camel/camel-jxpath-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-mina-2.4.0.jar b/cots/org.apache.camel/camel-mina-2.4.0.jar deleted file mode 100644 index 260baf9ff3..0000000000 Binary files a/cots/org.apache.camel/camel-mina-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-msv-2.4.0.jar b/cots/org.apache.camel/camel-msv-2.4.0.jar deleted file mode 100644 index 9948a85a8c..0000000000 Binary files a/cots/org.apache.camel/camel-msv-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-ognl-2.4.0.jar b/cots/org.apache.camel/camel-ognl-2.4.0.jar deleted file mode 100644 index 30aa1f4679..0000000000 Binary files a/cots/org.apache.camel/camel-ognl-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-quartz-2.11.0.jar b/cots/org.apache.camel/camel-quartz-2.11.0.jar new file mode 100644 index 0000000000..574543c8fb Binary files /dev/null and b/cots/org.apache.camel/camel-quartz-2.11.0.jar differ diff --git a/cots/org.apache.camel/camel-quartz-2.4.0.jar b/cots/org.apache.camel/camel-quartz-2.4.0.jar deleted file mode 100644 index 2443634a8a..0000000000 Binary files a/cots/org.apache.camel/camel-quartz-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-rmi-2.4.0.jar b/cots/org.apache.camel/camel-rmi-2.4.0.jar deleted file mode 100644 index 27c00787c4..0000000000 Binary files a/cots/org.apache.camel/camel-rmi-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-saxon-2.4.0.jar b/cots/org.apache.camel/camel-saxon-2.4.0.jar deleted file mode 100644 index 3e7bfd5ed5..0000000000 Binary files a/cots/org.apache.camel/camel-saxon-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-script-2.4.0.jar b/cots/org.apache.camel/camel-script-2.4.0.jar deleted file mode 100644 index 4b93a5b4fc..0000000000 Binary files a/cots/org.apache.camel/camel-script-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-servlet-2.4.0.jar b/cots/org.apache.camel/camel-servlet-2.4.0.jar deleted file mode 100644 index 2ac9d85ce0..0000000000 Binary files a/cots/org.apache.camel/camel-servlet-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-spring-2.11.0.jar b/cots/org.apache.camel/camel-spring-2.11.0.jar new file mode 100644 index 0000000000..564f6c1e98 Binary files /dev/null and b/cots/org.apache.camel/camel-spring-2.11.0.jar differ diff --git a/cots/org.apache.camel/camel-spring-2.4.0.jar b/cots/org.apache.camel/camel-spring-2.4.0.jar deleted file mode 100644 index eb59f83e30..0000000000 Binary files a/cots/org.apache.camel/camel-spring-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-stream-2.4.0.jar b/cots/org.apache.camel/camel-stream-2.4.0.jar deleted file mode 100644 index 32bcfc559e..0000000000 Binary files a/cots/org.apache.camel/camel-stream-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-stringtemplate-2.4.0.jar b/cots/org.apache.camel/camel-stringtemplate-2.4.0.jar deleted file mode 100644 index 8592b9aefe..0000000000 Binary files a/cots/org.apache.camel/camel-stringtemplate-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-velocity-2.4.0.jar b/cots/org.apache.camel/camel-velocity-2.4.0.jar deleted file mode 100644 index c527261094..0000000000 Binary files a/cots/org.apache.camel/camel-velocity-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-xmpp-2.4.0.jar b/cots/org.apache.camel/camel-xmpp-2.4.0.jar deleted file mode 100644 index 0f7a1f02be..0000000000 Binary files a/cots/org.apache.camel/camel-xmpp-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.camel/camel-xstream-2.4.0.jar b/cots/org.apache.camel/camel-xstream-2.4.0.jar deleted file mode 100644 index 18b5630a11..0000000000 Binary files a/cots/org.apache.camel/camel-xstream-2.4.0.jar and /dev/null differ diff --git a/cots/org.apache.commons.logging/.classpath b/cots/org.apache.commons.logging/.classpath index 3c67df63c1..d76f2034f7 100644 --- a/cots/org.apache.commons.logging/.classpath +++ b/cots/org.apache.commons.logging/.classpath @@ -1,6 +1,6 @@ - + diff --git a/cots/org.apache.commons.logging/META-INF/MANIFEST.MF b/cots/org.apache.commons.logging/META-INF/MANIFEST.MF index 84c4e30733..e351dfec8e 100644 --- a/cots/org.apache.commons.logging/META-INF/MANIFEST.MF +++ b/cots/org.apache.commons.logging/META-INF/MANIFEST.MF @@ -2,8 +2,8 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Apache Commons Logging Plug-in Bundle-SymbolicName: org.apache.commons.logging -Bundle-Version: 1.1.1 -Bundle-ClassPath: commons-logging-1.1.1.jar +Bundle-Version: 1.1.2 +Bundle-ClassPath: commons-logging-1.1.2.jar Bundle-Vendor: Raytheon-bundled OSS Export-Package: org.apache.commons.logging, org.apache.commons.logging.impl diff --git a/cots/org.apache.commons.logging/build.properties b/cots/org.apache.commons.logging/build.properties index 4447c8bc6d..49eaab0e5a 100644 --- a/cots/org.apache.commons.logging/build.properties +++ b/cots/org.apache.commons.logging/build.properties @@ -1,2 +1,2 @@ bin.includes = META-INF/,\ - commons-logging-1.1.1.jar + commons-logging-1.1.2.jar diff --git a/cots/org.apache.commons.logging/commons-logging-1.1.1.jar b/cots/org.apache.commons.logging/commons-logging-1.1.1.jar deleted file mode 100644 index 1deef144cb..0000000000 Binary files a/cots/org.apache.commons.logging/commons-logging-1.1.1.jar and /dev/null differ diff --git a/cots/org.apache.commons.logging/commons-logging-1.1.2.jar b/cots/org.apache.commons.logging/commons-logging-1.1.2.jar new file mode 100644 index 0000000000..d6a543c4ed Binary files /dev/null and b/cots/org.apache.commons.logging/commons-logging-1.1.2.jar differ diff --git a/cots/org.eclipse.jetty/.classpath b/cots/org.eclipse.jetty/.classpath index 1ebc2e7784..2fa9c58ea9 100644 --- a/cots/org.eclipse.jetty/.classpath +++ b/cots/org.eclipse.jetty/.classpath @@ -1,18 +1,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/cots/org.eclipse.jetty/META-INF/MANIFEST.MF b/cots/org.eclipse.jetty/META-INF/MANIFEST.MF index c0588102f4..a018fd1d1a 100644 --- a/cots/org.eclipse.jetty/META-INF/MANIFEST.MF +++ b/cots/org.eclipse.jetty/META-INF/MANIFEST.MF @@ -2,14 +2,17 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Eclipse Jetty Bundle-SymbolicName: org.eclipse.jetty -Bundle-Version: 7.1.4.v20100610 +Bundle-Version: 7.6.9.v20130131 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Export-Package: org.eclipse.jetty.client, +Export-Package: javax.servlet, + javax.servlet.http, + org.eclipse.jetty.client, org.eclipse.jetty.client.security, org.eclipse.jetty.client.webdav, org.eclipse.jetty.continuation, org.eclipse.jetty.http, - org.eclipse.jetty.http.security, + org.eclipse.jetty.http.gzip, + org.eclipse.jetty.http.ssl, org.eclipse.jetty.io, org.eclipse.jetty.io.bio, org.eclipse.jetty.io.nio, @@ -23,31 +26,37 @@ Export-Package: org.eclipse.jetty.client, org.eclipse.jetty.server.jmx, org.eclipse.jetty.server.nio, org.eclipse.jetty.server.session, + org.eclipse.jetty.server.session.jmx, org.eclipse.jetty.server.ssl, org.eclipse.jetty.servlet, org.eclipse.jetty.servlet.api, org.eclipse.jetty.servlet.jmx, + org.eclipse.jetty.servlet.listener, org.eclipse.jetty.servlets, org.eclipse.jetty.util, org.eclipse.jetty.util.ajax, org.eclipse.jetty.util.component, org.eclipse.jetty.util.log, + org.eclipse.jetty.util.log.jmx, + org.eclipse.jetty.util.preventers, org.eclipse.jetty.util.resource, + org.eclipse.jetty.util.security, + org.eclipse.jetty.util.ssl, org.eclipse.jetty.util.statistic, org.eclipse.jetty.util.thread, org.eclipse.jetty.webapp, - org.eclipse.jetty.webapp.jmx, org.eclipse.jetty.xml -Bundle-ClassPath: jetty-client-7.2.2.v20101205.jar, - jetty-continuation-7.2.2.v20101205.jar, - jetty-http-7.2.2.v20101205.jar, - jetty-io-7.2.2.v20101205.jar, - jetty-jmx-7.2.2.v20101205.jar, - jetty-security-7.2.2.v20101205.jar, - jetty-server-7.2.2.v20101205.jar, - jetty-servlet-7.2.2.v20101205.jar, - jetty-servlets-7.2.2.v20101205.jar, - jetty-util-7.2.2.v20101205.jar, - jetty-webapp-7.2.2.v20101205.jar, - jetty-xml-7.2.2.v20101205.jar, - org.apache.jasper.glassfish_2.1.0.v201007080150.jar +Bundle-ClassPath: jetty-client-7.6.9.v20130131.jar, + jetty-continuation-7.6.9.v20130131.jar, + jetty-http-7.6.9.v20130131.jar, + jetty-io-7.6.9.v20130131.jar, + jetty-jmx-7.6.9.v20130131.jar, + jetty-security-7.6.9.v20130131.jar, + jetty-server-7.6.9.v20130131.jar, + jetty-servlet-7.6.9.v20130131.jar, + jetty-servlets-7.6.9.v20130131.jar, + jetty-util-7.6.9.v20130131.jar, + jetty-webapp-7.6.9.v20130131.jar, + jetty-xml-7.6.9.v20130131.jar, + servlet-api-2.5.jar, + org.apache.jasper.glassfish-2.1.0.v201110031002.jar diff --git a/cots/org.eclipse.jetty/build.properties b/cots/org.eclipse.jetty/build.properties index 42aea1c99c..96ebcfa07c 100644 --- a/cots/org.eclipse.jetty/build.properties +++ b/cots/org.eclipse.jetty/build.properties @@ -1,16 +1,16 @@ bin.includes = META-INF/,\ .,\ - jetty-client-7.2.2.v20101205.jar,\ - jetty-continuation-7.2.2.v20101205.jar,\ - jetty-http-7.2.2.v20101205.jar,\ - jetty-io-7.2.2.v20101205.jar,\ - jetty-jmx-7.2.2.v20101205.jar,\ - jetty-security-7.2.2.v20101205.jar,\ - jetty-server-7.2.2.v20101205.jar,\ - jetty-servlet-7.2.2.v20101205.jar,\ - jetty-servlets-7.2.2.v20101205.jar,\ - jetty-util-7.2.2.v20101205.jar,\ - jetty-webapp-7.2.2.v20101205.jar,\ - jetty-xml-7.2.2.v20101205.jar,\ - org.apache.jasper.glassfish_2.1.0.v201007080150.jar,\ - jetty-util-6.1.26.jar + jetty-client-7.6.9.v20130131.jar,\ + jetty-continuation-7.6.9.v20130131.jar,\ + jetty-http-7.6.9.v20130131.jar,\ + jetty-io-7.6.9.v20130131.jar,\ + jetty-jmx-7.6.9.v20130131.jar,\ + jetty-security-7.6.9.v20130131.jar,\ + jetty-server-7.6.9.v20130131.jar,\ + jetty-servlet-7.6.9.v20130131.jar,\ + jetty-servlets-7.6.9.v20130131.jar,\ + jetty-util-7.6.9.v20130131.jar,\ + jetty-webapp-7.6.9.v20130131.jar,\ + jetty-xml-7.6.9.v20130131.jar,\ + servlet-api-2.5.jar,\ + org.apache.jasper.glassfish-2.1.0.v201110031002.jar diff --git a/cots/org.eclipse.jetty/jetty-client-7.2.2.v20101205.jar b/cots/org.eclipse.jetty/jetty-client-7.2.2.v20101205.jar deleted file mode 100644 index 9a28031d40..0000000000 Binary files a/cots/org.eclipse.jetty/jetty-client-7.2.2.v20101205.jar and /dev/null differ diff --git a/cots/org.eclipse.jetty/jetty-client-7.6.9.v20130131.jar b/cots/org.eclipse.jetty/jetty-client-7.6.9.v20130131.jar new file mode 100644 index 0000000000..7483e1174c Binary files /dev/null and b/cots/org.eclipse.jetty/jetty-client-7.6.9.v20130131.jar differ diff --git a/cots/org.eclipse.jetty/jetty-continuation-7.2.2.v20101205.jar b/cots/org.eclipse.jetty/jetty-continuation-7.2.2.v20101205.jar deleted file mode 100644 index 42dae4c177..0000000000 Binary files a/cots/org.eclipse.jetty/jetty-continuation-7.2.2.v20101205.jar and /dev/null differ diff --git a/cots/org.eclipse.jetty/jetty-continuation-7.6.9.v20130131.jar b/cots/org.eclipse.jetty/jetty-continuation-7.6.9.v20130131.jar new file mode 100644 index 0000000000..11327c65a9 Binary files /dev/null and b/cots/org.eclipse.jetty/jetty-continuation-7.6.9.v20130131.jar differ diff --git a/cots/org.eclipse.jetty/jetty-http-7.2.2.v20101205.jar b/cots/org.eclipse.jetty/jetty-http-7.2.2.v20101205.jar deleted file mode 100644 index dcbf5635a2..0000000000 Binary files a/cots/org.eclipse.jetty/jetty-http-7.2.2.v20101205.jar and /dev/null differ diff --git a/cots/org.eclipse.jetty/jetty-http-7.6.9.v20130131.jar b/cots/org.eclipse.jetty/jetty-http-7.6.9.v20130131.jar new file mode 100644 index 0000000000..e0d562cb4c Binary files /dev/null and b/cots/org.eclipse.jetty/jetty-http-7.6.9.v20130131.jar differ diff --git a/cots/org.eclipse.jetty/jetty-io-7.2.2.v20101205.jar b/cots/org.eclipse.jetty/jetty-io-7.2.2.v20101205.jar deleted file mode 100644 index d3cf370340..0000000000 Binary files a/cots/org.eclipse.jetty/jetty-io-7.2.2.v20101205.jar and /dev/null differ diff --git a/cots/org.eclipse.jetty/jetty-io-7.6.9.v20130131.jar b/cots/org.eclipse.jetty/jetty-io-7.6.9.v20130131.jar new file mode 100644 index 0000000000..9348ee1ea6 Binary files /dev/null and b/cots/org.eclipse.jetty/jetty-io-7.6.9.v20130131.jar differ diff --git a/cots/org.eclipse.jetty/jetty-jmx-7.2.2.v20101205.jar b/cots/org.eclipse.jetty/jetty-jmx-7.2.2.v20101205.jar deleted file mode 100644 index d35a1d2e22..0000000000 Binary files a/cots/org.eclipse.jetty/jetty-jmx-7.2.2.v20101205.jar and /dev/null differ diff --git a/cots/org.eclipse.jetty/jetty-jmx-7.6.9.v20130131.jar b/cots/org.eclipse.jetty/jetty-jmx-7.6.9.v20130131.jar new file mode 100644 index 0000000000..31ebc60646 Binary files /dev/null and b/cots/org.eclipse.jetty/jetty-jmx-7.6.9.v20130131.jar differ diff --git a/cots/org.eclipse.jetty/jetty-security-7.2.2.v20101205.jar b/cots/org.eclipse.jetty/jetty-security-7.2.2.v20101205.jar deleted file mode 100644 index 7a36fef403..0000000000 Binary files a/cots/org.eclipse.jetty/jetty-security-7.2.2.v20101205.jar and /dev/null differ diff --git a/cots/org.eclipse.jetty/jetty-security-7.6.9.v20130131.jar b/cots/org.eclipse.jetty/jetty-security-7.6.9.v20130131.jar new file mode 100644 index 0000000000..aa1137f20e Binary files /dev/null and b/cots/org.eclipse.jetty/jetty-security-7.6.9.v20130131.jar differ diff --git a/cots/org.eclipse.jetty/jetty-server-7.2.2.v20101205.jar b/cots/org.eclipse.jetty/jetty-server-7.2.2.v20101205.jar deleted file mode 100644 index d8c0cae36a..0000000000 Binary files a/cots/org.eclipse.jetty/jetty-server-7.2.2.v20101205.jar and /dev/null differ diff --git a/cots/org.eclipse.jetty/jetty-server-7.6.9.v20130131.jar b/cots/org.eclipse.jetty/jetty-server-7.6.9.v20130131.jar new file mode 100644 index 0000000000..e97452f2c5 Binary files /dev/null and b/cots/org.eclipse.jetty/jetty-server-7.6.9.v20130131.jar differ diff --git a/cots/org.eclipse.jetty/jetty-servlet-7.2.2.v20101205.jar b/cots/org.eclipse.jetty/jetty-servlet-7.2.2.v20101205.jar deleted file mode 100644 index 61cbef4e52..0000000000 Binary files a/cots/org.eclipse.jetty/jetty-servlet-7.2.2.v20101205.jar and /dev/null differ diff --git a/cots/org.eclipse.jetty/jetty-servlet-7.6.9.v20130131.jar b/cots/org.eclipse.jetty/jetty-servlet-7.6.9.v20130131.jar new file mode 100644 index 0000000000..56897344b5 Binary files /dev/null and b/cots/org.eclipse.jetty/jetty-servlet-7.6.9.v20130131.jar differ diff --git a/cots/org.eclipse.jetty/jetty-servlets-7.2.2.v20101205.jar b/cots/org.eclipse.jetty/jetty-servlets-7.2.2.v20101205.jar deleted file mode 100644 index 9c790af269..0000000000 Binary files a/cots/org.eclipse.jetty/jetty-servlets-7.2.2.v20101205.jar and /dev/null differ diff --git a/cots/org.eclipse.jetty/jetty-servlets-7.6.9.v20130131.jar b/cots/org.eclipse.jetty/jetty-servlets-7.6.9.v20130131.jar new file mode 100644 index 0000000000..1a6f653585 Binary files /dev/null and b/cots/org.eclipse.jetty/jetty-servlets-7.6.9.v20130131.jar differ diff --git a/cots/org.eclipse.jetty/jetty-util-6.1.26.jar b/cots/org.eclipse.jetty/jetty-util-6.1.26.jar deleted file mode 100644 index cd237528ad..0000000000 Binary files a/cots/org.eclipse.jetty/jetty-util-6.1.26.jar and /dev/null differ diff --git a/cots/org.eclipse.jetty/jetty-util-7.2.2.v20101205.jar b/cots/org.eclipse.jetty/jetty-util-7.2.2.v20101205.jar deleted file mode 100644 index b770c6f35c..0000000000 Binary files a/cots/org.eclipse.jetty/jetty-util-7.2.2.v20101205.jar and /dev/null differ diff --git a/cots/org.eclipse.jetty/jetty-util-7.6.9.v20130131.jar b/cots/org.eclipse.jetty/jetty-util-7.6.9.v20130131.jar new file mode 100644 index 0000000000..def42a2d2f Binary files /dev/null and b/cots/org.eclipse.jetty/jetty-util-7.6.9.v20130131.jar differ diff --git a/cots/org.eclipse.jetty/jetty-webapp-7.2.2.v20101205.jar b/cots/org.eclipse.jetty/jetty-webapp-7.2.2.v20101205.jar deleted file mode 100644 index 1ac248ba65..0000000000 Binary files a/cots/org.eclipse.jetty/jetty-webapp-7.2.2.v20101205.jar and /dev/null differ diff --git a/cots/org.eclipse.jetty/jetty-webapp-7.6.9.v20130131.jar b/cots/org.eclipse.jetty/jetty-webapp-7.6.9.v20130131.jar new file mode 100644 index 0000000000..85bf8c94ad Binary files /dev/null and b/cots/org.eclipse.jetty/jetty-webapp-7.6.9.v20130131.jar differ diff --git a/cots/org.eclipse.jetty/jetty-xml-7.2.2.v20101205.jar b/cots/org.eclipse.jetty/jetty-xml-7.2.2.v20101205.jar deleted file mode 100644 index 85b2354b18..0000000000 Binary files a/cots/org.eclipse.jetty/jetty-xml-7.2.2.v20101205.jar and /dev/null differ diff --git a/cots/org.eclipse.jetty/jetty-xml-7.6.9.v20130131.jar b/cots/org.eclipse.jetty/jetty-xml-7.6.9.v20130131.jar new file mode 100644 index 0000000000..3b038888ad Binary files /dev/null and b/cots/org.eclipse.jetty/jetty-xml-7.6.9.v20130131.jar differ diff --git a/cots/org.eclipse.jetty/org.apache.jasper.glassfish-2.1.0.v201110031002.jar b/cots/org.eclipse.jetty/org.apache.jasper.glassfish-2.1.0.v201110031002.jar new file mode 100644 index 0000000000..76ab8b14ec Binary files /dev/null and b/cots/org.eclipse.jetty/org.apache.jasper.glassfish-2.1.0.v201110031002.jar differ diff --git a/cots/org.eclipse.jetty/org.apache.jasper.glassfish_2.1.0.v201007080150.jar b/cots/org.eclipse.jetty/org.apache.jasper.glassfish_2.1.0.v201007080150.jar deleted file mode 100644 index 9c012b8190..0000000000 Binary files a/cots/org.eclipse.jetty/org.apache.jasper.glassfish_2.1.0.v201007080150.jar and /dev/null differ diff --git a/cots/org.eclipse.jetty/servlet-api-2.5.jar b/cots/org.eclipse.jetty/servlet-api-2.5.jar new file mode 100644 index 0000000000..681a06870b Binary files /dev/null and b/cots/org.eclipse.jetty/servlet-api-2.5.jar differ diff --git a/cots/org.quartz/.classpath b/cots/org.quartz/.classpath new file mode 100644 index 0000000000..621f71a215 --- /dev/null +++ b/cots/org.quartz/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/cots/org.quartz/.project b/cots/org.quartz/.project new file mode 100644 index 0000000000..abc37e92d2 --- /dev/null +++ b/cots/org.quartz/.project @@ -0,0 +1,28 @@ + + + org.quartz + + + + + + 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/cots/org.quartz/.settings/org.eclipse.jdt.core.prefs b/cots/org.quartz/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..c537b63063 --- /dev/null +++ b/cots/org.quartz/.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/cots/org.quartz/META-INF/MANIFEST.MF b/cots/org.quartz/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..02b2886392 --- /dev/null +++ b/cots/org.quartz/META-INF/MANIFEST.MF @@ -0,0 +1,33 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Quartz +Bundle-SymbolicName: org.quartz +Bundle-Version: 1.8.6 +Bundle-ClassPath: quartz-1.8.6.jar +Bundle-Vendor: Terracotta +Export-Package: org.quartz, + org.quartz.core, + org.quartz.core.jmx, + org.quartz.ee.jta, + org.quartz.ee.servlet, + org.quartz.helpers, + org.quartz.impl, + org.quartz.impl.calendar, + org.quartz.impl.jdbcjobstore, + org.quartz.jobs, + org.quartz.jobs.ee.ejb, + org.quartz.jobs.ee.jms, + org.quartz.jobs.ee.jmx, + org.quartz.jobs.ee.mail, + org.quartz.listeners, + org.quartz.plugins, + org.quartz.plugins.history, + org.quartz.plugins.management, + org.quartz.plugins.xml, + org.quartz.simpl, + org.quartz.spi, + org.quartz.utils, + org.quartz.utils.counter, + org.quartz.utils.counter.sampled, + org.quartz.xml +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/cots/org.quartz/build.properties b/cots/org.quartz/build.properties new file mode 100644 index 0000000000..65f5ab2588 --- /dev/null +++ b/cots/org.quartz/build.properties @@ -0,0 +1,2 @@ +bin.includes = META-INF/,\ + quartz-1.8.6.jar diff --git a/cots/org.quartz/quartz-1.8.6.jar b/cots/org.quartz/quartz-1.8.6.jar new file mode 100644 index 0000000000..ebc7d51529 Binary files /dev/null and b/cots/org.quartz/quartz-1.8.6.jar differ diff --git a/cots/org.slf4j/.classpath b/cots/org.slf4j/.classpath index 73a2b0f4b2..610cc2d8cd 100644 --- a/cots/org.slf4j/.classpath +++ b/cots/org.slf4j/.classpath @@ -1,8 +1,8 @@ + + - - diff --git a/cots/org.slf4j/META-INF/MANIFEST.MF b/cots/org.slf4j/META-INF/MANIFEST.MF index 45be6fdd30..4a707ae91d 100644 --- a/cots/org.slf4j/META-INF/MANIFEST.MF +++ b/cots/org.slf4j/META-INF/MANIFEST.MF @@ -2,9 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Slf4j Plug-in Bundle-SymbolicName: org.slf4j -Bundle-Version: 1.6.1 -Bundle-ClassPath: slf4j-api-1.6.1.jar, - slf4j-log4j12-1.6.1.jar +Bundle-Version: 1.7.5 +Bundle-ClassPath: slf4j-api-1.7.5.jar, + slf4j-log4j12-1.7.5.jar Export-Package: org.slf4j, org.slf4j.helpers, org.slf4j.spi diff --git a/cots/org.slf4j/build.properties b/cots/org.slf4j/build.properties index 70549a8fed..f4a553addd 100644 --- a/cots/org.slf4j/build.properties +++ b/cots/org.slf4j/build.properties @@ -1,3 +1,3 @@ bin.includes = META-INF/,\ - slf4j-api-1.6.1.jar,\ - slf4j-log4j12-1.6.1.jar + slf4j-api-1.7.5.jar,\ + slf4j-log4j12-1.7.5.jar diff --git a/cots/org.slf4j/slf4j-api-1.6.1.jar b/cots/org.slf4j/slf4j-api-1.6.1.jar deleted file mode 100644 index 42e0ad0de7..0000000000 Binary files a/cots/org.slf4j/slf4j-api-1.6.1.jar and /dev/null differ diff --git a/cots/org.slf4j/slf4j-api-1.7.5.jar b/cots/org.slf4j/slf4j-api-1.7.5.jar new file mode 100644 index 0000000000..8766455d87 Binary files /dev/null and b/cots/org.slf4j/slf4j-api-1.7.5.jar differ diff --git a/cots/org.slf4j/slf4j-log4j12-1.6.1.jar b/cots/org.slf4j/slf4j-log4j12-1.6.1.jar deleted file mode 100644 index 873d11983e..0000000000 Binary files a/cots/org.slf4j/slf4j-log4j12-1.6.1.jar and /dev/null differ diff --git a/cots/org.slf4j/slf4j-log4j12-1.7.5.jar b/cots/org.slf4j/slf4j-log4j12-1.7.5.jar new file mode 100644 index 0000000000..afce5c21f1 Binary files /dev/null and b/cots/org.slf4j/slf4j-log4j12-1.7.5.jar differ diff --git a/cots/org.springframework/.classpath b/cots/org.springframework/.classpath index 37443d2989..558ea809c2 100644 --- a/cots/org.springframework/.classpath +++ b/cots/org.springframework/.classpath @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/cots/org.springframework/META-INF/MANIFEST.MF b/cots/org.springframework/META-INF/MANIFEST.MF index f990464daf..93b053aa45 100644 --- a/cots/org.springframework/META-INF/MANIFEST.MF +++ b/cots/org.springframework/META-INF/MANIFEST.MF @@ -2,51 +2,25 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Springframework Plug-in Bundle-SymbolicName: org.springframework -Bundle-Version: 2.5.6 +Bundle-Version: 3.1.4 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Bundle-ClassPath: antlr-2.7.6.jar, - backport-util-concurrent.jar, +Bundle-ClassPath: ., + org.springframework.aop-3.1.4.RELEASE.jar, + org.springframework.beans-3.1.4.RELEASE.jar, + org.springframework.context-3.1.4.RELEASE.jar, + org.springframework.context.support-3.1.4.RELEASE.jar, + org.springframework.core-3.1.4.RELEASE.jar, + org.springframework.jdbc-3.1.4.RELEASE.jar, + org.springframework.jms-3.1.4.RELEASE.jar, + org.springframework.orm-3.1.4.RELEASE.jar, + org.springframework.test-3.1.4.RELEASE.jar, + org.springframework.transaction-3.1.4.RELEASE.jar, + org.springframework.web-3.1.4.RELEASE.jar, + org.springframework.asm-3.1.4.RELEASE.jar, com.springsource.org.aopalliance-1.0.0.jar, - quartz-all-1.6.1.jar, - spring-aop.jar, - spring-beans.jar, - spring-context-support.jar, - spring-context.jar, - spring-core.jar, - spring-jdbc.jar, - spring-jms.jar, - spring-orm.jar, - spring-tx.jar, - spring-web.jar, - . + org.springframework.expression-3.1.4.RELEASE.jar, + antlr-2.7.7.jar Export-Package: org.aopalliance.aop, - org.aopalliance.intercept, - org.quartz, - org.quartz.core, - org.quartz.ee.jmx.jboss, - org.quartz.ee.jta, - org.quartz.ee.servlet, - org.quartz.helpers, - org.quartz.impl, - org.quartz.impl.calendar, - org.quartz.impl.jdbcjobstore, - org.quartz.impl.jdbcjobstore.oracle, - org.quartz.impl.jdbcjobstore.oracle.weblogic, - org.quartz.jobs, - org.quartz.jobs.ee.ejb, - org.quartz.jobs.ee.jms, - org.quartz.jobs.ee.jmx, - org.quartz.jobs.ee.mail, - org.quartz.listeners, - org.quartz.plugins, - org.quartz.plugins.history, - org.quartz.plugins.management, - org.quartz.plugins.xml, - org.quartz.simpl, - org.quartz.spi, - org.quartz.utils, - org.quartz.utils.weblogic, - org.quartz.xml, org.springframework.aop, org.springframework.aop.aspectj, org.springframework.aop.aspectj.annotation, @@ -72,7 +46,6 @@ Export-Package: org.aopalliance.aop, org.springframework.beans.factory.access.el, org.springframework.beans.factory.annotation, org.springframework.beans.factory.config, - org.springframework.beans.factory.generic, org.springframework.beans.factory.parsing, org.springframework.beans.factory.serviceloader, org.springframework.beans.factory.support, @@ -80,20 +53,33 @@ Export-Package: org.aopalliance.aop, org.springframework.beans.factory.xml, org.springframework.beans.propertyeditors, org.springframework.beans.support, + org.springframework.cache, + org.springframework.cache.annotation, + org.springframework.cache.concurrent, + org.springframework.cache.config, org.springframework.cache.ehcache, + org.springframework.cache.interceptor, + org.springframework.cache.support, org.springframework.context, org.springframework.context.access, org.springframework.context.annotation, org.springframework.context.config, org.springframework.context.event, + org.springframework.context.expression, org.springframework.context.i18n, org.springframework.context.support, org.springframework.context.weaving, org.springframework.core, org.springframework.core.annotation, + org.springframework.core.convert, + org.springframework.core.convert.converter, + org.springframework.core.convert.support, org.springframework.core.enums, + org.springframework.core.env, org.springframework.core.io, org.springframework.core.io.support, + org.springframework.core.serializer, + org.springframework.core.serializer.support, org.springframework.core.style, org.springframework.core.task, org.springframework.core.task.support, @@ -107,10 +93,31 @@ Export-Package: org.aopalliance.aop, org.springframework.ejb.config, org.springframework.ejb.interceptor, org.springframework.ejb.support, + org.springframework.expression.common, + org.springframework.expression.spel, + org.springframework.expression.spel.ast, + org.springframework.expression.spel.standard, + org.springframework.expression.spel.support, + org.springframework.format, + org.springframework.format.annotation, + org.springframework.format.datetime, + org.springframework.format.datetime.joda, + org.springframework.format.number, + org.springframework.format.support, + org.springframework.http, + org.springframework.http.client, + org.springframework.http.client.support, + org.springframework.http.converter, + org.springframework.http.converter.feed, + org.springframework.http.converter.json, + org.springframework.http.converter.xml, + org.springframework.http.server, org.springframework.instrument.classloading, org.springframework.instrument.classloading.glassfish, + org.springframework.instrument.classloading.jboss, org.springframework.instrument.classloading.oc4j, org.springframework.instrument.classloading.weblogic, + org.springframework.instrument.classloading.websphere, org.springframework.jca.cci, org.springframework.jca.cci.connection, org.springframework.jca.cci.core, @@ -123,12 +130,15 @@ Export-Package: org.aopalliance.aop, org.springframework.jca.work.glassfish, org.springframework.jca.work.jboss, org.springframework.jdbc, + org.springframework.jdbc.config, org.springframework.jdbc.core, org.springframework.jdbc.core.metadata, org.springframework.jdbc.core.namedparam, org.springframework.jdbc.core.simple, org.springframework.jdbc.core.support, org.springframework.jdbc.datasource, + org.springframework.jdbc.datasource.embedded, + org.springframework.jdbc.datasource.init, org.springframework.jdbc.datasource.lookup, org.springframework.jdbc.object, org.springframework.jdbc.support, @@ -145,7 +155,6 @@ Export-Package: org.aopalliance.aop, org.springframework.jms.listener, org.springframework.jms.listener.adapter, org.springframework.jms.listener.endpoint, - org.springframework.jms.listener.serversession, org.springframework.jms.remoting, org.springframework.jms.support, org.springframework.jms.support.converter, @@ -163,12 +172,16 @@ Export-Package: org.aopalliance.aop, org.springframework.jndi.support, org.springframework.mail, org.springframework.mail.javamail, - org.springframework.metadata, - org.springframework.metadata.commons, + org.springframework.mock.env, + org.springframework.mock.jndi, + org.springframework.mock.web, + org.springframework.mock.web.portlet, org.springframework.orm, org.springframework.orm.hibernate3, org.springframework.orm.hibernate3.annotation, org.springframework.orm.hibernate3.support, + org.springframework.orm.hibernate4, + org.springframework.orm.hibernate4.support, org.springframework.orm.ibatis, org.springframework.orm.ibatis.support, org.springframework.orm.jdo, @@ -177,16 +190,20 @@ Export-Package: org.aopalliance.aop, org.springframework.orm.jpa.persistenceunit, org.springframework.orm.jpa.support, org.springframework.orm.jpa.vendor, - org.springframework.orm.toplink, - org.springframework.orm.toplink.support, org.springframework.remoting, + org.springframework.remoting.caucho, + org.springframework.remoting.httpinvoker, + org.springframework.remoting.jaxrpc, + org.springframework.remoting.jaxws, org.springframework.remoting.rmi, org.springframework.remoting.soap, org.springframework.remoting.support, org.springframework.scheduling, + org.springframework.scheduling.annotation, org.springframework.scheduling.backportconcurrent, org.springframework.scheduling.commonj, org.springframework.scheduling.concurrent, + org.springframework.scheduling.config, org.springframework.scheduling.quartz, org.springframework.scheduling.support, org.springframework.scheduling.timer, @@ -197,6 +214,19 @@ Export-Package: org.aopalliance.aop, org.springframework.scripting.jruby, org.springframework.scripting.support, org.springframework.stereotype, + org.springframework.test, + org.springframework.test.annotation, + org.springframework.test.context, + org.springframework.test.context.junit38, + org.springframework.test.context.junit4, + org.springframework.test.context.junit4.statements, + org.springframework.test.context.support, + org.springframework.test.context.testng, + org.springframework.test.context.transaction, + org.springframework.test.jdbc, + org.springframework.test.jpa, + org.springframework.test.util, + org.springframework.test.web, org.springframework.transaction, org.springframework.transaction.annotation, org.springframework.transaction.config, @@ -213,13 +243,28 @@ Export-Package: org.aopalliance.aop, org.springframework.util.comparator, org.springframework.util.xml, org.springframework.validation, + org.springframework.validation.annotation, + org.springframework.validation.beanvalidation, org.springframework.validation.support, org.springframework.web, + org.springframework.web.bind, + org.springframework.web.bind.annotation, + org.springframework.web.bind.annotation.support, + org.springframework.web.bind.support, + org.springframework.web.client, + org.springframework.web.client.support, org.springframework.web.context, org.springframework.web.context.request, org.springframework.web.context.support, org.springframework.web.filter, org.springframework.web.jsf, org.springframework.web.jsf.el, + org.springframework.web.method, + org.springframework.web.method.annotation, + org.springframework.web.method.support, + org.springframework.web.multipart, + org.springframework.web.multipart.commons, + org.springframework.web.multipart.support, org.springframework.web.util -Require-Bundle: org.apache.commons.logging;bundle-version="1.1.1" +Require-Bundle: org.apache.commons.logging;bundle-version="1.1.1", + org.quartz;bundle-version="1.8.6" diff --git a/cots/org.springframework/antlr-2.7.6.jar b/cots/org.springframework/antlr-2.7.7.jar similarity index 84% rename from cots/org.springframework/antlr-2.7.6.jar rename to cots/org.springframework/antlr-2.7.7.jar index 3702b645fc..5e5f14b355 100644 Binary files a/cots/org.springframework/antlr-2.7.6.jar and b/cots/org.springframework/antlr-2.7.7.jar differ diff --git a/cots/org.springframework/backport-util-concurrent.jar b/cots/org.springframework/backport-util-concurrent.jar deleted file mode 100644 index 99f9b9c6a3..0000000000 Binary files a/cots/org.springframework/backport-util-concurrent.jar and /dev/null differ diff --git a/cots/org.springframework/build.properties b/cots/org.springframework/build.properties index c47f89549a..80df38c6fe 100644 --- a/cots/org.springframework/build.properties +++ b/cots/org.springframework/build.properties @@ -1,16 +1,17 @@ bin.includes = META-INF/,\ .,\ - antlr-2.7.6.jar,\ - backport-util-concurrent.jar,\ - quartz-all-1.6.1.jar,\ - spring-aop.jar,\ - spring-beans.jar,\ - spring-context-support.jar,\ - spring-context.jar,\ - spring-core.jar,\ - spring-jdbc.jar,\ - spring-jms.jar,\ - spring-orm.jar,\ - spring-tx.jar,\ + org.springframework.aop-3.1.4.RELEASE.jar,\ + org.springframework.beans-3.1.4.RELEASE.jar,\ + org.springframework.context-3.1.4.RELEASE.jar,\ + org.springframework.context.support-3.1.4.RELEASE.jar,\ + org.springframework.core-3.1.4.RELEASE.jar,\ + org.springframework.jdbc-3.1.4.RELEASE.jar,\ + org.springframework.jms-3.1.4.RELEASE.jar,\ + org.springframework.orm-3.1.4.RELEASE.jar,\ + org.springframework.test-3.1.4.RELEASE.jar,\ + org.springframework.transaction-3.1.4.RELEASE.jar,\ + org.springframework.web-3.1.4.RELEASE.jar,\ + org.springframework.asm-3.1.4.RELEASE.jar,\ com.springsource.org.aopalliance-1.0.0.jar,\ - spring-web.jar + org.springframework.expression-3.1.4.RELEASE.jar,\ + antlr-2.7.7.jar diff --git a/cots/org.springframework/org.springframework.aop-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.aop-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..ca7c31458b Binary files /dev/null and b/cots/org.springframework/org.springframework.aop-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.aop-sources-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.aop-sources-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..dd648554fe Binary files /dev/null and b/cots/org.springframework/org.springframework.aop-sources-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.asm-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.asm-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..b5ae813719 Binary files /dev/null and b/cots/org.springframework/org.springframework.asm-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.asm-sources-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.asm-sources-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..013e95c2a2 Binary files /dev/null and b/cots/org.springframework/org.springframework.asm-sources-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.beans-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.beans-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..ce48668a40 Binary files /dev/null and b/cots/org.springframework/org.springframework.beans-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.beans-sources-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.beans-sources-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..ff268ef88d Binary files /dev/null and b/cots/org.springframework/org.springframework.beans-sources-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.context-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.context-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..e8e6fd3f5f Binary files /dev/null and b/cots/org.springframework/org.springframework.context-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.context-sources-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.context-sources-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..4602707e67 Binary files /dev/null and b/cots/org.springframework/org.springframework.context-sources-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.context.support-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.context.support-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..ede19e72c0 Binary files /dev/null and b/cots/org.springframework/org.springframework.context.support-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.context.support-sources-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.context.support-sources-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..35ed9207ff Binary files /dev/null and b/cots/org.springframework/org.springframework.context.support-sources-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.core-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.core-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..2140d8cfad Binary files /dev/null and b/cots/org.springframework/org.springframework.core-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.core-sources-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.core-sources-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..92626df6fa Binary files /dev/null and b/cots/org.springframework/org.springframework.core-sources-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.expression-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.expression-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..58d48b64c5 Binary files /dev/null and b/cots/org.springframework/org.springframework.expression-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.expression-sources-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.expression-sources-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..96428ed530 Binary files /dev/null and b/cots/org.springframework/org.springframework.expression-sources-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.jdbc-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.jdbc-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..8ed25ce54f Binary files /dev/null and b/cots/org.springframework/org.springframework.jdbc-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.jdbc-sources-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.jdbc-sources-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..c985e66b0a Binary files /dev/null and b/cots/org.springframework/org.springframework.jdbc-sources-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.jms-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.jms-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..6c237f254c Binary files /dev/null and b/cots/org.springframework/org.springframework.jms-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.jms-sources-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.jms-sources-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..78f7f9b17b Binary files /dev/null and b/cots/org.springframework/org.springframework.jms-sources-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.orm-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.orm-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..6c20183929 Binary files /dev/null and b/cots/org.springframework/org.springframework.orm-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.orm-sources-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.orm-sources-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..34721b62fb Binary files /dev/null and b/cots/org.springframework/org.springframework.orm-sources-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.test-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.test-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..5b2ed87dcc Binary files /dev/null and b/cots/org.springframework/org.springframework.test-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.test-sources-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.test-sources-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..0aa2d061a8 Binary files /dev/null and b/cots/org.springframework/org.springframework.test-sources-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.transaction-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.transaction-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..fe6a01b319 Binary files /dev/null and b/cots/org.springframework/org.springframework.transaction-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.transaction-sources-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.transaction-sources-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..b9f087f65b Binary files /dev/null and b/cots/org.springframework/org.springframework.transaction-sources-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.web-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.web-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..c59779466d Binary files /dev/null and b/cots/org.springframework/org.springframework.web-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/org.springframework.web-sources-3.1.4.RELEASE.jar b/cots/org.springframework/org.springframework.web-sources-3.1.4.RELEASE.jar new file mode 100644 index 0000000000..73252a9b33 Binary files /dev/null and b/cots/org.springframework/org.springframework.web-sources-3.1.4.RELEASE.jar differ diff --git a/cots/org.springframework/quartz-all-1.6.1.jar b/cots/org.springframework/quartz-all-1.6.1.jar deleted file mode 100644 index dbfddb4ff2..0000000000 Binary files a/cots/org.springframework/quartz-all-1.6.1.jar and /dev/null differ diff --git a/cots/org.springframework/spring-aop.jar b/cots/org.springframework/spring-aop.jar deleted file mode 100644 index a11cc3aa5e..0000000000 Binary files a/cots/org.springframework/spring-aop.jar and /dev/null differ diff --git a/cots/org.springframework/spring-beans.jar b/cots/org.springframework/spring-beans.jar deleted file mode 100644 index 3f306b673a..0000000000 Binary files a/cots/org.springframework/spring-beans.jar and /dev/null differ diff --git a/cots/org.springframework/spring-context-2.5.6-sources.jar b/cots/org.springframework/spring-context-2.5.6-sources.jar deleted file mode 100644 index 119bccadf5..0000000000 Binary files a/cots/org.springframework/spring-context-2.5.6-sources.jar and /dev/null differ diff --git a/cots/org.springframework/spring-context-support.jar b/cots/org.springframework/spring-context-support.jar deleted file mode 100644 index 2927c6ebfa..0000000000 Binary files a/cots/org.springframework/spring-context-support.jar and /dev/null differ diff --git a/cots/org.springframework/spring-context.jar b/cots/org.springframework/spring-context.jar deleted file mode 100644 index 29fabcc1d5..0000000000 Binary files a/cots/org.springframework/spring-context.jar and /dev/null differ diff --git a/cots/org.springframework/spring-core.jar b/cots/org.springframework/spring-core.jar deleted file mode 100644 index aafa336090..0000000000 Binary files a/cots/org.springframework/spring-core.jar and /dev/null differ diff --git a/cots/org.springframework/spring-framework-2.5.6.zip b/cots/org.springframework/spring-framework-2.5.6.zip deleted file mode 100644 index f3739a819f..0000000000 Binary files a/cots/org.springframework/spring-framework-2.5.6.zip and /dev/null differ diff --git a/cots/org.springframework/spring-jdbc.jar b/cots/org.springframework/spring-jdbc.jar deleted file mode 100644 index f480a5490b..0000000000 Binary files a/cots/org.springframework/spring-jdbc.jar and /dev/null differ diff --git a/cots/org.springframework/spring-jms.jar b/cots/org.springframework/spring-jms.jar deleted file mode 100644 index ad3e37fb8e..0000000000 Binary files a/cots/org.springframework/spring-jms.jar and /dev/null differ diff --git a/cots/org.springframework/spring-orm.jar b/cots/org.springframework/spring-orm.jar deleted file mode 100644 index 3a5684c84f..0000000000 Binary files a/cots/org.springframework/spring-orm.jar and /dev/null differ diff --git a/cots/org.springframework/spring-test.jar b/cots/org.springframework/spring-test.jar deleted file mode 100644 index 7e7c598ead..0000000000 Binary files a/cots/org.springframework/spring-test.jar and /dev/null differ diff --git a/cots/org.springframework/spring-tx.jar b/cots/org.springframework/spring-tx.jar deleted file mode 100644 index 1a19297c27..0000000000 Binary files a/cots/org.springframework/spring-tx.jar and /dev/null differ diff --git a/cots/org.springframework/spring-web.jar b/cots/org.springframework/spring-web.jar deleted file mode 100644 index 432e8f0368..0000000000 Binary files a/cots/org.springframework/spring-web.jar and /dev/null differ diff --git a/edexOsgi/build.edex/esb/bin/setup.env b/edexOsgi/build.edex/esb/bin/setup.env index 94f8fdb62b..f820915777 100644 --- a/edexOsgi/build.edex/esb/bin/setup.env +++ b/edexOsgi/build.edex/esb/bin/setup.env @@ -5,7 +5,7 @@ export AW_SITE_IDENTIFIER=OAX export DC_DB_NAME=dc_ob7oax export FXA_DB_NAME=fxatext export HM_DB_NAME=hmdb -export IH_DB_NAME=hd_ob83oax +export IH_DB_NAME=hd_ob92oax ### end of localization variables ### diff --git a/edexOsgi/build.edex/esb/conf/spring/edex.xml b/edexOsgi/build.edex/esb/conf/spring/edex.xml index c3e470f8a1..78404fa878 100644 --- a/edexOsgi/build.edex/esb/conf/spring/edex.xml +++ b/edexOsgi/build.edex/esb/conf/spring/edex.xml @@ -72,7 +72,8 @@ - + + - + grid diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.future/grib-decode.xml b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.future/grib-decode.xml index 5e61d2c6ac..8d9419e47b 100644 --- a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.future/grib-decode.xml +++ b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring.future/grib-decode.xml @@ -1,7 +1,6 @@ @@ -15,14 +14,10 @@ factory-bean="jmsConfig" factory-method="copy"> - - - - - - + + @@ -60,6 +55,7 @@ autoStartup="false"> + @@ -72,7 +68,7 @@ - + grid diff --git a/edexOsgi/com.raytheon.edex.plugin.shef/res/spring/shef-ingest.xml b/edexOsgi/com.raytheon.edex.plugin.shef/res/spring/shef-ingest.xml index f5dd3198d0..6a9ef4637d 100644 --- a/edexOsgi/com.raytheon.edex.plugin.shef/res/spring/shef-ingest.xml +++ b/edexOsgi/com.raytheon.edex.plugin.shef/res/spring/shef-ingest.xml @@ -1,7 +1,6 @@ @@ -88,7 +87,7 @@ + errorHandlerRef="errorHandler" autoStartup="false"> diff --git a/edexOsgi/com.raytheon.edex.productsrv/res/spring/uengine-request.xml b/edexOsgi/com.raytheon.edex.productsrv/res/spring/uengine-request.xml index 68cfa5a502..acb4118dc0 100644 --- a/edexOsgi/com.raytheon.edex.productsrv/res/spring/uengine-request.xml +++ b/edexOsgi/com.raytheon.edex.productsrv/res/spring/uengine-request.xml @@ -15,9 +15,8 @@ init-method="start" destroy-method="stop"> - - - + + diff --git a/edexOsgi/com.raytheon.uf.common.jms/src/com/raytheon/uf/common/jms/JmsPooledConsumer.java b/edexOsgi/com.raytheon.uf.common.jms/src/com/raytheon/uf/common/jms/JmsPooledConsumer.java index 5554eb1e4f..f8e3e053fa 100644 --- a/edexOsgi/com.raytheon.uf.common.jms/src/com/raytheon/uf/common/jms/JmsPooledConsumer.java +++ b/edexOsgi/com.raytheon.uf.common.jms/src/com/raytheon/uf/common/jms/JmsPooledConsumer.java @@ -164,7 +164,7 @@ public class JmsPooledConsumer { if (close) { try { - statusHandler.info("Closing consumer " + consumer); // njensen + statusHandler.info("Closing consumer " + destKey); // njensen consumer.close(); } catch (Throwable e) { statusHandler.handle(Priority.WARN, "Failed to close consumer " diff --git a/edexOsgi/com.raytheon.uf.common.jms/src/com/raytheon/uf/common/jms/JmsPooledProducer.java b/edexOsgi/com.raytheon.uf.common.jms/src/com/raytheon/uf/common/jms/JmsPooledProducer.java index fb6d3c8e4d..e693b74750 100644 --- a/edexOsgi/com.raytheon.uf.common.jms/src/com/raytheon/uf/common/jms/JmsPooledProducer.java +++ b/edexOsgi/com.raytheon.uf.common.jms/src/com/raytheon/uf/common/jms/JmsPooledProducer.java @@ -161,7 +161,7 @@ public class JmsPooledProducer { if (close) { try { - statusHandler.info("Closing producer " + producer); // njensen + statusHandler.info("Closing producer " + destKey); // njensen producer.close(); } catch (Throwable e) { statusHandler.handle(Priority.WARN, "Failed to close producer", diff --git a/edexOsgi/com.raytheon.uf.edex.auth/res/spring/auth-request.xml b/edexOsgi/com.raytheon.uf.edex.auth/res/spring/auth-request.xml index a603715d53..0ba0f12f97 100644 --- a/edexOsgi/com.raytheon.uf.edex.auth/res/spring/auth-request.xml +++ b/edexOsgi/com.raytheon.uf.edex.auth/res/spring/auth-request.xml @@ -1,8 +1,8 @@ + http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd"> + - - + + diff --git a/edexOsgi/com.raytheon.uf.edex.datadelivery.harvester/META-INF/MANIFEST.MF b/edexOsgi/com.raytheon.uf.edex.datadelivery.harvester/META-INF/MANIFEST.MF index ff668764d8..7d8b54efd6 100644 --- a/edexOsgi/com.raytheon.uf.edex.datadelivery.harvester/META-INF/MANIFEST.MF +++ b/edexOsgi/com.raytheon.uf.edex.datadelivery.harvester/META-INF/MANIFEST.MF @@ -34,7 +34,8 @@ Require-Bundle: org.eclipse.core.runtime, com.raytheon.uf.common.stats;bundle-version="1.0.0", com.raytheon.uf.common.comm;bundle-version="1.12.1174", com.raytheon.uf.common.datadelivery.harvester;bundle-version="1.0.0", - com.raytheon.uf.edex.purgesrv;bundle-version="1.12.1174" + com.raytheon.uf.edex.purgesrv;bundle-version="1.12.1174", + org.quartz;bundle-version="1.8.6" Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ActivationPolicy: lazy Export-Package: com.raytheon.uf.edex.datadelivery.harvester;uses:="com.raytheon.uf.edex.datadelivery.harvester.crawler", diff --git a/edexOsgi/com.raytheon.uf.edex.datadelivery.harvester/res/spring/harvester-datadelivery.xml b/edexOsgi/com.raytheon.uf.edex.datadelivery.harvester/res/spring/harvester-datadelivery.xml index ccb06f2d6d..907a08363e 100644 --- a/edexOsgi/com.raytheon.uf.edex.datadelivery.harvester/res/spring/harvester-datadelivery.xml +++ b/edexOsgi/com.raytheon.uf.edex.datadelivery.harvester/res/spring/harvester-datadelivery.xml @@ -1,7 +1,6 @@ - - - - - - + + @@ -34,6 +29,7 @@ errorHandlerRef="errorHandler"> + @@ -41,7 +37,7 @@ - + diff --git a/edexOsgi/com.raytheon.uf.edex.esb.camel/META-INF/MANIFEST.MF b/edexOsgi/com.raytheon.uf.edex.esb.camel/META-INF/MANIFEST.MF index 0b39eb70af..e80009c742 100644 --- a/edexOsgi/com.raytheon.uf.edex.esb.camel/META-INF/MANIFEST.MF +++ b/edexOsgi/com.raytheon.uf.edex.esb.camel/META-INF/MANIFEST.MF @@ -14,7 +14,8 @@ Require-Bundle: org.apache.camel;bundle-version="1.0.0", com.raytheon.uf.common.util, com.raytheon.uf.edex.core, org.apache.commons.logging, - com.raytheon.uf.common.stats;bundle-version="1.0.0" + com.raytheon.uf.common.stats;bundle-version="1.0.0", + org.quartz;bundle-version="1.8.6" Export-Package: com.raytheon.uf.edex.esb.camel, com.raytheon.uf.edex.esb.camel.directvm Import-Package: com.raytheon.uf.common.event, diff --git a/edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/FileChangedExclusiveReadLockStrategy.java b/edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/FileChangedExclusiveReadLockStrategy.java index 4ba09570a7..80e3614322 100644 --- a/edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/FileChangedExclusiveReadLockStrategy.java +++ b/edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/FileChangedExclusiveReadLockStrategy.java @@ -30,14 +30,24 @@ import org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy; import org.apache.camel.component.file.GenericFileOperations; /** - * TODO Add Description + * Two step file scan strategy to ensure files aren't accepted for processing + * while they are still being written. First time a file is found its modify + * time is checked. If the modify time is older than 1 minute (such as system + * restart scenario) the file is immediately accepted. If the file has been + * modified recently the time is recorded and the file is not processed at this + * time. In, general this requires a file to be checked twice making its minimum + * latency at least 1 full scan period before being processed. + * + * This class is not thread safe. A separate instance of this strategy should be + * created for each directory. * *
  * 
  * SOFTWARE HISTORY
  * Date         Ticket#    Engineer    Description
  * ------------ ---------- ----------- --------------------------
- * Sep 2, 2010            rjpeter     Initial creation
+ * Sep 2, 2010             rjpeter     Initial creation
+ * May 9, 2013  1989       njensen     Camel 2.11 compatibility
  * 
  * 
* @@ -82,6 +92,10 @@ public class FileChangedExclusiveReadLockStrategy implements } } + if (rval) { + modifyTimeMap.remove(file.getAbsoluteFilePath()); + } + return rval; } @@ -111,7 +125,6 @@ public class FileChangedExclusiveReadLockStrategy implements public void releaseExclusiveReadLock( GenericFileOperations operations, GenericFile file, Exchange exchange) throws Exception { - modifyTimeMap.remove(file.getAbsoluteFilePath()); } /* @@ -124,4 +137,8 @@ public class FileChangedExclusiveReadLockStrategy implements @Override public void setTimeout(long timeout) { } + + @Override + public void setCheckInterval(long checkInterval) { + } } diff --git a/edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/context/ClusteredContextManager.java b/edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/context/ClusteredContextManager.java index 72c1f255e6..dfdfce69b7 100644 --- a/edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/context/ClusteredContextManager.java +++ b/edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/context/ClusteredContextManager.java @@ -27,9 +27,8 @@ import java.util.Enumeration; import java.util.List; import org.apache.camel.CamelContext; -import org.apache.camel.Consumer; import org.apache.camel.Route; -import org.apache.camel.impl.ServiceSupport; +import org.apache.camel.ServiceStatus; import com.raytheon.uf.common.status.IUFStatusHandler; import com.raytheon.uf.common.status.UFStatus; @@ -50,13 +49,16 @@ import com.raytheon.uf.edex.database.cluster.ClusterTask; * ------------ ---------- ----------- -------------------------- * Nov 10, 2010 5050 rjpeter Initial creation * Jul 16, 2012 DR 15073 D. Friedman Stop consumers instead of whole context + * May 14, 2013 1989 njensen Camel 2.11 compatibility * * * @author rjpeter * @version 1.0 */ public class ClusteredContextManager { - private static final transient IUFStatusHandler statusHandler = UFStatus.getHandler(ClusteredContextManager.class); + private static final transient IUFStatusHandler statusHandler = UFStatus + .getHandler(ClusteredContextManager.class); + private static final String taskName = "ClusteredContext"; private String myName; @@ -132,43 +134,41 @@ public class ClusteredContextManager { ClusterLockUtils.updateLockTime(taskName, contextName, System.currentTimeMillis()); - if (! camelContext.getStatus().isStarted()) - camelContext.start(); - else - for (Route route: camelContext.getRoutes()) { - Consumer consumer = route.getConsumer(); - /* - * It is safe to call Consumer.start/.stop - * unconditionally (assuming the component is - * written correctly), but in order to provide - * useful logging of these events, we must perform a - * status check. - */ - if (consumer instanceof ServiceSupport) { - if (! ((ServiceSupport) consumer).getStatus().isStarted()) { - statusHandler.handle(Priority.INFO, - "Starting consumer for route " + route.getId()); - consumer.start(); - } - } else - consumer.start(); + for (Route route : camelContext.getRoutes()) { + String routeId = route.getId(); + ServiceStatus status = camelContext + .getRouteStatus(routeId); + if (status == ServiceStatus.Stopped + || status == ServiceStatus.Stopping) { + camelContext.startRoute(routeId); + } else if (status == ServiceStatus.Suspended + || status == ServiceStatus.Suspending) { + camelContext.resumeRoute(routeId); } + } } else { - for (Route route: camelContext.getRoutes()) { - Consumer consumer = route.getConsumer(); - if (consumer instanceof ServiceSupport) { - if (((ServiceSupport) consumer).getStatus().isStarted()) { - statusHandler.handle(Priority.INFO, - "Stopping consumer for route " + route.getId()); - consumer.stop(); - } - } else - consumer.stop(); + for (Route route : camelContext.getRoutes()) { + String routeId = route.getId(); + ServiceStatus status = camelContext + .getRouteStatus(routeId); + if (status == ServiceStatus.Started + || status == ServiceStatus.Starting) { + // CamelContext API says to use suspend, not stop + camelContext.suspendRoute(routeId); + } } } } catch (Exception e) { - statusHandler.handle(Priority.ERROR, - "Failed to start/stop route", e); + StringBuilder msg = new StringBuilder(); + msg.append("Failed to "); + if (activateRoute) { + msg.append("start "); + } else { + msg.append("suspend "); + } + msg.append("context "); + msg.append(camelContext.getName()); + statusHandler.handle(Priority.ERROR, msg.toString(), e); } } } diff --git a/edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/context/ContextManager.java b/edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/context/ContextManager.java index 3db10c0d37..4a8e4dd72b 100644 --- a/edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/context/ContextManager.java +++ b/edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/context/ContextManager.java @@ -40,13 +40,16 @@ import com.raytheon.uf.common.status.UFStatus.Priority; * Date Ticket# Engineer Description * ------------ ---------- ----------- -------------------------- * Nov 10, 2010 5050 rjpeter Initial creation + * May 13, 2013 1989 njensen Camel 2.11 compatibility * * * @author rjpeter * @version 1.0 */ public class ContextManager { - private static final transient IUFStatusHandler statusHandler = UFStatus.getHandler(ContextManager.class); + private static final transient IUFStatusHandler statusHandler = UFStatus + .getHandler(ContextManager.class); + private List contextList = new ArrayList(); private static ContextManager instance = new ContextManager(); @@ -59,14 +62,29 @@ public class ContextManager { } public void startContexts() { + statusHandler.info("Context Manager starting routes"); for (CamelContext camelContext : contextList) { try { - if (camelContext.getStatus().isStopped()) { + /* + * In camel 2.11, all contexts are "started" automatically but + * the isAutoStartup() flag determines if the routes are + * automatically started. The code in DefaultCamelContext is + * safe to call start() on a second time to get the routes + * started. + * + * For more information, see: + * http://camel.465427.n5.nabble.com/Camel + * -context-autostartup-td5721638.html + * + * https://issues.apache.org/jira/browse/CAMEL-5759 + */ + if (!camelContext.isAutoStartup()) { camelContext.start(); } } catch (Exception e) { statusHandler.handle(Priority.ERROR, - "Failed to start route", e); + "Failed to start routes for " + camelContext.getName(), + e); } } } diff --git a/edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/directvm/DirectVMEndpoint.java b/edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/directvm/DirectVMEndpoint.java index a0822449b3..9bdbad2eab 100644 --- a/edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/directvm/DirectVMEndpoint.java +++ b/edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/directvm/DirectVMEndpoint.java @@ -37,6 +37,7 @@ import org.apache.camel.impl.DefaultConsumer; * ------------ ---------- ----------- -------------------------- * Nov 18, 2008 chammack Initial creation * Jul 16, 2012 DR 15073 D. Friedman Override correct methods + * May 09, 2013 1989 njensen Camel 2.11 compatibility * * * @@ -59,10 +60,6 @@ public class DirectVMEndpoint extends DirectEndpoint { this.consumers = consumers; } - public DirectVMEndpoint(String endpointUri) { - super(endpointUri); - } - @Override public Producer createProducer() throws Exception { return new DirectVMProducer(this); diff --git a/edexOsgi/com.raytheon.uf.edex.event/src/com/raytheon/uf/edex/event/EdexEventBusHandler.java b/edexOsgi/com.raytheon.uf.edex.event/src/com/raytheon/uf/edex/event/EdexEventBusHandler.java index 330e60a2ca..db2e593500 100644 --- a/edexOsgi/com.raytheon.uf.edex.event/src/com/raytheon/uf/edex/event/EdexEventBusHandler.java +++ b/edexOsgi/com.raytheon.uf.edex.event/src/com/raytheon/uf/edex/event/EdexEventBusHandler.java @@ -41,8 +41,9 @@ import com.raytheon.uf.common.status.UFStatus.Priority; * * Date Ticket# Engineer Description * ------------ ---------- ----------- -------------------------- - * Feb 5, 2013 1580 mpduff Initial creation. + * Feb 5, 2013 1580 mpduff Initial creation. * 3/18/2013 1802 bphillip Modified to use transaction synchronization + * May 9, 2013 1989 njensen Spring 3.1.4 compatibility * * * @@ -98,8 +99,10 @@ public class EdexEventBusHandler implements IEventBusHandler, } eventStorageList.get().add(event); } else { - statusHandler - .info("Sending event from non-transactional operation"); + if (statusHandler.isPriorityEnabled(Priority.DEBUG)) { + statusHandler + .debug("Sending event from non-transactional operation"); + } this.googleEventBus.post(event); } } @@ -158,4 +161,8 @@ public class EdexEventBusHandler implements IEventBusHandler, } list.clear(); } + + @Override + public void flush() { + } } diff --git a/edexOsgi/com.raytheon.uf.edex.metartohmdbsrv/res/spring/metartohmdb-plugin.xml b/edexOsgi/com.raytheon.uf.edex.metartohmdbsrv/res/spring/metartohmdb-plugin.xml index 7c9393b671..ffe95bb0a7 100644 --- a/edexOsgi/com.raytheon.uf.edex.metartohmdbsrv/res/spring/metartohmdb-plugin.xml +++ b/edexOsgi/com.raytheon.uf.edex.metartohmdbsrv/res/spring/metartohmdb-plugin.xml @@ -27,7 +27,7 @@ + errorHandlerRef="errorHandler" autoStartup="false"> diff --git a/edexOsgi/com.raytheon.uf.edex.metartohmdbsrv/res/spring/metartohmdb-spring.xml b/edexOsgi/com.raytheon.uf.edex.metartohmdbsrv/res/spring/metartohmdb-spring.xml index 60f670499b..ea5ee261ee 100644 --- a/edexOsgi/com.raytheon.uf.edex.metartohmdbsrv/res/spring/metartohmdb-spring.xml +++ b/edexOsgi/com.raytheon.uf.edex.metartohmdbsrv/res/spring/metartohmdb-spring.xml @@ -1,7 +1,6 @@ diff --git a/edexOsgi/com.raytheon.uf.edex.plugin.manualIngest/res/spring/manualIngest-spring.xml b/edexOsgi/com.raytheon.uf.edex.plugin.manualIngest/res/spring/manualIngest-spring.xml index 95510ae456..9a5ad1baab 100644 --- a/edexOsgi/com.raytheon.uf.edex.plugin.manualIngest/res/spring/manualIngest-spring.xml +++ b/edexOsgi/com.raytheon.uf.edex.plugin.manualIngest/res/spring/manualIngest-spring.xml @@ -1,7 +1,6 @@ diff --git a/edexOsgi/com.raytheon.uf.edex.registry.ebxml/res/spring/ebxml-constants.xml b/edexOsgi/com.raytheon.uf.edex.registry.ebxml/res/spring/ebxml-constants.xml index a5cd570d06..1ee92c89fe 100644 --- a/edexOsgi/com.raytheon.uf.edex.registry.ebxml/res/spring/ebxml-constants.xml +++ b/edexOsgi/com.raytheon.uf.edex.registry.ebxml/res/spring/ebxml-constants.xml @@ -6,7 +6,7 @@ http://www.springframework.org/schema/tx/spring-tx.xsd"> - + diff --git a/edexOsgi/com.raytheon.uf.edex.registry.ebxml/res/spring/ebxml-webserver.xml b/edexOsgi/com.raytheon.uf.edex.registry.ebxml/res/spring/ebxml-webserver.xml index d1b1f11c06..dc363b4198 100644 --- a/edexOsgi/com.raytheon.uf.edex.registry.ebxml/res/spring/ebxml-webserver.xml +++ b/edexOsgi/com.raytheon.uf.edex.registry.ebxml/res/spring/ebxml-webserver.xml @@ -9,9 +9,8 @@ init-method="start" destroy-method="stop"> - - - + + diff --git a/ncep/gov.noaa.nws.ncep.edex.plugin.idft/src/gov/noaa/nws/ncep/edex/plugin/idft/util/IdftParser.java b/ncep/gov.noaa.nws.ncep.edex.plugin.idft/src/gov/noaa/nws/ncep/edex/plugin/idft/util/IdftParser.java index 9da363bf27..56b9d13ee6 100644 --- a/ncep/gov.noaa.nws.ncep.edex.plugin.idft/src/gov/noaa/nws/ncep/edex/plugin/idft/util/IdftParser.java +++ b/ncep/gov.noaa.nws.ncep.edex.plugin.idft/src/gov/noaa/nws/ncep/edex/plugin/idft/util/IdftParser.java @@ -55,8 +55,7 @@ public class IdftParser { File baseDir = null; String stnsFileName = null; baseContext = manager.getContext(EDEX_STATIC, LocalizationLevel.BASE); - baseContext.setContextName(NCEP_DIR); - baseDir = manager.getFile(baseContext, ""); + baseDir = manager.getFile(baseContext, NCEP_DIR); stnsFileName = baseDir + File.separator + stnsDir + File.separator + idftLocTableName; StationTable myloc = new StationTable(stnsFileName);