Results 1 to 2 of 2

Thread: Problems inverse data reengineering spring roo version 1.1.5

  1. #1
    Join Date
    Aug 2012
    Posts
    2

    Default Problems inverse data reengineering spring roo version 1.1.5

    Good morning,

    I am working with spring roo version "spring-roo-1.1.5.RELEASE".

    We have a problem when we do reverse engeneering in our project, the first time we do it everything is ok,
    but after changing the DB, if we make reengineering then *Roo_Configurable aspects of the entities and primary keys are modified with the identifier 'id', for example:

    Originally:
    @Id
    @GeneratedValue(strategy = GenerationType.AUTO)
    @Column(name = "COD_PERFINV")
    private BigDecimal Turhejsd.codPerfinv;

    and after we do reverse engineering:
    @Id
    @GeneratedValue(strategy = GenerationType.AUTO)
    @Column(name = "id")
    private Long Turhejsd.id;

    We think it is a ROO problem so we would like you to give us some tips to solve it
    Thank you very much. Best regards.

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

    Default

    You can test this issue in Roo 1.2.2.
    If affected too, create a jira ticket.
    If not, i think 1.1.X branch will not be updated anymore, you will need upgrade to Roo 1.2.X.

    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

Posting Permissions

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