Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-4320

the ApplicationService interface methods should not take the Application as a parameter but either the application ID or the application name

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      The main issue that this would solve is transaction boundaries. When working in plugins etc. this would be helpful to avoid lazy loading exception from Hibernate.

      So instead of loading my application using the ApplicationManager using one transaction and then calling the ApplicationService using another transaction and potentially failing because the application fields have not been all eagerly loaded.

      One would only call the ApplicationService with and ID or a name and only one transaction would be used.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              sleberrigaud Samuel Le Berrigaud
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: