[
https://issues.apache.org/jira/browse/TOMEE-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14184452#comment-14184452
]
Mark Struberg commented on TOMEE-1428:
--------------------------------------
the issue might be related to lowercase issues.
I get the same classes twice in TempClassLoader#getResources()
When I start the test from within Idea, then I get file:/c:/develop/... vs
file:/C:/develop/...
When I remote debug my maven build directly, then the drive letters are both
lower case, but I get myjar-1.0-SNAPSHOT vs mycar-1.0-snapshot.
> improve the performance of TempClassLoader$ResourceComparator
> -------------------------------------------------------------
>
> Key: TOMEE-1428
> URL: https://issues.apache.org/jira/browse/TOMEE-1428
> Project: TomEE
> Issue Type: Improvement
> Affects Versions: 2.0.0, 1.7.1
> Environment: maven build - tests running with openejb-embedded
> Reporter: Mark Struberg
> Fix For: 2.0.0, 1.7.2
>
>
> While profiling our maven build with DeltaSpike CdiCtrl and openejb-embedded
> I noticed that TempClassLoader$ResourceComparator#weight eats up a big part
> of the scanning time. Improving this method could improve the overall boot
> time of openejb around 20%.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)