Commit graph

78 commits

Author SHA1 Message Date
Dave Hladky
162dcb3f42 Issue #2554 added explicit threading to WFS, ability to send GZIP requests, fixed maxfeatures, fixed adhoc display
Former-commit-id: a9a3973319 [formerly 04c7e2cffc [formerly e79ff905cbe3330dbe22b6663753e1d5e6dbe7bd]]
Former-commit-id: 04c7e2cffc
Former-commit-id: 233238d8df
2013-11-21 14:46:47 -06:00
Brad Gonzales
2f37534433 Issue #2545 Renamed datadelivery edex impl files to facilitate modes exclusion. Added
monilithic impl config file for a registry that runs as an ncf and wfo for devRegistry mode.  Added empty site and
shared and local subscription handlers to enable the FindSubscriptionHandler bean to be configured through spring.
Fix for re-routing Insert and Update registry events as data set metadata events which was lost when the registry
was configured to distinguish between insert and update events.  Moved subscriptionRoutesToSchedule bean (and other
beans specific to an implementation) to the ncf, wfo, and monolithic edex impl spring files.  Removed the wfo and
ncf specific code from HibernateBandwidthInitializer.executeAfterRegistryInit() since the customized subscription
handlers will be injected through spring.  Removed the SBN route from wfo mode.

Amend: Comment updates from peer review.

Change-Id: Ic4c0dca8ebf1e86537e46a6231af58bb65c83cf8

Former-commit-id: 95a1914c71 [formerly 053f20c70b [formerly c245f741b9e78d8e4503698336d9929536e72e0d]]
Former-commit-id: 053f20c70b
Former-commit-id: 5576ac6134
2013-11-20 11:58:33 -06:00
Nate Jensen
275bdc13ed Merge "Issue #2552 - it is now possible to dynamically inject packages into the JaxbManager via Spring." into development
Former-commit-id: 5885d8027b [formerly 6927e960b2 [formerly 59c62c673625d7e87b3b86575b8ebfb9e328ff28]]
Former-commit-id: 6927e960b2
Former-commit-id: 50590a241f
2013-11-19 11:25:19 -06:00
Mike Duff
223901d9cf Issue #2548 - Add a subscription type slot for uniqueness.
Change-Id: I5cf04bde4a345606af72bf2091e423dd6aa555aa

Former-commit-id: 47a0477587 [formerly 47011a70db [formerly 1ad7f83443c33f8b73d2ad8a9b2f574fd37db9e2]]
Former-commit-id: 47011a70db
Former-commit-id: 8cc9c1de59
2013-11-14 17:07:54 -06:00
Bryan Kowal
8b274264c9 Issue #2552 - it is now possible to dynamically inject packages into the JaxbManager via Spring.
Amend: datadelivery jaxables are now injected
Amend: created a getInstance method for EbxmlJaxbManager
Amend: use value instead of bean in spring configuration

Change-Id: Ib6c11b03964fbaeee24db352a8f0acc1b43fa3c0

Former-commit-id: ce16efc9a1 [formerly be78fab116 [formerly 283853ead3588ef8ea296507b11a9ee9a23e9236]]
Former-commit-id: be78fab116
Former-commit-id: 782675951b
2013-11-14 15:17:28 -06:00
Brad Gonzales
50fb18601c Issue #2506 BandwidthManagers now sends notifications for Subscription/BandwidthSubscription creates and deletes.
Amend: Separate update from create notifications in LifecycleManagerImpl.
       Refactored notification sending in EdexBandwidthManager.
       Fixed error in LifecycleManagerImpl refactor.
       Added comment to isRecurringSubscription.

Change-Id: Idc9e8544b156fed40d6aed41511c07138f302f77

Former-commit-id: aea0e847aa [formerly 8f70fb1d0c [formerly 7684f7bd51770a41e68700f1d4408a6aad5cd877]]
Former-commit-id: 8f70fb1d0c
Former-commit-id: 62e4cafa27
2013-11-12 12:42:16 -06:00
Benjamin Phillippe
8f30c4f79a Issue #1678 Added support for stored query publishing and invocation on the registry
Change-Id: Ia06e5e674a2ce7d0fe7e5cb9d23cce6e2237545f

