Hi all,
does a working example exist where a @Indexed Integer or Long can be successfully found via a repository based Cypher query?
I simply can't get this to work, see also
...
Type: Posts; User: Xnyle; Keyword(s):
Hi all,
does a working example exist where a @Indexed Integer or Long can be successfully found via a repository based Cypher query?
I simply can't get this to work, see also
...
Hi Michael,
I don't want to open Pandora's, excuse me, Cypher-DSL's box until I get my test case working.
I've decided to use one property which hopefully filters the most as index lookup and...
Sorry, on a repository method. It's clear to me how that works.
Not the answer i was hoping for. What about "LQL"-injection.
Did I miss something? Graph traversal and everything, very cool,...
Hi Cypher experts ;-)
In neo4j 1.5 docs, chapter Cypher Parameters is completely gone, so I'm a bit lost on how to do this really simple query:
Find all Nodes of type X (using the basic index...
Figured it out myself, has to be org.neo4j:neo4j-cypher:1.5, not org.neo4j:neo4j-cypher:1.5.M01
Oh, thanks for the fast reply :)
Me again, congrats as well :)
Just updated and get a
java.lang.NoSuchMethodError:...
Sorry , my local archiva resolved that for me.
Anyway, adding it to the pom.xml didn't change anything.
The problem is not the build, but running it, try mvn exec:java:
Error creating bean...
Hi Michael,
don't know if I got it right, I changed the custom implementation name to DaoNodeGraphRepositoryImpl, the corresponding newly created interface is now called DaoNodeGraphRepository and...
@ https://jira.springsource.org/browse/DATAGRAPH-130
Hi again :)
Head spinning, more questions follow:
So I created:
public interface XYZRepositoryAddons {just @Query methods}
public interface SimpleDao<T, PK extends Serializable> {/*i need...
Interface stuff understood, thanks.
But I cant find repo.findAllByQuery(singleParam method in any of the repos at:
...
Hi all,
I would like to search starter nodes by matching multiple keys using the NamedIndexRepository.
I already found out that extending one of the two AbstractGraphRepository subclasses...
See appended file for working/ non working version.
applicationContext.xml contains both cases, non working version is active.
Thanks for the clarification, didn't notice there was a new version.
Finally, after one day of refactoring, I got it working.
But there is still one thing I don't understand. Maybe you could...
Hi Michael,
sorry for the delayed answer, was on Holiday.
Please see my first post, my problem is not about @Transactional annotations, I know I can pass a specific manager to them.
If you...
Thanks, but... :)
The test case might work now, but I really don't understand how. Furthermore I don't think it will work in my real project.
Now there is no transactionManager defined at all,...
Hi Michael,
thanks for your help.
I've created a TestCase (attached (hope so :)).
Simply start it with mvn clean package exec:java and watch the beautifull Exception :)
Bjoern
Hello there,
I'm having problems to understand how to get a JPA Transaction-manager and a JTA Transaction-manager to work in one Application. I don't want "combined" transactions, just two...