Book a Demo

Author Topic: Collections & Associations  (Read 3270 times)

LeventKent

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Collections & Associations
« on: April 16, 2012, 10:51:44 pm »
Hello everyone,

I am working on a Java project in Germany and trying to integrate some MDD to our development process.

We are using EA 7.5 Corporate Edition

The code generation through EA works fine, but I have problems with collections.

I specified the collection type to be Collection<#Type#>.
According to the documentation, it should generate the association using the suitable type. But the tool does not replace the placeholder "#type#".

Any ideas?

Levent



Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Collections & Associations
« Reply #1 on: April 17, 2012, 04:51:39 pm »
Are you sure that works in 7.5?
We're on 9.3 already now

Geert

LeventKent

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Collections & Associations
« Reply #2 on: April 20, 2012, 06:07:57 pm »
Well, all the info in its won help documentation and thought the tool should behave the same way as stated in it's embedded doc.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Collections & Associations
« Reply #3 on: April 23, 2012, 08:30:46 am »
'#TYPE#' is case-sensitive.

LeventKent

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Collections & Associations
« Reply #4 on: June 04, 2012, 09:52:08 pm »
I did type it case sensitive.

However, I was able to encourage the project lead to move to EA 9.2

All issues resolved :)

Thanks for the replies.