-
I cloned the project and run the project, but it seems it throws a lot of exceptions as below. How to get rid of these exception messages? Are there some configuration missing?
```
/usr/lib/jvm/ja…
-
Hello ikwattro :)
First of all, thx for the bundle, it's very nice to using neo4j with symfony :D
So here is my problem:
When i try to flush an entity which i updated via the deserializer, i …
-
sleuth version: 2.0.0.RELEASE
zipkin-server version: 2.10.1
my config is:
```
spring:
zipkin:
sender.type: web
baseUrl: http://localhost:11112/
sleuth.sampler.percentage: 1.0
…
-
I'm using neo4j ogm version 2.1.3. I used to have a @Index (unique=true, primary=true) on a specific attribute and things worked fine when session.save(obj) was executed. It was…
vedha updated
6 years ago
-
```
public abstract class Neo4jObject implements Serializable {
protected Long id;
}
```
```
@NodeEntity(label = NodeType.Supplier)
public class SupplierNode extends Neo4jObject {
@I…
-
Hi,
when I try to start the kafka-streams-confluent-consumer app I get the following exception. I experienced this behavior in an app I created. With the sample I wanted to verify if the error is w…
-
**[Ranajyoti Chakraborti](https://jira.spring.io/secure/ViewProfile.jspa?name=ranajyotic)** opened **[DATAGRAPH-1052](https://jira.spring.io/browse/DATAGRAPH-1052?redirect=false)** and commented
If a…
-
New to neo4j, using with spring-data. Here's the stacktrace I'm seeing when trying to save a graph. If I don't populate the `inputs` or `outputs` Set(s), the exception does not occur. LMK if I can …
-
-
Either here directly or in a separate wrapper:
https://github.com/neo4j/neo4j-ogm/blob/master/src/main/java/org/neo4j/ogm/session/transaction/TransactionManager.java