Produced by Araxis Merge on 6/9/2017 3:51:36 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Fri Jun 9 19:51:36 2017 UTC | ||
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-web\src\main\webapp\WEB-INF\spring\gov\va\nvap\web\document | document-config.xml | Fri Apr 21 20:03:30 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 233 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | <?xml | |||||
| 2 | version="1 .0" | |||||
| 3 | encoding=" UTF-8" | |||||
| 4 | ?> | |||||
| 5 | <beans | |||||
| 6 | xmlns="htt p://www.sp ringframew ork.org/sc hema/beans " | |||||
| 7 | ||||||
| 8 | xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" | |||||
| 9 | xmlns:aop= "http://ww w.springfr amework.or g/schema/a op" | |||||
| 10 | ||||||
| 11 | xmlns:tx=" http://www .springfra mework.org /schema/tx " | |||||
| 12 | xmlns:jee= "http://ww w.springfr amework.or g/schema/j ee" | |||||
| 13 | ||||||
| 14 | xmlns:cont ext="http: //www.spri ngframewor k.org/sche ma/context " | |||||
| 15 | ||||||
| 16 | xsi:schema Location=" | |||||
| 17 | http ://www.spr ingframewo rk.org/sch ema/beans http://www .springfra mework.org /schema/be ans/spring -beans.xsd | |||||
| 18 | http ://www.spr ingframewo rk.org/sch ema/tx htt p://www.sp ringframew ork.org/sc hema/tx/sp ring-tx.xs d | |||||
| 19 | http ://www.spr ingframewo rk.org/sch ema/contex t | |||||
| 20 | http ://www.spr ingframewo rk.org/sch ema/contex t/spring-c ontext-2.5 .xsd | |||||
| 21 | http ://www.spr ingframewo rk.org/sch ema/jee ht tp://www.s pringframe work.org/s chema/jee/ spring-jee -2.5.xsd | |||||
| 22 | http ://www.spr ingframewo rk.org/sch ema/aop ht tp://www.s pringframe work.org/s chema/aop/ spring-aop .xsd" | |||||
| 23 | > | |||||
| 24 | ||||||
| 25 | ||||||
| 26 | <bean | |||||
| 27 | id="adapte rDocumentH elper" | |||||
| 28 | class="gov .va.nvap.w eb.helper. document.D ocumentHel per" | |||||
| 29 | > | |||||
| 30 | ||||||
| 31 | <property | |||||
| 32 | name="loca lDocumentR epositoryI d" | |||||
| 33 | value="1" | |||||
| 34 | /> | |||||
| 35 | ||||||
| 36 | <property | |||||
| 37 | name="adap terDocQuer yRetrieve" | |||||
| 38 | ref="adapt erDocQuery Retrieve" | |||||
| 39 | /> | |||||
| 40 | ||||||
| 41 | <property | |||||
| 42 | name="styl esheetTran sformers" | |||||
| 43 | > | |||||
| 44 | ||||||
| 45 | <map> | |||||
| 46 | ||||||
| 47 | <entry | |||||
| 48 | key="adapt er" | |||||
| 49 | value-ref= "adapterSt ylsheetTra nsformer" | |||||
| 50 | /> | |||||
| 51 | ||||||
| 52 | <entry | |||||
| 53 | key="custo m" | |||||
| 54 | value-ref= "customNhi nStylsheet Transforme r" | |||||
| 55 | /> | |||||
| 56 | ||||||
| 57 | <entry | |||||
| 58 | key="cda" | |||||
| 59 | value-ref= "documentS tylsheetTr ansformer" | |||||
| 60 | /> | |||||
| 61 | ||||||
| 62 | <entry | |||||
| 63 | key="xml" | |||||
| 64 | value-ref= "xmlToHtml Transforme r" | |||||
| 65 | /> | |||||
| 66 | ||||||
| 67 | <entry | |||||
| 68 | key="vista web" | |||||
| 69 | value-ref= "vistawebS tylesheetT ransformer " | |||||
| 70 | /> | |||||
| 71 | ||||||
| 72 | </map> | |||||
| 73 | ||||||
| 74 | </property > | |||||
| 75 | ||||||
| 76 | <property | |||||
| 77 | name="defa ultStylesh eet" | |||||
| 78 | value="${d ocument.vi ew.stylesh eet.defaul t}" | |||||
| 79 | /> | |||||
| 80 | ||||||
| 81 | <property | |||||
| 82 | name="xmlV iewEnabled " | |||||
| 83 | value="${d ocument.vi ew.xml.ena bled}" | |||||
| 84 | /> | |||||
| 85 | ||||||
| 86 | <property | |||||
| 87 | name="stri ngToXML" | |||||
| 88 | ref="strin gToXML" | |||||
| 89 | /> | |||||
| 90 | ||||||
| 91 | <property | |||||
| 92 | name="maxU ploadFileS ize" | |||||
| 93 | value="${d ocument.ma x.upload.s ize.bytes} " | |||||
| 94 | /> | |||||
| 95 | ||||||
| 96 | </bean> | |||||
| 97 | ||||||
| 98 | ||||||
| 99 | <bean | |||||
| 100 | id="docume ntStylshee tTransform er" | |||||
| 101 | class="gov .va.nvap.c ommon.tran sformer.xs l.XMLtoStr ing" | |||||
| 102 | > | |||||
| 103 | ||||||
| 104 | <property | |||||
| 105 | name="erro rListener" | |||||
| 106 | ref="defau ltTransfor merErrorLi stener" | |||||
| 107 | /> | |||||
| 108 | ||||||
| 109 | <property | |||||
| 110 | name="tran sformerFac tory" | |||||
| 111 | ref="trans formerFact ory" | |||||
| 112 | /> | |||||
| 113 | ||||||
| 114 | <property | |||||
| 115 | name="reso urce" | |||||
| 116 | ||||||
| 117 | value="cla sspath:gov /va/nvap/d ocument/xs l/lantana/ cda.xsl" | |||||
| 118 | /> | |||||
| 119 | ||||||
| 120 | </bean> | |||||
| 121 | ||||||
| 122 | ||||||
| 123 | <bean | |||||
| 124 | id="custom NhinStylsh eetTransfo rmer" | |||||
| 125 | class="gov .va.nvap.c ommon.tran sformer.xs l.XMLtoStr ing" | |||||
| 126 | > | |||||
| 127 | ||||||
| 128 | <property | |||||
| 129 | name="erro rListener" | |||||
| 130 | ref="defau ltTransfor merErrorLi stener" | |||||
| 131 | /> | |||||
| 132 | ||||||
| 133 | <property | |||||
| 134 | name="tran sformerFac tory" | |||||
| 135 | ref="trans formerFact ory" | |||||
| 136 | /> | |||||
| 137 | ||||||
| 138 | <property | |||||
| 139 | name="reso urce" | |||||
| 140 | ||||||
| 141 | value="cla sspath:gov /va/nvap/d ocument/xs l/custom/m ain_div.xs l" | |||||
| 142 | /> | |||||
| 143 | ||||||
| 144 | </bean> | |||||
| 145 | ||||||
| 146 | ||||||
| 147 | <bean | |||||
| 148 | id="adapte rStylsheet Transforme r" | |||||
| 149 | class="gov .va.nvap.c ommon.tran sformer.xs l.XMLtoStr ing" | |||||
| 150 | > | |||||
| 151 | ||||||
| 152 | <property | |||||
| 153 | name="erro rListener" | |||||
| 154 | ref="defau ltTransfor merErrorLi stener" | |||||
| 155 | /> | |||||
| 156 | ||||||
| 157 | <property | |||||
| 158 | name="tran sformerFac tory" | |||||
| 159 | ref="trans formerFact ory" | |||||
| 160 | /> | |||||
| 161 | ||||||
| 162 | <property | |||||
| 163 | name="reso urce" | |||||
| 164 | ||||||
| 165 | value="cla sspath:gov /va/nvap/d ocument/xs l/custom/c ustom.xsl" | |||||
| 166 | /> | |||||
| 167 | ||||||
| 168 | </bean> | |||||
| 169 | ||||||
| 170 | ||||||
| 171 | <bean | |||||
| 172 | id="xmlToH tmlTransfo rmer" | |||||
| 173 | class="gov .va.nvap.c ommon.tran sformer.xs l.XMLtoStr ing" | |||||
| 174 | > | |||||
| 175 | ||||||
| 176 | <property | |||||
| 177 | name="erro rListener" | |||||
| 178 | ref="defau ltTransfor merErrorLi stener" | |||||
| 179 | /> | |||||
| 180 | ||||||
| 181 | <property | |||||
| 182 | name="tran sformerFac tory" | |||||
| 183 | ref="trans formerFact ory" | |||||
| 184 | /> | |||||
| 185 | ||||||
| 186 | <property | |||||
| 187 | name="reso urce" | |||||
| 188 | ||||||
| 189 | value="cla sspath:gov /va/nvap/d ocument/xs l/verbatim /xmlverbat imwrapper. xsl" | |||||
| 190 | /> | |||||
| 191 | ||||||
| 192 | </bean> | |||||
| 193 | ||||||
| 194 | ||||||
| 195 | <bean | |||||
| 196 | id="vistaw ebStyleshe etTransfor mer" | |||||
| 197 | class="gov .va.nvap.c ommon.tran sformer.xs l.XMLtoStr ing" | |||||
| 198 | > | |||||
| 199 | ||||||
| 200 | <property | |||||
| 201 | name="erro rListener" | |||||
| 202 | ref="defau ltTransfor merErrorLi stener" | |||||
| 203 | /> | |||||
| 204 | ||||||
| 205 | <property | |||||
| 206 | name="tran sformerFac tory" | |||||
| 207 | ref="trans formerFact ory" | |||||
| 208 | /> | |||||
| 209 | ||||||
| 210 | <property | |||||
| 211 | name="reso urce" | |||||
| 212 | ||||||
| 213 | value="cla sspath:gov /va/nvap/d ocument/xs l/vistaweb /nhin/cda2 detail.xsl " | |||||
| 214 | /> | |||||
| 215 | ||||||
| 216 | </bean> | |||||
| 217 | ||||||
| 218 | ||||||
| 219 | <jee:jndi- lookup | |||||
| 220 | id="adapte rDocQueryR etrieve" | |||||
| 221 | ||||||
| 222 | jndi-name= "AdapterDo cQueryRetr ieve#gov.v a.nvap.ser vice.adapt er.doc.Ada pterDocQue ryRetrieve " | |||||
| 223 | ||||||
| 224 | cache="tru e" | |||||
| 225 | resource-r ef="true" | |||||
| 226 | lookup-on- startup="t rue" | |||||
| 227 | ||||||
| 228 | expected-t ype="gov.v a.nvap.ser vice.adapt er.doc.Ada pterDocQue ryRetrieve " | |||||
| 229 | ||||||
| 230 | proxy-inte rface="gov .va.nvap.s ervice.ada pter.doc.A dapterDocQ ueryRetrie ve" | |||||
| 231 | /> | |||||
| 232 | ||||||
| 233 | </beans> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.