Mantis - Resin
Viewing Issue Advanced Details
6194 minor always 11-07-18 15:17 03-13-19 15:11
ferg  
 
normal  
closed  
not fixable  
none    
none  
0006194: beans.xml namespace
(rep by Marc Wiest)
I’m trying to use the latest Infinispan .jar in my web-app. But I’m getting the following error upon resin startup.

It seems that resin tries to load some beans.xml from within Inifispan’s .jar as part of its configuration but expects something else?

I can’t make any good sense out of this. Any insight?

 
 

 

 

2018-11-07 10:12:01,759 JAVA jar:file:/home/getabstract.com/htdocs/WEB-INF/lib/infinispan-embedded-9.4.1.Final.jar!/META-INF/beans.xml:5: <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"> [^] is an unexpected top-level tag.

 

                             3: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" [^]

                             4: xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee [^] http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd" [^]

                             5: version="1.2" bean-discovery-mode="annotated">

                             6:

Notes
(0006872)
ferg   
03-13-19 15:11   
That version of infinispan requires a later version of CDI than resin provides.