Former-commit-id: b5db1f38c3 [formerly b84235a80a [formerly d7d985926351d933c0bd10a3a5fd88ef4305853b]]
Former-commit-id: b84235a80a
Former-commit-id: 0abf405014
2013-11-07 18:36:46 -06:00
Benjamin Phillippe
311fa32377 Issue #1538 Moved data delivery specific web services out of registry plugins
-- Added registry federation admin page
            -- Made registry service clients non-static

Change-Id: I9672f11b4886019dcd8834b4bae417a0aa4809ad

Former-commit-id: d8de923f8b [formerly a7e53870fb [formerly 0a67c8d68548ed8daa76d782ca3213956b984795]]
Former-commit-id: a7e53870fb
Former-commit-id: 98b56cf02a
2013-11-01 09:20:00 -05:00
Dave Hladky
f79ba58a3a Issue #2448 Fixed retrievals before activePeriod begins and after activePeriod expires.
Change-Id: I75269bad24731990720d30683ebf5f27344661f3

Former-commit-id: 9161962813 [formerly 4227f3a59f [formerly 060e719f27c20f24bae9a5603cc51d90434b8fa4]]
Former-commit-id: 4227f3a59f
Former-commit-id: 0eba787d3e
2013-11-01 08:23:16 -05:00
Mike Duff
fbcf271899 Issue #2292 - refactor and move overlap/duplicate checks to edex.
Peer review comments

Change-Id: I33df9cc7e368778943e25420d18b343781304c7a

Former-commit-id: 3fc811102e [formerly f123fa11f5 [formerly f7405c2acfef95b57b79cf6d8ac3348017e64a59]]
Former-commit-id: f123fa11f5
Former-commit-id: c1bd170f8a
2013-10-31 09:22:50 -05:00
Nate Jensen
9e65845da0 Merge "Issue #2484 Added originatingSite to id for Subscription registry objects." into development
Former-commit-id: e4aa2b8a94 [formerly 4b19d287ea [formerly 4b16e5325f63bb7dde3d5a49770fd4c30b69266b]]
Former-commit-id: 4b19d287ea
Former-commit-id: 13eafc05c2
2013-10-28 09:07:04 -05:00
Dave Hladky
68002da957 Issue #2484 Added originatingSite to id for Subscription registry objects.
Former-commit-id: 36d7c60914 [formerly 3c33f6e5ea [formerly f3bd999abcbed2cfb78ebd88604fbe3128e6de34]]
Former-commit-id: 3c33f6e5ea
Former-commit-id: 577e2b84e9
2013-10-24 13:52:45 -05:00
Dave Hladky
589f99beb8 Issue #2454 Ice model, general ensemble model troubles, null cycle times
Former-commit-id: 94b5bd79f9 [formerly ba2e1ed3fc [formerly 5fd82b153d87228037e594c838dc3c445c8874aa]]
Former-commit-id: ba2e1ed3fc
Former-commit-id: 7659bcd183
2013-10-22 16:48:54 -05:00
Benjamin Phillippe
9bc1058db1 Issue #1682 Refactored Registry querying to conform to EBXML 4.0 spec
Change-Id: If6d3579305afbb279057a264033736fc126b7849

Former-commit-id: ed23a786d6 [formerly a4e5cd5fd7 [formerly 5112ee9931a1678fee37dd725a28dd6fff1e7ec9]]
Former-commit-id: a4e5cd5fd7
Former-commit-id: 12d23800c7
2013-10-18 09:20:40 -05:00
Dave Hladky
e14b51258b Issue #2460 Product browser display of adhoc subscriptions
Change-Id: I9c045b781adb41468d395b67a837c9a862744447

Former-commit-id: 477fbd3d59 [formerly 6076f46549 [formerly c504c44750f5f441be41c20fdb78a363c620fb3d]]
Former-commit-id: 6076f46549
Former-commit-id: 7b6ef7ee9a
2013-10-16 09:06:00 -05:00
Brad Gonzales
718fea35a1 Issue #1797 Refactored registry Time objects to simplify serialization issues.
Amend: Removed OpenDAPRetrievalGenerator.java from the review.
       Fix GriddedTime addCycles when cycles are empty.

Change-Id: I9fa27178e5f59252cb872314493256be7f038890

Former-commit-id: bc87f2a168 [formerly 25710edd9e [formerly a01619f78bac065e7d42e28882157778aba09b75]]
Former-commit-id: 25710edd9e
Former-commit-id: ac3d87c397
2013-10-11 10:36:53 -05:00
Brad Gonzales
094c9dc6a7 Issue #2267 Fixed exceptions in casts of Collections to Lists. Fixed WMO header cr and lf format. Removed statsTemplate from modes.
Change-Id: I601b306bf944d959da05af9277ba80e184d98e30

