Excuse my ignorance, but not to put the line of code that tell me. In that 
class would go? 
And XML, you mean the pom.xml? and how it would be?
tranks



El martes, 3 de junio de 2014 15:30:32 UTC+2, Michael Hunger escribió:
>
> You can pass in parameters to your database, in java config just use 
>
> new 
> GraphDatabaseFactory().newGraphDatabaseBuilder(PATH).setConfig("allow_store_upgrade","true").newEmbeddedGraphDatabase();
>
> for XML config please use the GraphDatabaseServiceFactoryBean and pass in 
> a configuration map as second parameter.
>
>
>
>
> On Tue, Jun 3, 2014 at 12:39 PM, José Daniel Ruiz Sánchez <
> [email protected] <javascript:>> wrote:
>
>> Hello, I have a problem. I´m launching the cineasts example, I have solved 
>> the problem of the new API V3 themoviedb.org. Now I need to update my 
>> code to Neo4j version 2.0.x. To launch the new Neo4j REST API, since I 
>> get the following error:
>>
>> "Starting Neo4j Server failed: Startup failed due to preflight task 
>> [class org.neo4j.server.preflight.PerformUpgradeIfNecessary]: Failed to 
>> start Neo4j With An older version store data To enable automatic upgrade, 
>> Please September configuration parameter." Allow_store_upgrade = true "
>>  
>> -- 
>> 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] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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