Uploaded image for project: 'Red Hat Data Grid'
  1. Red Hat Data Grid
  2. JDG-67

Source code for RHEL6 C++ client does not compile

XMLWordPrintable

    • Hide

      Download the RHEL 6 C++ client source distribution, unzip, and try to build it

      Show
      Download the RHEL 6 C++ client source distribution, unzip, and try to build it

      There are differences in the jni/pom.xml and jni/maven-settings.xml files between the RHEL 6 and 7 source code distributions. The RHEL 7 code compiles, but the RHEL 6 code does not.

      I'll attach the maven-settings.xml files to this JIRA, and here are the differences in the pom.xml files.

      RHEL 7 version of jni/pom.xml:

         <groupId>org.infinispan</groupId>
         <artifactId>infinispan-client-hotrod-jni</artifactId>
         <version>8.3.0.DR2-redhat-1</version>
         <packaging>jar</packaging>
         <name>Infinispan HotRod JNI Wrapper</name>
         <description>Infinispan HotRod JNI Wrapper</description>
      
         <properties>
            <version.org.infinispan>8.3.0.DR2-redhat-1</version.org.infinispan>
            <version.org.jboss.logging.processor>1.1.0.Final</version.org.jboss.logging.processor>
            <version.org.jboss.jbossts>4.17.24.Final</version.org.jboss.jbossts>
      

      RHEL 6 version of jni/pom.xml:

         <groupId>org.infinispan</groupId>
         <artifactId>infinispan-client-hotrod-jni</artifactId>
         <version>@HOTROD_VERSION@</version>
         <packaging>jar</packaging>
         <name>Infinispan HotRod JNI Wrapper</name>
         <description>Infinispan HotRod JNI Wrapper</description>
      
         <properties>
            <version.org.infinispan>6.4.0.Final-redhat-4</version.org.infinispan>
            <version.org.jboss.logging.processor>1.1.0.Final-redhat-1</version.org.jboss.logging.processor>
            <version.org.jboss.jbossts>4.17.15.Final-redhat-4</version.org.jboss.jbossts>
      

      The version.org.infinispan is incorrect, and the version.org.jboss.jbossts is also unavailable in the repo.

            vdedik Vaclav Dedik (Inactive)
            rhn-support-afield Alan Field
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: