]
RH Bugzilla Integration commented on WFCORE-455:
------------------------------------------------
Dominik Pospisil <dpospisi(a)redhat.com> changed the Status of [bug
Include additional sun.jdk dependencies
----------------------------------------
Key: WFCORE-455
URL:
https://issues.jboss.org/browse/WFCORE-455
Project: WildFly Core
Issue Type: Bug
Components: Modules
Affects Versions: 1.0.0.Alpha14
Reporter: Mustafa Musaji
Assignee: David Lloyd
Include the following out of the box for sun.jdk module
- for working with javax.sql.rowset.RowSetProvider
<path name="com/sun/rowset"/>
<path name="com/sun/rowset/providers"/>
- for working with java.lang.invoke.MethodHandleProxies
<path name="sun/invoke"/>
This affects EAP customers using CP releases when overlays override changes made in the
original module.xml. For sun.jdk classes, the above packages should be included out of the
box.