Uploaded image for project: 'TomEE'
  1. TomEE
  2. TOMEE-1581

Create endorsed class loader in Embedded TomEE arquillian

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • 1.7.1, 1.7.2, 7.0.0
    • None
    • TomEE Maven Plugin
    • None

    Description

      For custom composed containers, it would be useful to add an endorsed libraries section to the configuration to ensure the class loaders run as they would at runtime. In cases where an API may be overridden in endorsed to update the functionality of LIB jars. Or replace the JPA container with Hibernate.

      <configuration>
      <tomeeVersion>1.7.1</tomeeVersion>
      <tomeeClassifier>plus</tomeeClassifier>
      <removeDefaultWebapps>true</removeDefaultWebapps>
      <endorsed>
      <lib></lib>
      </endorsed>
      <libs>
      </libs>
      </configuration>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rmcguinness Ryan McGuinness
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: