Results 1 to 3 of 3

Thread: Simple ROO+GAE Project: DataNucleus.Plugin Bundle Error

  1. #1
    Join Date
    May 2010
    Posts
    12

    Default Simple ROO+GAE Project: DataNucleus.Plugin Bundle Error

    I entered the following into roo shell.

    persistence setup --provider DATANUCLEUS --database GOOGLE_APP_ENGINE

    entity --class ~.domain.PostalAddress --testAutomatically
    field string --fieldName street --notNull --sizeMin 2
    field string --fieldName city --notNull --sizeMin 2
    field string --fieldName state --notNull --sizeMin 2 --permitReservedWords
    field string --fieldName zip --notNull --sizeMin 5

    entity --class ~.domain.PersonName --testAutomatically
    field string --fieldName first --notNull --sizeMin 2 --permitReservedWords
    field string --fieldName middle --notNull --sizeMin 1
    field string --fieldName family --notNull --sizeMin 2

    controller all --package ~.web

    perform tests

    At "roo>perform tests" or mvn gae:run the following test failure was encountered:

    ERROR DataNucleus.Plugin - Bundle "org.datanucleus.store.appengine" requires "org.datanucleus" version "[1.0.4, 1.1.5.final)" but the resolved bundle has version "1.0.7.final" which is outside the expected range.
    What does it mean and what is the remedy?
    לא אירא רע כי אתה עמדי
    לא אירע רע כי אני איתך

  2. #2

    Default

    I get the same error.

    1.0.7.final is within [1.0.4, 1.1.5.final] so I guess there is some configuration error somwhere.

    Did you find a fix ?

  3. #3
    Join Date
    Dec 2005
    Posts
    935

    Default

    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

Tags for this Thread

Posting Permissions

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