org.postgresql.util.PSQLException: ERROR: no schema has been selected to create in

I have this exception org.postgresql.util.PSQLException: ERROR: no schema has been selected to create in. when I started my application. Any idea what is happening?

regards

Hey @h.nasri,

Can you please share how you have configured the engines.

Cheers,
Filip

Hi @filiphr ,
thank you for your reply. I just found what was causing the problem. It was that I was setting the wrong attribute in ProcessEngineServiceConfiguration that I have implemented. It works perfect now.
Thanks you again!
regards,
Hamdi