Skip to content

Commit

Permalink
#1775 Users caching - support java 11 (jaxb) ; share user moved to do…
Browse files Browse the repository at this point in the history
…main dao object ; correct/refactor
  • Loading branch information
Limraj committed Sep 16, 2021
1 parent 442b5a4 commit 7270c87
Show file tree
Hide file tree
Showing 29 changed files with 344 additions and 20,663 deletions.
2 changes: 0 additions & 2 deletions WebContent/WEB-INF/applicationContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,10 @@

<bean id="watchListGetShareUsers" class="org.scada_lts.permissions.service.WatchListGetShareUsers">
<constructor-arg ref="watchListDAO"/>
<constructor-arg ref="userDAO"/>
</bean>

<bean id="viewGetShareUsers" class="org.scada_lts.permissions.service.ViewGetShareUsers">
<constructor-arg ref="viewDAO"/>
<constructor-arg ref="userDAO"/>
</bean>

<bean id="springApplicationContext" class="org.scada_lts.utils.ApplicationContextProvider"/>
Expand Down
Loading

0 comments on commit 7270c87

Please sign in to comment.