You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2015/05/11 09:45:00 UTC

[jira] [Commented] (TOMEE-1581) Create endorsed class loader in Embedded TomEE arquillian

    [ https://issues.apache.org/jira/browse/TOMEE-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14537689#comment-14537689 ] 

Romain Manni-Bucau commented on TOMEE-1581:
-------------------------------------------

Hi

you mean for remote tomee arquillian adapter right? Embedded one just reuse the existing JVM

> Create endorsed class loader in Embedded TomEE arquillian 
> ----------------------------------------------------------
>
>                 Key: TOMEE-1581
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1581
>             Project: TomEE
>          Issue Type: New Feature
>          Components: TomEE Arquillian Adapters
>    Affects Versions: 2.0.0, 1.7.1, 1.7.2
>            Reporter: Ryan McGuinness
>            Priority: Minor
>
> 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>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)