Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1138192 - (6.4.0) Package-private members not working on CDI beans in static modules
(6.4.0) Package-private members not working on CDI beans in static modules
Status: VERIFIED
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: CDI/Weld (Show other bugs)
6.3.0
Unspecified Unspecified
unspecified Severity high
: DR1
: EAP 6.4.0
Assigned To: Jozef Hartinger
Adela
https://c.na7.visual.force.com/apex/C...
:
Depends On:
Blocks: 1133962
  Show dependency treegraph
 
Reported: 2014-09-04 04:53 EDT by Jozef Hartinger
Modified: 2018-03-06 15:39 EST (History)
6 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
In previous versions of JBoss EAP there was a classloading optimization in the Weld integration code which caused an `IllegalAccessException` to be thrown when any normal-scoped bean from a static module which declared a package-private no-arg constructor got injected into a bean from a deployment. This was fixed by limiting the optimization and using a static module's ClassLoader for proxies of classes originating from the given static module. The `IllegalAccessException` is no longer thrown for beans with package-private constructors in static modules.
Story Points: ---
Clone Of: 1133962
Environment:
Last Closed:
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
JBoss Issue Tracker WFLY-3779 Major Resolved IllegalAccessException when a built-in normal-scoped bean defines a package-private no-arg constructor 2015-07-30 08:41:17 EDT

  None (edit)
Comment 2 Ron Šmeral 2014-09-18 09:54:17 EDT
Verified in EAP 6.4.0.DR1.1.

Note You need to log in before you can comment on or make changes to this bug.