Hello,

I tried to test new GAE support in roo

here is my script :

project --topLevelPackage ew.pj2
persistence setup --provider DATANUCLEUS --database GOOGLE_APP_ENGINE
entity --class ~.Profil --testAutomatically
field string --fieldName nom --notNull
gwt setup
controller all --package ~.web
perform tests
But I got an error running tests :

[Thread-5] 2010-05-21 15:15:28,806 [main] 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.

How can i solve this problem ?
Please help. Thanks!