Vineet Reynolds created FORGE-972:
-------------------------------------
Summary: The generated Faces scaffold contains functional errors for entities
with immutable properties or collections of immutable properties
Key: FORGE-972
URL:
https://issues.jboss.org/browse/FORGE-972
Project: Forge
Issue Type: Bug
Components: Scaffold
Affects Versions: 1.3.1.Final
Reporter: Vineet Reynolds
Assignee: Vineet Reynolds
This is related to an issue in the generated scaffold of the TicketMonster model:
JDF-391.
The generated Faces scaffold does not treat immutable properties and collections of
immutable properties differently. Differential treatment is required since immutable
properties lack setters and hence instances of them need to be created via the specialized
constructors that exist for the immutable entities.
Updates of immutable properties will require deletion of existing immutable instances
followed by creation of new ones.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira