Bug 1114950
| Summary: | JavaMail- using wrong classloader when loading default providers | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Jonáš Trantina <jtrantin> | ||||
| Component: | Assignee: | jboss-set | |||||
| Status: | CLOSED EOL | QA Contact: | Michael Cada <mcada> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.2.3, 6.2.4 | CC: | pslavice | ||||
| Target Milestone: | --- | ||||||
| Target Release: | EAP 6.4.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-08-19 12:49:01 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Jonáš Trantina
2014-07-01 10:25:20 UTC
Issue is still valid for EAP 6.3.0.ER10.
Note: I was not able to build the reproducer without adding further repositories into pom.xml:
<repositories>
<repository>
<id>JBoss repository</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
<repository>
<id>JBoss maven repository</id>
<url>http://maven.repository.redhat.com/techpreview/all/</url>
</repository>
</repositories>
Problem with proposed solution is that we would have to fork javamail codebase and maintain it ourselfs. |