Hi All,

I'm trying to use Apache Ignite as a L2 cache in my app.

Both JPA/Hibernate and Ignite are configured to work together, but I'm not sure 
how to make the Ignite to started before JPA/Hibernate is initialized. Right 
now the war deployment fails when deployer is trying to create 
EntityManagerFactory and can't find the specified (in persistence.xml) Ignite 
instance. Do I have to deploy another app (with Ignite.start() in it) before 
the 'main' app or there is some other way to do it?

Cheers,
Dmitry

Reply via email to