Fixing refid
This commit is contained in:
parent
7701c1e163
commit
5433041e5a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue