]
RH Bugzilla Integration commented on TEIID-4102:
------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug
Infinispan 6 resource-adapter has not valid module.xml
------------------------------------------------------
Key: TEIID-4102
URL:
https://issues.jboss.org/browse/TEIID-4102
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.12.x
Reporter: Jan Stastny
Assignee: Van Halbert
Fix For: 8.12.5
There is problem with invalid module.xml file in infinispan 6 resource-adapter.
In its dependencies there is:
{code:xml}
<module name="org.jboss.teiid.translator.infinispan.cache" export=true/>
{code}
There should be
{code:xml}
<module name="org.jboss.teiid.translator.infinispan.cache"
export="true"/>
{code}