Fixing refid

This commit is contained in:
Joakim Erdfelt 2016-07-26 14:48:40 -07:00
parent 7701c1e163
commit 5433041e5a
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<Call name="removeBean">
<Arg>
<Ref id="sessionDataStoreFactory"/>
<Ref refid="sessionDataStoreFactory"/>
</Arg>
</Call>
@ -18,8 +18,8 @@
<Call name="addBean">
<Arg>
<New class="org.eclipse.jetty.server.session.CachingSessionDataStoreFactory">
<Set name="sessionStoreFactory"><Ref id="sessionDataStoreFactory"/></Set>
<Set name="sessionDataMapFactory"><Ref id="sessionDataMapFactory"/></Set>
<Set name="sessionStoreFactory"><Ref refid="sessionDataStoreFactory"/></Set>
<Set name="sessionDataMapFactory"><Ref refid="sessionDataMapFactory"/></Set>
</New>
</Arg>
</Call>