Hi,
When i try to annotate a POJO with both @NodeEntity and @RooEntity i got following error on the *_Roo_Entity IDT:
can't override T org.springframework.data.neo4j.core.NodeBacked.persist()...
Type: Posts; User: Dominik Raniszewski; Keyword(s):
Hi,
When i try to annotate a POJO with both @NodeEntity and @RooEntity i got following error on the *_Roo_Entity IDT:
can't override T org.springframework.data.neo4j.core.NodeBacked.persist()...
Hi Oliver,
I've already had similar discussion here: http://stackoverflow.com/questions/6728400/spring-data-cross-store-entity-management with Michael Hunger from Neo4j. Maybe you 2 can meet and...
Hi,
I was trying to use following versions as they are the latest I've found.
<spring.data.mongodb.version>1.0.0.M3</spring.data.mongodb.version>...
Currently i try to use:
<spring.data.mongodb.version>1.0.0.M3</spring.data.mongodb.version>
<spring.data.graph.version>1.1.0.M2</spring.data.graph.version>...
I'm following "Good relationship" guide released with spring-data-graph 1.0.0.REL
package org.foo.data.repositories.neo4j;
import...
Hi,
I'm trying to upgrade
spring data mongo 1.0.0.M2 > 1.0.0.M3
and
spring data graph 1.0.0.RELEASE > 1.1.0.M1
after that I'm experiencing problem with neo4j repository
public...
I do that for css resolving but you can put other values there
1. To resolve properties: webmvc-config.xml
<!-- Resolves localized messages*.properties and application.properties files in the...
Hi,
I was looking in Spring and Tiles documentation but was not able to find answer or solution for what I'm trying to do.
Idea is simple:
- I have some kind of front view that suppose to...
Hi,
I'm struggling with my addon and really need to go to few places in a debug mode.
I've downloaded ROO 1.1.0.RELEASE from GIT, rebuilt it, followed all readme suggestions (i hope so) and now...
Nice, thanks :)
Hi Stefan,
I'm not sure why but same portion of code today works fine. I think issue was in some registering of ITD types or references between OSGI bundles i've deployed. I'm new to Roo anyway :)...
Hi,
I try to create class processr similar to the controller addon one. I've created RooMyNew annotation and all necessary metadata classes and when annotating types with my annotation everything...
Ok, i've figured out solution, see below:
List<JavaType> list = Collections.singletonList(JavaType.STRING_OBJECT);
JavaType javaType = new JavaType("java.util.Set", 0, DataType.TYPE,null,...
Hi,
I would like to generate automatically java.util.Set<String> fields in my addon but cannot use any collection type. I try to use following JavaType definition for the builder purpose.
...
Thanks Stefan,
BTW - How can I debug roo addon in STS?
Have same problem here.
I have three projects - main Roo project and 2 addons - advanced and MVC i18n. Cannot force STS to use addons.
Is there any complete roo addon development guide, i can...
Hello all,
I cannot find anywhere what are best practices for separating Roo application into 3 modules:
- frontent (GWT or flex)
- backend (CRUD - "controller all" works more than perfect :) )...
Thanks. I will try it :)
I must admit that I cannot understand that solution. Can you please give some example.
Hi
Thats correct
Hello,
I'm quite new to AOP but already did few things.
I would like to use AJ to inject specific features to some annotated classes.
Feature is to implement automatic support for create and...