Hibernate is LGPL-licensed, so we stopped deploying there. To get artifacts
for 2.5 version that have LGPL dependencies, you need to build them from
the source [1] and deploy in your local repo.

[1] http://ignite.apache.org/download.cgi#build-source

2018-07-10 21:46 GMT+03:00 monstereo <mehmetozangu...@gmail.com>:

> I have create what apache ignite is said, but i got this exception:
>
> Exception in thread "main" org.hibernate.service.spi.ServiceException:
> Unable to create requested service [org.hibernate.cache.spi.RegionFactory]
>
> Unable to resolve name
> [org.apache.ignite.cache.hibernate.HibernateRegionFactory] as strategy
> [org.hibernate.cache.spi.RegionFactory]
>
>
>
> here is the dependencies that i am using:
>
> <dependencies>
>         <dependency>
>             <groupId>org.apache.ignite</groupId>
>             <artifactId>ignite-hibernate</artifactId>
>             <version>1.2.0-incubating</version>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.ignite</groupId>
>             <artifactId>ignite-core</artifactId>
>             <version>2.5.0</version>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.ignite</groupId>
>             <artifactId>ignite-spring</artifactId>
>             <version>2.5.0</version>
>         </dependency>
>         <dependency>
>             <groupId>postgresql</groupId>
>             <artifactId>postgresql</artifactId>
>             <version>9.1-901-1.jdbc4</version>
>         </dependency>
>
>         <dependency>
>             <groupId>org.apache.ignite</groupId>
>             <artifactId>ignite-examples</artifactId>
>             <version>1.0.0-RC3</version>
>         </dependency>
>         <dependency>
>             <groupId>org.hibernate</groupId>
>             <artifactId>hibernate-core</artifactId>
>             <version>5.3.2.Final</version>
>         </dependency>
>         <dependency>
>             <groupId>org.hibernate</groupId>
>             <artifactId>hibernate-annotations</artifactId>
>             <version>3.5.6-Final</version>
>         </dependency>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to