Uploaded image for project: 'CDI Specification Issues'
  1. CDI Specification Issues
  2. CDI-616

Injection point declared as transient is not useful

    XMLWordPrintable

Details

    • Clarification
    • Resolution: Done
    • Minor
    • 2.0 .Final
    • 1.2.Final
    • Concepts
    • None
    • Sprint 1

    Description

      An injection point declared as 'transient' is not useful, due to the fact of after bean's passivation, the transient field will not be reinjected and its value will be lost. This causes confusion. See Weld forum discussion link title. In the section 5.5.7, how about to make the following changes?

      The isTransient() method returns true if the injection point is a transient field, and
      false otherwise. If the injection point represents a dynamically obtained instance then the
      isTransient() method returns true if the Instance injection point is a transient field, and
      false otherwise.

      =>
      The isTransient() method returns true if the injection point is a transient field, and
      false otherwise. If the injection point represents a dynamically obtained instance then the
      isTransient() method returns true if the Instance injection point is a transient field, and
      false otherwise. If this injection point is declared as transient, after bean's passivation, the value will not be restored. Instance injection point is the preferred approach.

      Any other better suggestions?

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              emijiang6 Emily Jiang (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: