Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    186

    Roo flat multi module

    Is there a way to support a flat multi module with roo.
    By flat I mean that the root module is at the same level with the other modules and they are defined in this way:
    <modules>
    ...
  2. Replies
    4
    Views
    235

    Thanks, I will try it, but anyway I don't think...

    Thanks, I will try it, but anyway I don't think my use case fits into the multi-module schema. I want to use this library for different projects. I was planning to have it as a normal dependency.
  3. Replies
    4
    Views
    235

    Yes, that obviously works, but what is the...

    Yes, that obviously works, but what is the reason? Are only the Roo annotated superclasses scanned?
    This will explain it since the Roo annotations are with source retention.
    I'm having something...
  4. Replies
    4
    Views
    235

    @Version and @Id scanning

    How is exactly the scanning for @Version and @Id done.
    I have @MappedSuperclass that have @Version and @Id fields. This class is in separate module that is referenced as a dependency.

    I inherit...
  5. OK, I think I got the issue. The retention policy...

    OK, I think I got the issue. The retention policy of the @RooJpaActiveRecord is source.
  6. @MappedSuperclass across several modules

    I have the following issue:
    I have let's say module 1- it contains a MappedSuperclass. All roo entities that are defiled in module 1 work fine with the MappedSuperclass.
    Now I have module 2 - I...
  7. Entity extending MappedSuperclass from external module

    I have a MappedSuperclass that contains the id and version. I have no problem extending it within the same project, but if I want to reference it from external project, it does not work because roo...
Results 1 to 7 of 7