Omaha #3356 inject spatial query through spring
Change-Id: I81700e53505e4e599f2d58dc6b8b9c059532811d Former-commit-id:c383a50c2c
[formerlybaece22d79
] [formerly58c85c76ef
] [formerlyc383a50c2c
[formerlybaece22d79
] [formerly58c85c76ef
] [formerly8f226399f7
[formerly58c85c76ef
[formerly 0b7ea786593f963ad1464c3426bcec7ac59914ae]]]] Former-commit-id:8f226399f7
Former-commit-id:fcc794c395
[formerly244395af69
] [formerly 8fb5e2190df56d7947f5fa01937f377db2b2b918 [formerly9843865254
]] Former-commit-id: 1078ebed9c14b2f160ab76ef1d6cb10d34c627c0 [formerly2b829dc66b
] Former-commit-id:fe0cd768ad
This commit is contained in:
parent
f63011dc93
commit
f6b45f075d
2 changed files with 7 additions and 1 deletions
|
@ -299,6 +299,11 @@
|
|||
<bean class="com.raytheon.uf.common.geospatial.LogRedirector" factory-method="setGeotoolsLogFactory">
|
||||
<constructor-arg value="org.geotools.util.logging.Log4JLoggerFactory" />
|
||||
</bean>
|
||||
|
||||
<bean id="spatialQueryFactory" class="com.raytheon.uf.common.geospatial.SpatialQueryFactory"
|
||||
factory-method="setImplementation">
|
||||
<constructor-arg value="com.raytheon.edex.common.SpatialDbQuery"/>
|
||||
</bean>
|
||||
|
||||
<!-- Holds the registry of request routers by server key -->
|
||||
<bean id="handlerRegistry" class="com.raytheon.uf.edex.requestsrv.HandlerRegistry"
|
||||
|
|
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: Radar
|
||||
Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.radar
|
||||
Bundle-Version: 1.14.1.qualifier
|
||||
Eclipse-RegisterBuddy: com.raytheon.uf.common.geospatial
|
||||
Eclipse-RegisterBuddy: org.geotools
|
||||
Bundle-Vendor: RAYTHEON
|
||||
Require-Bundle: com.raytheon.uf.common.dataplugin;bundle-version="1.12.1174",
|
||||
com.raytheon.uf.common.serialization;bundle-version="1.12.1174",
|
||||
|
@ -18,6 +18,7 @@ Require-Bundle: com.raytheon.uf.common.dataplugin;bundle-version="1.12.1174",
|
|||
com.raytheon.uf.common.util;bundle-version="1.12.1174",
|
||||
javax.persistence;bundle-version="1.0.0",
|
||||
org.hibernate;bundle-version="1.0.0",
|
||||
org.geotools;bundle-version="10.5.0",
|
||||
com.raytheon.uf.common.numeric;bundle-version="1.14.0"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
|
Loading…
Add table
Reference in a new issue