xml - 13:21:59,854 ERROR HibernateUtil:42 - Error initializing database -
i new hibernate , trying run junit test case, getting following exception:
13:21:59,854 error hibernateutil:42 - error initializing database 13:21:59,853 error errorlogger:57 - error parsing xml (1) : xml version "2.0" not supported, xml 1.0 supported.
am doing wrong here? me please?
thanks
"xml version "2.0" not supported, xml 1.0 supported"
looks 1 of configuration xml using version="2.0"
instead of version="1.0"
in xml prolog
.
can check hibernate.cfg.xml
, mapping files(hbm) if present.
Comments
Post a Comment