Hi all,
i had just downloaded the last version of STS (2.6.1) and the zip package of examples.
Importing hello-worlds project (or another) STS IDE doens't compile the domain object:
The error is:Code:@RelatedTo(type = "REACHABLE_BY_ROCKET", elementClass = World.class, direction = Direction.BOTH)
Type mismatch: cannot convert from Class<World> to Class<? extends NodeBacked>
Aspect is enabled but seams that it doesn't recognize the @NodeEntity annotation.
Can someone help me?


Reply With Quote
