Produced by Araxis Merge on 12/7/2018 11:35:50 AM Central Standard 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 | C:\SCRUB\MHED\MHED\VAR 4.10.0\var-resources-release-4.10@1091a011694\ResourceIntTest\src\inttest\resources\META-INF\cocoon\spring\inttest | applicationContext-JPA.xml | Thu Oct 18 18:44:32 2018 UTC |
| 2 | C:\MHED-scrubbed\MHED\MHED\VAR 4.10.0\var-resources-release-4.10@1091a011694\ResourceIntTest\src\inttest\resources\META-INF\cocoon\spring\inttest | applicationContext-JPA.xml | Fri Dec 7 13:05:28 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 598 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| 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:cont ext="http: //www.spri ngframewor k.org/sche ma/context " | |
| 10 | ||
| 11 | xmlns:aop= "http://ww w.springfr amework.or g/schema/a op" | |
| 12 | xmlns:tx=" http://www .springfra mework.org /schema/tx " | |
| 13 | ||
| 14 | xmlns:p="h ttp://www. springfram ework.org/ schema/p" | |
| 15 | ||
| 16 | xsi:schema Location=" http://www .springfra mework.org /schema/be ans http ://www.spr ingframewo rk.org/sch ema/beans/ spring-bea ns-3.0.xsd | |
| 17 | http ://www.spr ingframewo rk.org/sch ema/contex t http://w ww.springf ramework.o rg/schema/ context/sp ring-conte xt-3.0.xsd | |
| 18 | http ://www.spr ingframewo rk.org/sch ema/aop http://w ww.springf ramework.o rg/schema/ aop/spring -aop-3.0.x sd | |
| 19 | http ://www.spr ingframewo rk.org/sch ema/tx http://w ww.springf ramework.o rg/schema/ tx/spring- tx-3.0.xsd " | |
| 20 | > | |
| 21 | ||
| 22 | ||
| 23 | <context:a nnotation- config /> | |
| 24 | ||
| 25 | ||
| 26 | <context:c omponent-s can | |
| 27 | base-packa ge="com.ag ilex.healt hcare.vete ranappoint ment" | |
| 28 | /> | |
| 29 | ||
| 30 | ||
| 31 | <tx:annota tion-drive n | |
| 32 | transactio n-manager= "transacti onManager" | |
| 33 | /> | |
| 34 | ||
| 35 | ||
| 36 | <bean | |
| 37 | id="proper tyHelper" | |
| 38 | class="agi lex.common s.helper.P ropertyHel per" | |
| 39 | /> | |
| 40 | ||
| 41 | <!-- In-Me mory confi g --> | |
| 42 | ||
| 43 | ||
| 44 | <bean | |
| 45 | id="jpaDia lect" | |
| 46 | class="org .springfra mework.orm .jpa.vendo r.Hibernat eJpaDialec t" | |
| 47 | /> | |
| 48 | ||
| 49 | ||
| 50 | <bean | |
| 51 | class="org .springfra mework.jdb c.datasour ce.DriverM anagerData Source" | |
| 52 | id="hsqlDa taSource" | |
| 53 | > | |
| 54 | ||
| 55 | <property | |
| 56 | name="driv erClassNam e" | |
| 57 | value="org .hsqldb.jd bcDriver" | |
| 58 | /> | |
| 59 | ||
| 60 | <property | |
| 61 | name="url" | |
| 62 | value="jdb c:hsqldb:m em:VARDB" | |
| 63 | /> | |
| 64 | ||
| 65 | <property | |
| 66 | name="user name" | |
| 67 | value="sa" | |
| 68 | /> | |
| 69 | ||
| 70 | <property | |
| 71 | name="pass word" | |
| 72 | value="" | |
| 73 | /> | |
| 74 | ||
| 75 | </bean> | |
| 76 | ||
| 77 | ||
| 78 | <bean | |
| 79 | id="transa ctionManag er" | |
| 80 | class="org .springfra mework.orm .jpa.JpaTr ansactionM anager" | |
| 81 | ||
| 82 | p:entityMa nagerFacto ry-ref="en tityManage rFactory" | |
| 83 | p:dataSour ce-ref="hs qlDataSour ce" | |
| 84 | ||
| 85 | p:jpaDiale ct-ref="jp aDialect" | |
| 86 | /> | |
| 87 | ||
| 88 | ||
| 89 | <bean | |
| 90 | id="metric TxManager" | |
| 91 | class="org .springfra mework.orm .jpa.JpaTr ansactionM anager" | |
| 92 | ||
| 93 | p:entityMa nagerFacto ry-ref="en tityManage rFactory" | |
| 94 | p:dataSour ce-ref="hs qlDataSour ce" | |
| 95 | ||
| 96 | p:jpaDiale ct-ref="jp aDialect" | |
| 97 | /> | |
| 98 | ||
| 99 | ||
| 100 | <bean | |
| 101 | id="hsqlHi bernateJpa VendorAdap ter" | |
| 102 | ||
| 103 | class="org .springfra mework.orm .jpa.vendo r.Hibernat eJpaVendor Adapter" | |
| 104 | ||
| 105 | p:database Platform=" org.hibern ate.dialec t.HSQLDial ect" | |
| 106 | p:generate Ddl="true" | |
| 107 | ||
| 108 | p:showSql= "true" | |
| 109 | /> | |
| 110 | ||
| 111 | ||
| 112 | <bean | |
| 113 | id="entity ManagerFac tory" | |
| 114 | ||
| 115 | class="org .springfra mework.orm .jpa.Local ContainerE ntityManag erFactoryB ean" | |
| 116 | ||
| 117 | lazy-init= "true" | |
| 118 | p:dataSour ce-ref="hs qlDataSour ce" | |
| 119 | ||
| 120 | p:jpaVendo rAdapter-r ef="hsqlHi bernateJpa VendorAdap ter" | |
| 121 | p:persiste nceUnitNam e="varhadb PU" | |
| 122 | ||
| 123 | p:jpaDiale ct-ref="jp aDialect" | |
| 124 | > | |
| 125 | ||
| 126 | <property | |
| 127 | name="pack agesToScan " | |
| 128 | value="com .agilex.he althcare.v eteranappo intment.da talayer" | |
| 129 | /> | |
| 130 | ||
| 131 | </bean> | |
| 132 | ||
| 133 | ||
| 134 | <bean | |
| 135 | id="authEn tityManage rFactory" | |
| 136 | ||
| 137 | class="org .springfra mework.orm .jpa.Local ContainerE ntityManag erFactoryB ean" | |
| 138 | ||
| 139 | lazy-init= "true" | |
| 140 | p:dataSour ce-ref="au thHsqlData Source" | |
| 141 | ||
| 142 | p:jpaVendo rAdapter-r ef="hsqlHi bernateJpa VendorAdap ter" | |
| 143 | p:persiste nceUnitNam e="authdbP U" | |
| 144 | ||
| 145 | p:jpaDiale ct-ref="jp aDialect" | |
| 146 | > | |
| 147 | ||
| 148 | </bean> | |
| 149 | ||
| 150 | ||
| 151 | <bean | |
| 152 | class="org .springfra mework.jdb c.datasour ce.DriverM anagerData Source" | |
| 153 | id="authHs qlDataSour ce" | |
| 154 | > | |
| 155 | ||
| 156 | <property | |
| 157 | name="driv erClassNam e" | |
| 158 | value="org .hsqldb.jd bcDriver" | |
| 159 | /> | |
| 160 | ||
| 161 | <property | |
| 162 | name="url" | |
| 163 | value="jdb c:hsqldb:m em:HADB" | |
| 164 | /> | |
| 165 | ||
| 166 | <property | |
| 167 | name="user name" | |
| 168 | value="sa" | |
| 169 | /> | |
| 170 | ||
| 171 | <property | |
| 172 | name="pass word" | |
| 173 | value="" | |
| 174 | /> | |
| 175 | ||
| 176 | </bean> | |
| 177 | ||
| 178 | ||
| 179 | <bean | |
| 180 | id="authTr ansactionM anager" | |
| 181 | class="org .springfra mework.orm .jpa.JpaTr ansactionM anager" | |
| 182 | ||
| 183 | p:entityMa nagerFacto ry-ref="au thEntityMa nagerFacto ry" | |
| 184 | p:dataSour ce-ref="au thHsqlData Source" | |
| 185 | ||
| 186 | p:jpaDiale ct-ref="jp aDialect" | |
| 187 | /> | |
| 188 | ||
| 189 | ||
| 190 | <context:a nnotation- config /> | |
| 191 | ||
| 192 | ||
| 193 | <context:c omponent-s can | |
| 194 | base-packa ge="com.ag ilex.healt hcare.vete ranappoint ment" | |
| 195 | /> | |
| 196 | ||
| 197 | ||
| 198 | <bean | |
| 199 | class="org .springfra mework.jdb c.datasour ce.DriverM anagerData Source" | |
| 200 | id="nonJnd iCdwDataSo urce" | |
| 201 | > | |
| 202 | ||
| 203 | <property | |
| 204 | name="driv erClassNam e" | |
| 205 | value="net .sourcefor ge.jtds.jd bc.Driver" | |
| 206 | /> | |
| 207 | ||
| 208 | <property | |
| 209 | name="url" | |
| 210 | value="jdb c:jtds:sql server://1 92.168.25. 154:1433;d atabaseNam e=OIA_Mobi leHealth;u seNTLMv2=t rue;domain =MDM.local " | |
| 211 | /> | |
| 212 | ||
| 213 | <property | |
| 214 | name="user name" | |
| 215 | value="OIA _ClinicInH and_APP" | |
| 216 | /> | |
| 217 | ||
| 218 | <property | |
| 219 | name="pass word" | |
| 220 | value=" PW_R e d a cte d " | |
| 221 | /> | |
| 222 | ||
| 223 | </bean> | |
| 224 | ||
| 225 | ||
| 226 | <bean | |
| 227 | id="jdbcTe mplate" | |
| 228 | class="org .springfra mework.jdb c.core.Jdb cTemplate" | |
| 229 | > | |
| 230 | ||
| 231 | <property | |
| 232 | name="data Source" | |
| 233 | ref="nonJn diCdwDataS ource" | |
| 234 | /> | |
| 235 | ||
| 236 | </bean> | |
| 237 | ||
| 238 | ||
| 239 | <bean | |
| 240 | id="patien tResultSet RowMapperT eam" | |
| 241 | class="com .agilex.he althcare.d irectsched uling.db.P atientResu ltSetRowMa pperTeam" | |
| 242 | /> | |
| 243 | ||
| 244 | <bean | |
| 245 | id="patien tResultSet RowMapperC linic" | |
| 246 | class="com .agilex.he althcare.d irectsched uling.db.P atientResu ltSetRowMa pperClinic " | |
| 247 | /> | |
| 248 | ||
| 249 | ||
| 250 | <bean | |
| 251 | id="patien tRelations hipDaoTeam Impl" | |
| 252 | ||
| 253 | class="com .agilex.he althcare.d irectsched uling.dao. PatientRel ationshipD aoImpl" | |
| 254 | ||
| 255 | init-metho d="initSto redProcedu re" | |
| 256 | > | |
| 257 | ||
| 258 | <property | |
| 259 | name="jdbc Template" | |
| 260 | ref="jdbcT emplate" | |
| 261 | /> | |
| 262 | ||
| 263 | <property | |
| 264 | name="stor edProcedur e" | |
| 265 | value="App .ap_GetPtA ctiveTeams Members" | |
| 266 | /> | |
| 267 | ||
| 268 | <property | |
| 269 | name="pati entResultS etRowMappe r" | |
| 270 | ref="patie ntResultSe tRowMapper Team" | |
| 271 | /> | |
| 272 | ||
| 273 | </bean> | |
| 274 | ||
| 275 | ||
| 276 | <bean | |
| 277 | id="patien tRelations hipDaoClin icImpl" | |
| 278 | ||
| 279 | class="com .agilex.he althcare.d irectsched uling.dao. PatientRel ationshipD aoImpl" | |
| 280 | ||
| 281 | init-metho d="initSto redProcedu re" | |
| 282 | > | |
| 283 | ||
| 284 | <property | |
| 285 | name="jdbc Template" | |
| 286 | ref="jdbcT emplate" | |
| 287 | /> | |
| 288 | ||
| 289 | <property | |
| 290 | name="stor edProcedur e" | |
| 291 | value="App .ap_GetPtA ctiveTeams Clinics" | |
| 292 | /> | |
| 293 | ||
| 294 | <property | |
| 295 | name="pati entResultS etRowMappe r" | |
| 296 | ref="patie ntResultSe tRowMapper Clinic" | |
| 297 | /> | |
| 298 | ||
| 299 | </bean> | |
| 300 | </beans> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.