Hi folks,
I have also started to get this error on sdn.save. Did anyone fixed it yet?
Regards,
Mamta.
On Wednesday, April 2, 2014 at 8:05:06 PM UTC+5:30, Michael Hunger wrote:
>
> Would you be able to supply a full test project that reproduces this error?
>
> Sent from mobile device
>
> Am 02.04
Hi Reihane ,
Were you able to fix this issue. I am facing the exact same issue. Using
embedded neo4j 2.0.3
Thanks,
Mamta.
On Wednesday, February 26, 2014 6:24:34 AM UTC+5:30, Reihane Boghrati wrote:
>
> Hi,
>
> I have two specific nodes (say usernode1 and usernode2) and I want to get
> the rel
Hi,
We are using neo4j 2.0.3 and SDN (3.1.0).
We are getting this error when trying to execute this cypher with
repository.
@Query("MATCH (n:Member)-[:MY_FB]->p WHERE n.id = {0} RETURN p;")
->
org.neo4j.graphdb.NotFoundException: RELATIONSHIP[7141600] has no property
with propertyKey="__type__"
Mamta.
>
> On Thursday, June 26, 2014 7:02:16 PM UTC+5:30, Michael Hunger wrote:
>>
>> What does your entity look like?
>>
>> Sent from mobile device
>>
>> Am 26.06.2014 um 14:52 schrieb Mamta Thakur :
>>
>> Hi All,
>>
>> We r
> Am 26.06.2014 um 14:52 schrieb Mamta Thakur >:
>
> Hi All,
>
> We recently upgraded the Neo4j version to 2.0.3 and SDN to 3.1.0. Data
> upgrade happened successfully.
> We were able to run some of the APIs successfully where as some gave
> issues.
>
>
> org
Hi All,
We recently upgraded the Neo4j version to 2.0.3 and SDN to 3.1.0. Data
upgrade happened successfully.
We were able to run some of the APIs successfully where as some gave issues.
org.springframework.data
spring-data-neo4j
3.1.0.RELEASE
Code:
Iterator repoItr =
memberRepos
On Tuesday, June 17, 2014 8:51:36 PM UTC+5:30, Michael Hunger wrote:
>
> No, as you have a clean shutdown all the data is in the store.
>
> Sent from mobile device
>
> Am 17.06.2014 um 16:55 schrieb Mamta Thakur >:
>
> Hi Michael,
>
> Does that mean I will loose
ansaction against an index, like
> creating
> an index and deleting it again, e.g. from java code or the shell.
>
> db.index().forNodex("foo").delete()
>
>
>
> Thanks a lot
>
> Michael
>
> Am 17.06.2014 um 09:59 schrieb Mamta Thakur >:
>
> Hi
Hi,
I have been trying to upgrade neo4j from 1.9.3 to 2.0.3. SDN
from 2.3.1.RELEASE to 3.1.0.RELEASE.
Followed the steps listed
@
http://docs.neo4j.org/chunked/stable/deployment-upgrading.html#explicit-upgrade
I try bringing up the server with the upgrade configuration.There are a few
new fol