[
https://issues.apache.org/jira/browse/OPENEJB-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pär Wenåker updated OPENEJB-1121:
---------------------------------
Attachment: TempClassLoader.java.patch
Patch that solves the problem
> Classloader issue when using OpenEJB for Junit testing with Maven2 and
> Cobertura
> --------------------------------------------------------------------------------
>
> Key: OPENEJB-1121
> URL: https://issues.apache.org/jira/browse/OPENEJB-1121
> Project: OpenEJB
> Issue Type: Improvement
> Components: container system
> Affects Versions: 3.1.2
> Reporter: Pär Wenåker
> Attachments: TempClassLoader.java.patch
>
>
> Using Maven2 (Surefire), OpenEJB and Cobertura in Junit tests.
> If multiple instances of OpenEJB are created during a testrun ( closing
> OpenEJB with context.close() ), multiple shutdown hooks are registered by
> Cobertura. When the jvm exits all the shutdown hooks are executed and there
> is congestion on the report file (cobertura.ser) often resulting in
> incomplete coverage reports.
> The OpenEJB TempClassLoader should not load Cobertura classes, but should
> delegate to the parent classloader.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.