caroo7 / Caro-robot

Web application responsible for presenting books which are on promotion in different bookshops. Another functionality is retrieving necessary data using parsers.
GNU General Public License v3.0
0 stars 0 forks source link

Hibernate doesn't see props #19

Open LIttleAncientForestKami opened 8 years ago

LIttleAncientForestKami commented 8 years ago

INFO: HHH000206: hibernate.properties not found sie 29, 2016 3:33:53 PM org.hibernate.cfg.Environment buildBytecodeProvider

LazyScoundrel commented 8 years ago

@caroo7 could you comment on this? I remember you've said smth about this to me

caroo7 commented 8 years ago

Yes, right now we load hibernate properties from simple properties file, we put them to java.util.Properies and finally we use in entity manager factory bean. As i read, hibernate always try to find hibernate.properties file during inititialization, so I think it's not anything important.

LIttleAncientForestKami commented 8 years ago

So... the resolution will be?