Hi Ignite uses H2 syntax, so you could set H2 dialect: <property name="hibernate.dialect" value="org.hibernate.dialect.H2Dialect"/>
Thanks, Pavel 2018-07-11 0:46 GMT+03:00 Вячеслав Коптилин <[email protected]>: > Hello, > > I don't think I clearly understand the issue you faced. > Please provide more details about the problem so that the community can > help you. > Could create a small reproducer project and share it on GitHub? > By the way, the log file from the server node will be helpful as well. > > Thanks, > S. > > вт, 10 июл. 2018 г. в 22:40, bitanxen <[email protected]>: > >> Hi, I have a running a ignite cluster. Now from my spring boot maven >> project >> which is dependent on spring-data-jpa where the jdbc datasource is >> configured with Ignite. But it's giving me an error that hibernate >> entitymanager bean is not initialised because it didn't find >> hibernate.dialect. >> >> Is there any working day configuration for Ingite JDBC with Spring Data >> JPA?? >> >> >> >> -- >> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >> > -- Regards Pavel Vinokurov
