Thanks Evgenii for your response. Will look into gridgain version. Though not 
sure how it will behave with our existing ignite version 2.7.6 which is being 
used by other services which are already in production. So cannot change the 
entire version to gridgain version but hopefully gridgain version 8.7.23 is 
compatible with apache ignite 2.7.6

From: Evgenii Zhuravlev <e.zhuravlev...@gmail.com>
Sent: Tuesday, August 11, 2020 12:48 PM
To: user <user@ignite.apache.org>
Subject: Re: build failure for module hibernate 5.3

Hi,

You can use it from this repository: 
https://gridgainsystems.com/nexus/content/repositories/external/org/gridgain/ignite-hibernate_5.3/<https://urldefense.proofpoint.com/v2/url?u=https-3A__gridgainsystems.com_nexus_content_repositories_external_org_gridgain_ignite-2Dhibernate-5F5.3_&d=DwMFaQ&c=dqndFQAGz2cg7ln6ll1EqkpBLZllP_GH8-2iqGbTww0&r=UMGFmU3WkANZKXxHI2sMIQI1g3U2qKPxMiWWjmYk4LE&m=k9Ll5Hgr5yLnhZ6lKNIaMigxs4Sw5p_U8RQOi0GVWgo&s=3I7-Kc9BmnTakFBeaT32WmLfYgZ_i8A951osF942pLY&e=>
I believe there are no changes between these versions.

Best Regards,
Evgenii

вт, 11 авг. 2020 г. в 10:53, Tathagata Roy 
<tathagata....@raymondjames.com<mailto:tathagata....@raymondjames.com>>:
I am trying to do a poc on using apache ignite as hibernate 2nd level cache, 
following the example given 
https://apacheignite-mix.readme.io/v2.1/docs/hibernate-l2-cache#maven-configuration<https://urldefense.proofpoint.com/v2/url?u=https-3A__apacheignite-2Dmix.readme.io_v2.1_docs_hibernate-2Dl2-2Dcache-23maven-2Dconfiguration&d=DwMFaQ&c=dqndFQAGz2cg7ln6ll1EqkpBLZllP_GH8-2iqGbTww0&r=UMGFmU3WkANZKXxHI2sMIQI1g3U2qKPxMiWWjmYk4LE&m=k9Ll5Hgr5yLnhZ6lKNIaMigxs4Sw5p_U8RQOi0GVWgo&s=MkbdtukC-V_fJC9B_T8lnIcAd2dHECYoMpGxYVks1vw&e=>.

Since we are using Hibernate 5.3.7 in Spring Boot, I need to use 
ignite-hibernate_5.3. Unfortunately this artifact id is not present in any 
public maven repository, hence as mentioned 
https://apacheignite.readme.io/docs/maven-setup#<https://urldefense.proofpoint.com/v2/url?u=https-3A__apacheignite.readme.io_docs_maven-2Dsetup-23&d=DwMFaQ&c=dqndFQAGz2cg7ln6ll1EqkpBLZllP_GH8-2iqGbTww0&r=UMGFmU3WkANZKXxHI2sMIQI1g3U2qKPxMiWWjmYk4LE&m=k9Ll5Hgr5yLnhZ6lKNIaMigxs4Sw5p_U8RQOi0GVWgo&s=fn6jIwYBP8pjIm-f_AAu2IuJx9oFrqnR1OHwKIozub8&e=>
 i need to build it locally and push it to my maven repository.

When I am trying to build using the command

    mvn clean install -DskipTests -Plgpl -pl modules/hibernate -am

I am getting the error

The following artifacts could not be resolved: 
org.jacorb:jacorb:jar:2.2.3-jonas-patch-20071018, 
org.jacorb:jacorb-idl:jar:2.2.3-jonas-patch-20071018


I am not seeing any reference to the org.jacorb:jacorb , org.jacorb:jacorb-idl 
in any pom nor is it available in any public repository. This is happening for 
both 2.8.1 tag and also current SNAPSHOT What should be done to fix it, or is 
there some public repository where is can get ignite-hibernate_5.3?

Reply via email to