Former-commit-id: 61448cc04a [formerly 73e757c284 [formerly f776626738e4cc995bb16e87b8da66ff90289bd8]]
Former-commit-id: 73e757c284
Former-commit-id: 59f22b866a
2013-10-09 17:58:12 -05:00
Dave Hladky
521cb3a61d Issue #1797 Fix p2 build for tests, removed ISerializable deprecrated calls form reg objects
Former-commit-id: ad1bb73c70 [formerly fbe4078bc5 [formerly c299ed7a5bb02980ecb30b0ab38752d2878d50a7]]
Former-commit-id: fbe4078bc5
Former-commit-id: 4867082be1
2013-10-08 10:25:36 -05:00
Dave Hladky
7d43c5b7f9 Issue #1797 Separation of gridded time and abstract time object
Change-Id: I9d84942140e52ec0fded1a9150d7016dec8eaf63

Former-commit-id: 1733834e74 [formerly e0ec10d073 [formerly cdf2b6dd5a5b4a12cf12e6d4d254b5e40acfcef5]]
Former-commit-id: e0ec10d073
Former-commit-id: 4d4d93fc0a
2013-10-04 10:36:27 -05:00
Brad Gonzales
b1ea0a3f5c Issue #2383 Updates to fix issues with adhoc point queries and bandwith manager tests.
Amend:  Reverted BandwidthDaoUtil.setAdhocMostRecentUrlAndTime to Dave's fixes, with one
        minor change.  Added additional handling to start and end bucket calculation in
        InMemoryBandwidthBucketDao.  Addtional logging.  Removed exception logging of
        subscriptions.

Change-Id: Ie51c0accd7f39d31379e49e97542bae75bde5a1c

Former-commit-id: d597d7f653 [formerly c81825ce57 [formerly 148cc6d96ed17127590827d166325c4748384689]]
Former-commit-id: c81825ce57
Former-commit-id: b5669581d8
2013-09-19 12:54:31 -05:00
Nate Jensen
915b198377 Merge "Issue #2351 Fixed bugs in Bandwidth and adhoc pointdata flow Change-Id: I6510f8bd685033627b4cdfa53c6269aeee21a4d6" into dd_pre_release_2.1
Former-commit-id: 98c4525dab [formerly 2696f8bc3b [formerly 9cbd8325e0225e1523e0cba20c3c08ded3beb32c]]
Former-commit-id: 2696f8bc3b
Former-commit-id: 5058c9cb9c
2013-09-11 14:57:28 -05:00
Dave Hladky
fc52c485b9 Issue #2351 Fixed bugs in Bandwidth and adhoc pointdata flow
Change-Id: I6510f8bd685033627b4cdfa53c6269aeee21a4d6

Former-commit-id: 32492e2fc7 [formerly f0cd59589b [formerly 5013a3b61bcc0a1533211e047d780e5a7ecacb08]]
Former-commit-id: f0cd59589b
Former-commit-id: cedbfc69b7
2013-09-11 13:28:51 -05:00
Nate Jensen
790542df2a Merge "Issue #2180 - handle delete of credentials" into dd_pre_release_2.1
Former-commit-id: b371d6ed2a [formerly 92233a3f3a [formerly 07a5e7a9826935e7e3e724e648ce931faf0da62e]]
Former-commit-id: 92233a3f3a
Former-commit-id: b40157ac97
2013-09-11 13:00:03 -05:00
Mike Duff
f3717d0040 Issue #2180 - handle delete of credentials
Change-Id: Ie8f1cdba92df03d94a4d7b009b8330eced10e036

Former-commit-id: aaf7a3778f [formerly 0d602a6c3f [formerly 1dfcfc80308a182f0f21f028e19285fa39c53d6e]]
Former-commit-id: 0d602a6c3f
Former-commit-id: 43583eeaae
2013-09-11 12:08:12 -05:00
Mike Duff
f20e2d7255 Issue #2352 - Data Browser Must Check For Subscriptions Belonging to the Local Site
Change-Id: I23392906a7d829852af2991dd096d4b5e76765aa

