Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: roo neo4j status

  1. #1
    Join Date
    Jun 2005
    Location
    Cincinnati Ohio
    Posts
    40

    Default roo neo4j status

    I have a couple of basic prototypes running with spring data neo4j.

    The technology and integration looks promising. We are using roo with our basic spring apps, and was curious about the status of the neo4j plugins for roo.

    There are a couple of old threads hat spring roo for neo4j is being worked on, but not much info lately. I could be looking in the wrong place, please pardon me if that is the case.

    Both spring neo4j and roo are in flux right now. With roo 1.4 and spring 1.0 out, I thought something might be happening.

    Couple of quick questions:
    - what is the status of spring neo4j?
    - if active, which version of roo should I use with it? (latest or dev)
    - if development activity is paused, which version of neo4j or roo is the target for further work .

    Thanks,
    Mike
    The greatest performance improvement is the transition from a non-working state to the working state...

  2. #2
    Join Date
    Jan 2011
    Location
    Dresden, Germany
    Posts
    525

    Default

    The roo infrastructure currently revamped their internal APIs so that broke our current addon but will enable us in the future to integrate nosql data models into roo.
    I wanted to strip down our roo addon to basic setup and installation (but I assume you already have that covered) but the roo update with the changed API stopped me from continuing on that.

    Hopefully I find time to address the roo addon in July. The future roo addon will target Neo4j 1.4, Roo 1.1.4 and Spring Data Graph 1.1.

    Cheers

    Michael

  3. #3
    Join Date
    Jun 2005
    Location
    Cincinnati Ohio
    Posts
    40

    Default

    Michael,

    Thanks for the update, keep up the good work.
    The greatest performance improvement is the transition from a non-working state to the working state...

  4. #4
    Join Date
    Apr 2011
    Posts
    7

    Thumbs up

    Hi Michael, any updates on this?

    Thanks

  5. #5
    Join Date
    Jan 2011
    Location
    Dresden, Germany
    Posts
    525

    Default

    Some of those.

    The roo guys now abstracted the metadata layer, which we implemented.
    There is a current 1.1.0-RELEASE which should appear in roo anytime.

    And the Spring Data Graph Roo add-on is featured in Josh Longs "Getting Started with Roo" book from O'Reilly.
    (http://shop.oreilly.com/product/0636920020981.do)

    HTH

    Michael

  6. #6
    Join Date
    Jan 2011
    Location
    Dresden, Germany
    Posts
    525

    Default

    You might have to do:
    roo> addon remove --bundleSymbolicName org.springframework.datastore.neo4j.roo.addon

    and then

    roo> addon search --refresh true neo
    Successfully downloaded Roo add-on Data
    Downloaded 100% of lookupar.asc
    DESCRIPTION -------------------------------------------------------------
    01 Y Y 1.1.0.RELEASE Roo Addon for Graph Persistence using Spring-Data-Graph
    --------------------------------------------------------------------------------

    roo> addon install id --searchResultId 01
    Target resource(s):
    -------------------
    org-springframework-datastore-neo4j-roo-addon (1.1.0.RELEASE)

    Deploying...done.

    Successfully installed add-on: org-springframework-datastore-neo4j-roo-addon [version: 1.1.0.RELEASE]

  7. #7
    Join Date
    Nov 2011
    Location
    Charlotte, NC
    Posts
    31

    Default unable to install Neo4j addon for Roo

    here are the steps I tried to install the Roo Neo4j addon and it gives error at the end

    roo> addon search data
    3 found, sorted by rank; T = trusted developer; R = Roo 1.2 compatible
    ID T R DESCRIPTION -------------------------------------------------------------

    01 - Y 0.8.1 Site structure management for Spring MVC based web layer
    Downloaded 100% of org.springframework.datastore.neo4j.roo.addon-1.1.0.RELEASE.j
    ar.asc 1.6.2

    ar.asc
    [HINT] use 'addon info id --searchResultId ..' to see details about a search res
    ult
    [HINT] use 'addon install id --searchResultId ..' to install a specific search r
    esult, or
    [HINT] use 'addon install bundle --bundleSymbolicName TAB' to install a specific
    add-on version
    roo> addon install id --searchResultId 02
    Download URL 'http://spring-roo-addon-graph.googlecode.com/svn/repo/org/springfr
    amework/data/org.springframework.datastore.neo4j.roo.addon/1.1.0.RELEASE/org.spr
    ingframework.datastore.neo4j.roo.addon-1.1.0.RELEASE.jar' failed
    This resource was signed with PGP key ID '0x29C2D8FD', which is not currently tr
    usted
    Use 'pgp key view' to view this key, 'pgp trust' to trust it, or 'pgp automatic
    trust' to trust any keys
    Target resource(s):
    -------------------
    org-springframework-datastore-neo4j-roo-addon (1.1.0.RELEASE)

    Deploying...done.

    Unable to install add-on: org-springframework-datastore-neo4j-roo-addon [version
    : 1.1.0.RELEASE]
    roo>

  8. #8
    Join Date
    Jan 2009
    Location
    Huntington Beach, CA
    Posts
    718

    Default

    You need to setup the download security for Roo

    "Use 'pgp key view' to view this key, 'pgp trust' to trust it, or 'pgp automatic
    trust' to trust any keys"

    Basically all the trusted Roo plugins require you to approve them on your machine. So you can use "pgp trust" or "pgp automatic trust" The first will trust just that plugin. the second will trust any plugins from then on.

    Mark

  9. #9

    Default

    So I landed on this link after trying to search for documentation on how to add the Spring-data-Neo4J add-on. However, even after doing the "pgp trust" step, I am getting an error as below:

    roo> addon install id --searchResultId 01
    Unsatisfied requirement(s):
    ---------------------------
    (&(package=org.springframework.roo.addon.entity)(v ersion>=1.1.0))
    org-springframework-datastore-neo4j-roo-addon


    Here are my environment settings:
    Sun JDK 1.6 on Mac OS X
    Spring Roo 1.2.0 RELEASE version

    What could be wrong here. The error message speaks about an unsatisfied dependency but does not point out which one. I am stuck. Any help would be great.

  10. #10
    Join Date
    Jan 2011
    Location
    Dresden, Germany
    Posts
    525

    Default

    Sorry, didn't find the time to take care of the roo add-on.

    Will try to fit it in somehow. It is probably the roo version it complains about as the addon was build against roo 1.1

    Please ping me again the next days.

    Thanks

    Michael

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •