Results 1 to 2 of 2

Thread: How to use Roo to create Class A extends Class B?

Hybrid View

  1. #1
    Join Date
    Apr 2011
    Posts
    12

    Default How to use Roo to create Class A extends Class B?

    Hi there,

    I am trying to use mongoDB and doesn't seem to support that
    "entity mongo --class ~.domain.A extends ~.domain.B"

    When I modified the Class A myself, the roo deletes a couple of AspectJ classes.

    so the question is how can I do that in roo or outside of roo that will still keep the CRUD functions?

  2. #2
    Join Date
    Jan 2010
    Location
    Mislata - Valencia - Spain
    Posts
    162

    Default

    Quote Originally Posted by jaxox View Post
    entity mongo --class ~.domain.A extends ~.domain.B
    Perhaps is missing the "--" in the extends attribute ?

    entity mongo --class ~.domain.A --extends ~.domain.B

    Regards !
    Mario Martínez Sánchez
    Project Manager & Software Architect
    --------------------------
    Disid Technologies S.L.
    http://www.disid.com
    --------------------------
    gvNIX
    http://gvnix.googlecode.com
    http://www.gvnix.org

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •