got it sorry x)

 <bean id="graphDbBuilderFinal" factory-bean="graphDbBuilder" factory-method
="setConfig">
        <constructor-arg>
            <map>
                <entry key="enable_remote_shell" value="true"/>
                <entry key="allow_store_upgrade" value="true"/>
            </map>
        </constructor-arg>
    </bean>


Le mercredi 22 octobre 2014 17:40:00 UTC+2, Florian Oliver a écrit :
>
> Hi thanks :)
> Could you just give me an example of the bean "config" from this bean
>
>  <bean id="graphDbBuilderFinal" factory-bean="graphDbBuilder" 
> factory-method="setConfig">
>         <constructor-arg ref="config"/>
>     </bean>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to