]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.security.ui/META-INF/spring/keyring.xml
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / org.argeo.security.ui / META-INF / spring / keyring.xml
index 906c0b73159cdac7e574867ead20fe8a1073e8a9..74c4ad6cf459da86cd4ffcaa62346a369bcf9d37 100644 (file)
                </property>
        </bean>
 
-       <bean id="nodeSession" class="org.argeo.jcr.spring.ThreadBoundSession">
+       <bean id="nodeSession" class="org.argeo.jcr.spring.ThreadBoundSession"
+               destroy-method="dispose">
                <property name="repository" ref="nodeRepository" />
        </bean>
 
-       <bean id="keyring" class="org.argeo.security.jcr.JcrKeyring">
+       <bean id="keyring" class="org.argeo.jcr.security.JcrKeyring">
                <property name="session" ref="nodeSession" />
                <property name="defaultCallbackHandler" ref="defaultCallbackHandler" />
                <property name="secreteKeyLength" value="${argeo.keyring.secreteKeyLength}" />