Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-978

Introduce support for scaffolding immutable types

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Unresolved
    • Minor
    • 3.x Future
    • 1.3.2.Final
    • Scaffold
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            vineet.reynolds_jira Vineet Reynolds (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: