Taking your original example:

    <util:map id="config">
      <entry key="enable_remote_shell" value="true"/>
      <entry key="allow_store_upgrade" value="true"/>
  </util:map>

If you haven't already you'll need to add the util namespace to your xml:
    xmlns:util="http://www.springframework.org/schema/util";    
    xsi:schemaLocation="http://www.springframework.org/schema/util 
http://www.springframework.org/schema/util/spring-util-2.0.xsd";

M

On Wednesday, 22 October 2014 16:40:00 UTC+1, Florian Oliver wrote:
>
> 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