Search:

Type: Posts; User: cyrille; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    804

    Every time you define a Collection property in a...

    Every time you define a Collection property in a Roo entity, it leads to that kind of error. You might have a List<Key> or something like that in your code.
    If you want to manage a List property,...
  2. Replies
    2
    Views
    804

    Same with " Unable to locate requested...

    Same with " Unable to locate requested type'java.lang.String' ".
    Hard time...
  3. Replies
    6
    Views
    1,117

    Thank you Pietro, it helps, but it is a...

    Thank you Pietro, it helps, but it is a workaround to the real problem : managing parent/child relationships in GAE is about managing entity groups, thus having cascading parent/child keys. That...
  4. Replies
    6
    Views
    1,117

    Thank you Pietro. I've been trying many...

    Thank you Pietro.
    I've been trying many workarounds around this XXX_Roo_JavaBean.aj file.
    To overcome those bugs, it is possible to hardcode the methods into the .java file, in order to avoid the...
  5. James, It is very unclear for me HOW this...

    James,

    It is very unclear for me HOW this problem has been solved in the latest release (1.1.1). Nothing in the JIRA ticket, nor in the different posts of this forum, nor in ANY document gives a...
  6. Replies
    6
    Views
    1,117

    Pietro, have you any link to this solution ? I...

    Pietro, have you any link to this solution ? I can't make it work properly.
    Thanks in advance.
  7. Replies
    6
    Views
    1,117

    Roo 1.1.1, GAE relationship sugar, ...

    The roo jira stands that the GAE-specific parent/child relationship issue is solved. Though, I can't find any readable tip/tuto/howto on how to deal with it.
    Among the solutions I tried :
    1....
  8. Replies
    5
    Views
    1,566

    Thanks Malys!

    Thanks Malys!
  9. Replies
    4
    Views
    1,162

    Roo tells you NOT to change the .aj files. You...

    Roo tells you NOT to change the .aj files.
    You should implement all the methods that need overwriting into the .java file (= in your class directly). For instance a getter manually defined into the...
  10. Replies
    2
    Views
    1,114

    Sometimes updating the project dependencies help...

    Sometimes updating the project dependencies help resolving that kind of issues. Sometimes...
  11. Replies
    5
    Views
    1,566

    How to apply this patch to Roo ? (thxs in...

    How to apply this patch to Roo ?
    (thxs in advance)
  12. Replies
    1
    Views
    611

    Seriously guys, One of the main powerful...

    Seriously guys,
    One of the main powerful features regarding data modelling with GAE is the List property. I can't imagine how to deal without it in a GAE-based CRUD.

    Have some of you any...
  13. Replies
    6
    Views
    2,203

    Cometta's question is very relevant : 1. GAE...

    Cometta's question is very relevant :
    1. GAE does not support SOLR implementation : solr requires access to the server file system, which GAE forbids
    2. However ROO offers SOLR integration *and*...
  14. Replies
    129
    Views
    24,880

    Roo Rocks!

    Roo Rocks!
  15. Replies
    1
    Views
    611

    Support for collection fields

    Hey guys,

    How would you generate an attribute ArrayList<Double> or TreeSet<String> in a java class from Roo command line ?

    I couldn't find any issue in jira regarding the need to support...
  16. I'll wait until friday. (gush it's hard to wait)...

    I'll wait until friday.
    (gush it's hard to wait)

    Thank you krimple
  17. Roo 1.1.1 with GAE enhancement > availability ?

    Hey guys,

    Considering https://jira.springframework.org/browse/ROO-941
    it seems that Roo 1.1.1 will address all our needs regarding the GAE entity relationship issue.

    Is this 1.1.1 release...
Results 1 to 17 of 17