[
https://issues.jboss.org/browse/FORGE-978?page=com.atlassian.jira.plugin....
]
Lincoln Baxter III updated FORGE-978:
-------------------------------------
Fix Version/s: 2.x Future
Introduce support for scaffolding immutable types
-------------------------------------------------
Key: FORGE-978
URL:
https://issues.jboss.org/browse/FORGE-978
Project: Forge
Issue Type: Feature Request
Components: Scaffold
Affects Versions: 1.3.2.Final
Reporter: Vineet Reynolds
Priority: Minor
Fix For: 2.x Future
Currently JPA entities detected as immutable types are exempted from scaffolding (due to
FORGE-917). However if these types are composed in other entities then the generated
scaffold becomes no-functional/buggy (FORGE-972).
Therefore, it makes sense to properly scaffold such entities. Detection of the correct
constructor for the immutable type is paramount to generating the scaffold correctly.
It may be necessary to create additional mutable types that mirror the immutable type,
for usage in the CDI beans. This would also enable the use of EL expressions in the
Facelets whose usage will not result in PropertyNotWritableException exceptions being
thrown.
--
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