[
https://issues.jboss.org/browse/WFLY-1510?page=com.atlassian.jira.plugin....
]
Thomas Diesler updated WFLY-1510:
---------------------------------
Description:
JaxrsDependencyProcessor adds the dependencies on
{code}
addDependency(moduleSpecification, moduleLoader, RESTEASY_ATOM);
addDependency(moduleSpecification, moduleLoader, RESTEASY_HIBERNATE_VALIDATOR);
addDependency(moduleSpecification, moduleLoader, RESTEASY_JAXRS);
addDependency(moduleSpecification, moduleLoader, RESTEASY_JAXB);
addDependency(moduleSpecification, moduleLoader, RESTEASY_JACKSON);
addDependency(moduleSpecification, moduleLoader, RESTEASY_JETTISON);
addDependency(moduleSpecification, moduleLoader, RESTEASY_JSAPI);
addDependency(moduleSpecification, moduleLoader, RESTEASY_MULTIPART);
addDependency(moduleSpecification, moduleLoader, RESTEASY_YAML);
addDependency(moduleSpecification, moduleLoader, JACKSON_CORE_ASL);
addDependency(moduleSpecification, moduleLoader, RESTEASY_CRYPTO);
{code}
whereas the org.jboss.as.jaxrs module only adds
{code}
<module name="org.jboss.resteasy.resteasy-cdi"/>
<module name="org.jboss.resteasy.resteasy-jaxrs"/>
{code}
With a modular build this leads to module not found
was:
JavaEEDependencyProcessor adds the dependencies on
{code}
ModuleIdentifier.create("javax.enterprise.api"),
ModuleIdentifier.create("javax.enterprise.concurrent.api"),
{code}
whereas the ee module only adds
{code}
<module name="javax.enterprise.api" export="true"/>
{code}
With a modular build this leads to module not found
Missing dependency on org.jboss.resteasy.resteasy-atom-provider
---------------------------------------------------------------
Key: WFLY-1510
URL:
https://issues.jboss.org/browse/WFLY-1510
Project: WildFly
Issue Type: Bug
Components: EE
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: 8.0.0.Alpha2
JaxrsDependencyProcessor adds the dependencies on
{code}
addDependency(moduleSpecification, moduleLoader, RESTEASY_ATOM);
addDependency(moduleSpecification, moduleLoader, RESTEASY_HIBERNATE_VALIDATOR);
addDependency(moduleSpecification, moduleLoader, RESTEASY_JAXRS);
addDependency(moduleSpecification, moduleLoader, RESTEASY_JAXB);
addDependency(moduleSpecification, moduleLoader, RESTEASY_JACKSON);
addDependency(moduleSpecification, moduleLoader, RESTEASY_JETTISON);
addDependency(moduleSpecification, moduleLoader, RESTEASY_JSAPI);
addDependency(moduleSpecification, moduleLoader, RESTEASY_MULTIPART);
addDependency(moduleSpecification, moduleLoader, RESTEASY_YAML);
addDependency(moduleSpecification, moduleLoader, JACKSON_CORE_ASL);
addDependency(moduleSpecification, moduleLoader, RESTEASY_CRYPTO);
{code}
whereas the org.jboss.as.jaxrs module only adds
{code}
<module name="org.jboss.resteasy.resteasy-cdi"/>
<module name="org.jboss.resteasy.resteasy-jaxrs"/>
{code}
With a modular build this leads to module not found
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira