]
Ramesh Reddy resolved TEIID-5251.
---------------------------------
Fix Version/s: 10.2
10.0.3
10.1.1
Resolution: Done
Created a new module name that reflects the artifact name to avoid the resolving issues.
OData WAR Module issue with WildFly-Swarm
-----------------------------------------
Key: TEIID-5251
URL:
https://issues.jboss.org/browse/TEIID-5251
Project: Teiid
Issue Type: Bug
Components: OData
Affects Versions: 10.0
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Priority: Critical
Fix For: 10.2, 10.0.3, 10.1.1
This issue is only applicable to WildFly-Swarm based Teiid when using OData.
OData V4 war file uses the "org.apache.commons.lang" version "3.3.2",
however, due to the nature of how Wildfly-Swarm loads the classes it is unable to load the
module for the same.
Looks like WildFly-Swarm also makes use of artifacts maven co-ordinates in some fashion
from the feature-pack definitions then builds the classpath based on module definition.
This is not consistent with WildFly but seems logical. To fix this module definition needs
to be updated in Teiid then Teiid version needs to be updated WF-Swaram for OData to work
correctly.