Search:

Type: Posts; User: MAndrews; Keyword(s):

Search: Search took 0.01 seconds.

  1. Expose Proxy in java-based @Aspect configuration

    I'm migrating our XML config to java-based config. Our AOP config now needs to use AspectJ's @Aspect annotations (AFAIK). But we need to expose our proxy. Is there a way to do this in java-based...
  2. [neo4j] QueryResultProxy not Serializable

    I'm trying to send a mapped Neo4j query result object (a @MapResult Interface, proxied by QueryResultProxy) over to another JVM using Spring Remoting. Seems the QueryResultProxy object graph is not...
  3. I figured it out after reading through the Neo...

    I figured it out after reading through the Neo code. Here is my final working config.



    <neo4j:config graphDatabaseService="graphDatabaseService"/>

    <bean id="graphDatabaseService"...
  4. [neo4j] How to get WrappingNeoServerBootstrapper to listen on 0.0.0.0

    I posted this on StackOverflow. Hoping someone here can help.
    http://stackoverflow.com/questions/13432934/spring-data-neo4j-how-to-get-wrappingneoserverbootstrapper-to-listen-on-0-0-0

    Been...
  5. HI there. I've been struggling with this for...

    HI there. I've been struggling with this for days. Why does it only work with a DelegatingGraphDatabase and not with the actual EmbeddedGraphDatabase? So frustrating that there is no documentation on...
  6. [Neo4j] duplicate INSTANCE_OF using SubReferenceNodeTypeRepresentationStrategy

    I'm trying to configure SDN to use the SubReferenceNodeTypeRepresentationStrategy. When I save an @NodeEntity class the first time - things seem to work - I get the INSTANCE_OF relationship and...
  7. Oops. Maybe this was not the issue I had. Sorry...

    Oops. Maybe this was not the issue I had. Sorry - Did not read the stack trace. Mine was during the QueryDSL APT process with a static logger - which has been fixed in 2.8.1. Sorry!

    Oliver -...
  8. I had this SAME issue. It is related to...

    I had this SAME issue. It is related to QueryDSL. Upgrade to 2.8.1 - it was addressed in that release. (or remove it if you are not using it).
  9. Neo4J aspectj-maven-plugin error when using source/target 1.7

    I'm trying to use the Spring Data Neo4j Advanced Mapping features - and I get an error on [aspectj:compile] when I change the source and target to 1.7 in the aspectj-maven-plugin. (Using the plugin...
  10. Neo4j - 1:N relationship without a Set on the start node.

    I'd like to have node A - that has a 1:N relationship to nodes B - but I do not want to put a Set<B> on node A (there will be unbounded Bs). I'd like to create Node A and Node Bs separately - and...
  11. Thanks for the response. I read the docs. I'm a...

    Thanks for the response. I read the docs. I'm a bit confused. :) In Spring Data Neo4J I can start an embedded server like so (Which seem to follow the docs you sent):

    (from:...
  12. Neo4j EmbeddedGraphDatabase: neo4j-shell? /webadmin UI? Clustering?

    I like the command line neo4j-shell when using Neo4J in "server" mode. I also like the Web Admin Interface. Is there a way to enable these features for the EmbeddedGraphDatabase when using Spring...
  13. ah! Fantastic. Thanks so much. Just left a...

    ah! Fantastic. Thanks so much. Just left a message over on GitHub for you. Thanks again. M
  14. Spring Data Mongo 1.1.0-RC1 - Disable new ValidtingMongoEventListener (I have my own)

    I just upgraded my project to Spring Data Mongo RC1 - and I have my own custom "ValidtingMongoEventListener" (yes I named mine the same). Is there any way to disable the one that now comes with the...
  15. Should also say I've tried different APT versions...

    Should also say I've tried different APT versions as well 1.0.4 of the maven-apt-plugin and 1.0.6 of the apt-maven-plugin.... and all the versions in between. Same results.
  16. Strange MongoAnnotationProcessor error when using SLF4J

    I've got this odd error when using the MongoAnnotationProcessor with the APT plugin to create my QueryDSL objects from my Domain model. Everything was working great until I added an SLF4J logger on...
  17. Cacheable using field from returned objet as key

    Hoping this is not a crazy question and that this is the right place to ask it...

    I have two @service methods that return the same object out of MongoDB. They have different arguments - and I...
  18. Cool. Will do. Thanks for your help! M

    Cool. Will do. Thanks for your help!

    M
  19. Thanks for the reply. That allowed the beans to...

    Thanks for the reply. That allowed the beans to be created, but the conversion is not working. I get the following error:

    org.springframework.beans.ConversionNotSupportedException: Failed to...
  20. Help with DomainClassConverter configuration

    Hi. Hoping someone can help me with this error. The documentation says I can set up a Domain Converter using the following XML, but it causes an error because the outer bean is in construction when...
Results 1 to 20 of 20