Fix Generic JCR editor
authorBruno Sinou <bsinou@argeo.org>
Fri, 14 Oct 2011 21:21:01 +0000 (21:21 +0000)
committerBruno Sinou <bsinou@argeo.org>
Fri, 14 Oct 2011 21:21:01 +0000 (21:21 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4845 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/editors.xml

index 0dc6c91a4864db9e3c8caadf6312299af4e924d5..fc86ceef740dbbd3e876b1faa60787c0339c5733 100644 (file)
@@ -7,6 +7,7 @@
 
        <bean id="genericJcrQueryEditor" class="org.argeo.jcr.ui.explorer.editors.GenericJcrQueryEditor"
                scope="prototype">
+               <property name="session" ref="nodeSession" />
        </bean>
        <bean id="genericNodeEditor" class="org.argeo.jcr.ui.explorer.editors.GenericNodeEditor"
                scope="prototype">