[JBoss JIRA] (WFLY-11144) Remove javax.ejb.api module dependency on javax.rmi.api
by Brian Stansberry (Jira)
Brian Stansberry created WFLY-11144:
---------------------------------------
Summary: Remove javax.ejb.api module dependency on javax.rmi.api
Key: WFLY-11144
URL: https://issues.jboss.org/browse/WFLY-11144
Project: WildFly
Issue Type: Task
Components: EJB
Reporter: Brian Stansberry
Assignee: Brian Stansberry
The javax.ejb.api module depends on javax.rmi.api. But I can't see any reason why; the code in the spec jar does not import anything from any of the classes in the javax.rmi and org.jboss.javax.rmi packages that the javax.rmi.api module exports.
This is important because javax.rmi.api brings in a huge dependency tree. That module is really just a wrapper around javax.orb.api, exporting a subset of its packages. And javax.orb.api is a misnomer -- it's not just API, it's the entire orb, with implementation dependencies that transitively bring in a large chunk of the entire appserver codebase.
So if javax.ejb.api does not need javax.rmi.api we need to remove that link.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (WFLY-11128) wsconsume failure on wildfly14 + JDK 11
by R Searls (Jira)
[ https://issues.jboss.org/browse/WFLY-11128?page=com.atlassian.jira.plugin... ]
R Searls commented on WFLY-11128:
---------------------------------
This failure also occurs on unix for wfly 13 and 14.
The script runs with wfly12 using both jdk 10 and 11.
This is an issue with changes made in jboss-modules.jar since version 1.7.0.Final.
wfly12 uses jboss-modules:1.7.0.Final
wfly13 uses jboss-modules:1.8.5.Final
wfly14 uses jboss-modules:1.8.6.Final
> wsconsume failure on wildfly14 + JDK 11
> ---------------------------------------
>
> Key: WFLY-11128
> URL: https://issues.jboss.org/browse/WFLY-11128
> Project: WildFly
> Issue Type: Bug
> Components: Web Services
> Affects Versions: 14.0.0.Final
> Environment: Windows 7 64bits
> JDK 11
> Wildfly 14
> Reporter: mazen mahmoud
> Assignee: R Searls
> Priority: Major
> Attachments: HelloWorldService-imported.xml, HelloWorldService.xml, demo-service-code.zip, log.txt, logs.zip
>
>
> running wsconsume on a single jax-ws service with JDK 11 failes. (see attached log.txt file)
> the service is very simple.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months