Former-commit-id: b8d2c6cffc [formerly 89342e59b9 [formerly 5b4c9794eb396f02cdf024d2df2089add4719910]]
Former-commit-id: 89342e59b9
Former-commit-id: b569410bc4
2013-09-11 09:47:04 -05:00
Brad Gonzales
df86ac5a44 Issue #2330 SubscriptionManagerAction.execute now filters subscriptions by current site id.
Change-Id: I4572837369088bcc1ee0bb4d5fb2349162f386b2

Former-commit-id: 0f12e60d65 [formerly 2ebe39ea37 [formerly 92386c72ba9e7ef3ee0c64caa8b369c23b0367eb]]
Former-commit-id: 2ebe39ea37
Former-commit-id: 96b3794c45
2013-09-05 16:30:15 -05:00
Benjamin Phillippe
2b6aca163f Issue #1538 Federated registry fixes/modifications
Change-Id: Iedc048fe42687bec17385f0aacf0af0141df2146

Former-commit-id: b10ecfa19c [formerly a96764e900 [formerly 05e0a84c1ef3d04256884b81219f643e8f38187d]]
Former-commit-id: a96764e900
Former-commit-id: 178e073cf3
2013-08-28 11:41:06 -05:00
Mike Duff
e9e712892f Issue #2180 - Pass messages back to CAVE
Change-Id: Ia5b88d577fc51b449a77389354e14808515e67bc

Former-commit-id: 5f462ebf6f [formerly 20e6396c48 [formerly 37de8f85f870ca494e5a641967f544e359df77b9]]
Former-commit-id: 20e6396c48
Former-commit-id: 4ed4e2a225
2013-08-23 13:47:26 -05:00
Mike Duff
e0ddf25ffb Issue #2180 - Implement front end of ogc encryption, redesign DD system management dialog
Peer review comments

Change-Id: I4b2eef5a0d0697e2f94aa7c59872c73cb3b350b0

Former-commit-id: 6190281e77 [formerly 70af70ba8d [formerly 938c6d3151fc5b7513ee48fe9e9de0c60e7799a8]]
Former-commit-id: 70af70ba8d
Former-commit-id: 89cdc61d65
2013-08-16 13:13:02 -05:00
Brad Gonzales
b0779c9b4f Issue #1822 created DataDeliveryRetrievalWmoHeaderApplier to generate WMO Header for data delivery retrievals.
Change-Id: If1037781d8fbf0e3a88556ef4401fb77621187d7

Former-commit-id: d5ee61dc2b [formerly 21c1b35c8b [formerly 9ddb76125f51eb0ea73b7bb54a77e84fb32349e4]]
Former-commit-id: 21c1b35c8b
Former-commit-id: 5ebe8ee093
2013-08-09 15:42:38 -05:00
Dave Hladky
3c5ed94610 Issue #2180 encrypt credential storage
Change-Id: If617535df024216c8d089a67c326c098e906724e

Former-commit-id: adf02a83c0 [formerly a2260ac6d3 [formerly f912ce7c2806abdce17c2b994d9226cdacf1ff34]]
Former-commit-id: a2260ac6d3
Former-commit-id: a9b8cad721
2013-07-30 08:33:59 -05:00
Mike Duff
64c0321ac6 Issue #2193 - Fix for DD data browser subscription column.
Change-Id: I1a76cdac15273b2e1b5b76095d9ae5f3ece8c1a3

Former-commit-id: 8229d5a23f [formerly 0ad0821d1c [formerly 344193f08e3ced288cd223a0ae295d13aa50e13a]]
Former-commit-id: 0ad0821d1c
Former-commit-id: 997d195db6
2013-07-18 14:30:39 -05:00
Max Schenkelberg
cd88054e2b Issue #2142 Got log4j out of edex.
Amend: Removed deleted files from build.properties

Change-Id: Id6aad305848ce137eb7e26cf689e172f165211fa

Former-commit-id: 50825200a1 [formerly 63421a4819 [formerly f47d21972b86d8c2c757874c5e450f93e5704133]]
Former-commit-id: 63421a4819
Former-commit-id: 94fa6f0e30
2013-07-15 14:26:15 -05:00
Dustin Johnson
aa7c916c05 Issue #2106 Create SubscriptionRetrievalAttributes to only load Subscription objects when required
Amend: Peer review comments, also fixed bug where subscriptions weren't being loaded on changing bandwidth

Change-Id: I8b5a122b0434d54dcfcbff9df6283edad68d7eb1

