Hi,
when I execute cypher query like this "START n=node(1) RETURN ID(n)" the result type is Long.class in case the neo4j database is embedded, but run as standalone server accessed through Rest API...
Type: Posts; User: VladoK; Keyword(s):
Hi,
when I execute cypher query like this "START n=node(1) RETURN ID(n)" the result type is Long.class in case the neo4j database is embedded, but run as standalone server accessed through Rest API...
Hi,
I think that problem is in AspectJ 1.7.0. When you change from 1.6.12 to 1.7.0, you can see the same error messages on maven console (mvn clean compile). AspectJ 1.7.0 is used in STS 3.0.0.M3.
Hi Lasse,
you understood right my use case. I think that x.clone().equals(x) must be true but javadoc says that this is not an absolute requirement. For that standalone use case I can use your...
Hi Guys,
I have common create copy functionality for every entity in application. There are many jpa entities in which equals and hash methods are based on primaryKey (long or composite key). So...
Hi,
I am trying to implement some clone functionality for SDN Entities with advanced mapping (aspectj compile time weaving). In my test scenarios I am creating new nodes from existing ones. I need...
Hi Michael,
thank you for your reply. I will update Spring Framework too.
Hi,
I try to upgrade SDN from 2.1.0.M1 to 2.1.0.RC1 but there is NullPointerException while loading ApplicationContext. Please, look at my simple example project in attachment. I changed only SDN...
Hi,
I have problem with persisting more relationships (same types) between two nodes. Each relationship has different properties. I know that I need to persist relationship directly because saving...
Hi,
I have another issue with transient fields. In my case I want to initialize transient field by constructor when loading from repository but it is null regardless. I have similar situation on...