1 2 Previous Next 16 Replies Latest reply on Nov 10, 2011 11:03 AM by sannegrinovero Go to original post
      • 15. Re: Replication Timeout with Hibernate Search - Infinispan
        pbratton

        It might be a matter of simply changing what libraries are distributed with the HS-Infinispan bridge.  Without an explicit version, our maven build downloaded jGroups 2.12.0.CR5, which didn't work for the reasons listed above.  Changing the dependency explicitly to 2.11.1.Final gave us the correct jars.  One other step that may be helpful to other groups might be to suggest the version in the Hibernate Search documentation.  Of course, your team would know much better than I the implications of such a change.

         

        Thank you, and your team, again, for all of your help.

        • 16. Re: Replication Timeout with Hibernate Search - Infinispan
          sannegrinovero

          It's a bit more complex. The version of Infinispan we where using there was needing that specific version of JGroups; I wouldn't define "2.11.1.Final" as the correct version.

          So the correct approach is to use the newer JGroups 2.12.x (x=latest), but this requires Java 6. the JGroups backend exists since before Infinispan and is meant to be used in other cases as well, including Java 5 .. :-/

          We should have added a different version in the Infinispan integration module, to be used as an alternative; too late now, and not a problem in the newer version.

          1 2 Previous Next