RE: build failure for module hibernate 5.3

2020-08-12 Thread Tathagata Roy
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 
Sent: Tuesday, August 11, 2020 12:48 PM
To: user 
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_=DwMFaQ=dqndFQAGz2cg7ln6ll1EqkpBLZllP_GH8-2iqGbTww0=UMGFmU3WkANZKXxHI2sMIQI1g3U2qKPxMiWWjmYk4LE=k9Ll5Hgr5yLnhZ6lKNIaMigxs4Sw5p_U8RQOi0GVWgo=3I7-Kc9BmnTakFBeaT32WmLfYgZ_i8A951osF942pLY=>
I believe there are no changes between these versions.

Best Regards,
Evgenii

вт, 11 авг. 2020 г. в 10:53, Tathagata Roy 
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=DwMFaQ=dqndFQAGz2cg7ln6ll1EqkpBLZllP_GH8-2iqGbTww0=UMGFmU3WkANZKXxHI2sMIQI1g3U2qKPxMiWWjmYk4LE=k9Ll5Hgr5yLnhZ6lKNIaMigxs4Sw5p_U8RQOi0GVWgo=MkbdtukC-V_fJC9B_T8lnIcAd2dHECYoMpGxYVks1vw=>.

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=DwMFaQ=dqndFQAGz2cg7ln6ll1EqkpBLZllP_GH8-2iqGbTww0=UMGFmU3WkANZKXxHI2sMIQI1g3U2qKPxMiWWjmYk4LE=k9Ll5Hgr5yLnhZ6lKNIaMigxs4Sw5p_U8RQOi0GVWgo=fn6jIwYBP8pjIm-f_AAu2IuJx9oFrqnR1OHwKIozub8=>
 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?


Re: build failure for module hibernate 5.3

2020-08-12 Thread Petr Ivanov
HI!


Try adding this repository to your settings.xml: 
https://repository.ow2.org/nexus/content/repositories/public/ 




> On 11 Aug 2020, at 20:53, Tathagata Roy  
> wrote:
> 
> 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
>  
> .
>  
> 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# 
>  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?



Re: build failure for module hibernate 5.3

2020-08-11 Thread Evgenii Zhuravlev
Hi,

You can use it from this repository:
https://gridgainsystems.com/nexus/content/repositories/external/org/gridgain/ignite-hibernate_5.3/
I believe there are no changes between these versions.

Best Regards,
Evgenii

вт, 11 авг. 2020 г. в 10:53, Tathagata Roy :

> 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
> .
>
>
>
> 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# 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?
>
>


build failure for module hibernate 5.3

2020-08-11 Thread Tathagata Roy
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.

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# 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?