Former-commit-id: 5f38365571 [formerly 050b38fa9a [formerly 4da045d4c13a7d14cdbea3269409f2020e0c78f1]]
Former-commit-id: 050b38fa9a
Former-commit-id: a821cdac28
2013-07-12 09:01:05 -05:00
Dustin Johnson
ed0ff8ff85 Merge "Issue #2106 Improve BandwidthManager performance - Use copy constructors - Separate BandwidthBucket handling into a DAO - Preparations to remove all in-memory object handling" into development
Former-commit-id: 59c1cd7a5e [formerly f5d66a9f0d [formerly 1a45a8604e35d0b14caf8465905a806e79a2461d]]
Former-commit-id: f5d66a9f0d
Former-commit-id: f519f21b79
2013-07-08 15:53:15 -05:00
Dustin Johnson
01193120be Issue #2106 Improve BandwidthManager performance
- Use copy constructors
- Separate BandwidthBucket handling into a DAO
- Preparations to remove all in-memory object handling

Amend: Copy more calendar and byte array objects

Change-Id: I72f4813c0780586585409a9a64c7915adc1ccbae

Former-commit-id: a6575c3235 [formerly 124edcbd15 [formerly e11242447c3c93f403cd546df4315381486e465c]]
Former-commit-id: 124edcbd15
Former-commit-id: 4526635405
2013-07-08 10:22:30 -05:00
Mike Duff
876960a2cb Issue #2132 - review comments
Change-Id: I65b880b5f96471b6f8e0f5ae89ee3981a96a1094

Former-commit-id: 2618c1a4e4 [formerly 4399429e74 [formerly 7a85b96863dece9c1b5a356f4e929665e0ce03f8]]
Former-commit-id: 4399429e74
Former-commit-id: 57d37e9761
2013-07-02 16:08:37 -05:00
Dustin Johnson
fe8c0b47d1 Issue #2106 Fix transactional semantics
- No longer continuously suspend/resume transactions caused by invoking static methods
- Mark registry top-level query/store classes as requiring existing transactions
- Invoke registry initialized listeners in their own transaction
- Data changes denoted by registry events are now visible when the transaction commits

Change-Id: Ic78cbf00afc93aa5fcf1357000ea6c8b5e32cea9

Former-commit-id: 69c09e530f [formerly fac7d3a9d9 [formerly 8d1a47446927a3c6646fa0748d7096afb376b952]]
Former-commit-id: fac7d3a9d9
Former-commit-id: 5bfef9bb45
2013-06-25 08:33:55 -05:00
Mike Duff
9d3c4ce704 Issue #2132 - Fix drawing lat/long box for madis point data
Change-Id: Ie041c31726f6e51467b9d2730d662c431b42ac96

Former-commit-id: 14bd577f6c [formerly f685e73bd2 [formerly 380b50d8a3d2a3f80e5a69dd1980e8e863985c2a]]
Former-commit-id: f685e73bd2
Former-commit-id: 7b3d79edc9
2013-06-21 14:59:03 -05:00
Steve Harris
ba02238047 Merge branch 'omaha_13.5.1' into development
Conflicts:
	cave/com.raytheon.uf.viz.datadelivery/src/com/raytheon/uf/viz/datadelivery/subscription/subset/GriddedSubsetManagerDlg.java
	cave/com.raytheon.uf.viz.datadelivery/src/com/raytheon/uf/viz/datadelivery/subscription/subset/PointSubsetManagerDlg.java
	cave/com.raytheon.uf.viz.datadelivery/src/com/raytheon/uf/viz/datadelivery/subscription/subset/SubsetManagerDlg.java
	edexOsgi/com.raytheon.uf.common.datadelivery.registry/src/com/raytheon/uf/common/datadelivery/registry/SiteSubscription.java

Former-commit-id: 532d41787b [formerly 43316cbff9 [formerly df49d4d975e97a6b6c35e710dfd8244455eb21eb]]
Former-commit-id: 43316cbff9
Former-commit-id: 12248cade1
2013-06-17 15:29:01 -05:00
Dustin Johnson
bfcacf3e0f Issue #2106 Correct connection password logic, fix test code
Change-Id: I6f7f91542c324ac63214da5e231ab3f267b90f25

