six2six / fixture-factory

Generator fake objects from a template
Apache License 2.0
445 stars 88 forks source link

support for set collections on generated jaxb classes #7

Closed douglasrodrigo closed 11 years ago

douglasrodrigo commented 12 years ago

Classes generated from jaxb doesn't define setter for collection attributes, we should use the getter instead to put the collection value.

nykolaslima commented 11 years ago

Fixed by pull request 24 that adds support to properties that don't have setter method.