Hide Forgot
Currently it's not possible to use site, rack and machines attributes of <transport> configuration element as Infinispan throws the exception attached in a file (when starting EDG) Version-Release number of selected component (if applicable): EDG-SNAPSHOT from Dec 12 (based on https://github.com/tristantarrant/edg/tree/758033, containing Infinispan 5.1.0.CR1 and JBossAS 7.1.0.CR1-SNAPSHOT) How reproducible: Start EDG with infinispan-subsystem configuration attached in a file. The bug does NOT appear when I'm using standalone Infinispan server 5.1.0.CR1. There I define the relevenat section like the following: <transport clusterName="infinispan-cluster" machineId="m1" rackId="r1" siteId="s1"> </transport> Reporting on behalf of Martin Gencur (mgencur)
Created attachment 546707 [details] ClassCast Exception
Created attachment 546708 [details] Infinispan subsystem example definition
I verified that this already works as a result of related ISPN and AS7 JIRAs being resolved.