Former-commit-id: 6cb4800e24 [formerly e1fb1488c9 [formerly e1098a65c04a230590b8460b3da1d12b1046b9b5]]
Former-commit-id: e1fb1488c9
Former-commit-id: 509418e05c
2013-06-17 09:24:07 -05:00
Dustin Johnson
7afb994dc7 Merge "Issue #2106 Speed up Bandwidth Manager subscription scheduling" into development
Former-commit-id: 4f655f8690 [formerly f6d907556b [formerly 14156b01cb7e4e4250c9e74f4e21116ab9c706b0]]
Former-commit-id: f6d907556b
Former-commit-id: 6844e02b73
2013-06-14 10:33:48 -05:00
Dustin Johnson
914646c73c Issue #2106 Speed up Bandwidth Manager subscription scheduling
Change-Id: Iafceeb64a2b56c562ca737ba083ec3225524f7ba

Former-commit-id: 8500856bc1 [formerly 2574f5a25d [formerly 693bfd77ddc216e658f6e1e4a38f48a2df1fe3bf]]
Former-commit-id: 2574f5a25d
Former-commit-id: 52eda5be34
2013-06-14 09:25:48 -05:00
Dave Hladky
83c17aa05e Issue #2101 Subscription retrieval for WFS (MADIS) follow on of #1763, #2062 for 13.6.1
Change-Id: I5942d35c77eaa0232147581381e1ff96c690cc03

Former-commit-id: 5512104d86 [formerly 776bbbba21 [formerly 00fcd53e94c1ff71d65c42b5f7644f653a1fd179]]
Former-commit-id: 776bbbba21
Former-commit-id: 292a7a49dc
2013-06-13 22:13:49 -05:00
Dustin Johnson
c22c156945 Issue #2038 Correct required size estimations for subscription updates
Change-Id: I7994cb1492a4a541b6fe4720179fe928b3365db0

Former-commit-id: 94eeac2f7d [formerly 9156ec8c2d [formerly 2fb575c534a756a835cc072429ba78a417d3c445]]
Former-commit-id: 9156ec8c2d
Former-commit-id: 757c711d2e
2013-06-12 14:52:49 -05:00
Dustin Johnson
8cb1003277 Issue #2038 Add support for point data type subscriptions to BandwidthManager
Amend: Peer review comments, improve time considerations for Point subscriptions

Change-Id: I9dde7f7da9dab9c8f3163a87b1ebe64303fc7dc2

Former-commit-id: c677ae32d7 [formerly 7c4a6261fc [formerly f7ed3ec86188635eb069878ac490af06ea98e4a2]]
Former-commit-id: 7c4a6261fc
Former-commit-id: 63f8ff76c3
2013-06-10 11:37:37 -05:00
Mike Duff
e6f8712306 Issue #2064 - Add ability to subscribe to observational point data (MADIS)
Change-Id: I298af2d50ec972ab4e728c7aa5d41c0a757d39fa

Former-commit-id: 12e5155edc [formerly 321209adb8 [formerly 9142ab024fb870b6c9fa18d42d42ae869c4ec58c]]
Former-commit-id: 321209adb8
Former-commit-id: 77611d7e9c
2013-06-05 12:06:58 -05:00
Dave Hladky
87e81a8b1b Issue #2062 Fixed up AWIPS2_baseline portion of merge
Change-Id: I3e327ee6789bf13357ff54c0843ce21a04bc870b

Former-commit-id: fa8ea8ecca [formerly 2f67b74318 [formerly 982daef280be6f3efe87a066fa5919be9cfeb9ec]]
Former-commit-id: 2f67b74318
Former-commit-id: 39f357570b
2013-05-31 15:27:45 -05:00
Dustin Johnson
f6c89fa3d9 Issue #2038 Fix ability to get shared subscriptions by id
Change-Id: Iff7d9ab52e8152e7f950a536e49d92acad45dd19

Former-commit-id: 05bd3e113d [formerly fc807288a7 [formerly e308ea7b1bc786832d4414369f86cc2d02f71ae2]]
Former-commit-id: fc807288a7
Former-commit-id: b4bc2ca947
2013-05-31 09:29:44 -05:00
Dave Hladky
7393abfc91 Issue #2049 Sister ticket to #753, WFS retrieval impl for MADIS
Change-Id: I5e3f2a1f4047ab61d6d19a1fde0ff539df3863b7

Former-commit-id: 83dae4fe01 [formerly 1608d407d1 [formerly 636bed36a4f7adc5db8b476d618ff4d67c806671]]
Former-commit-id: 1608d407d1
Former-commit-id: c292bf1b55
2013-05-30 17:04:16 -05:00