|
when i use in schema header in hibernate.cfg.xml like <hibernate-configuration xmlns="http://www.hibernate.org/xsd/hibernate-configuration" xsi:schemaLocation="http://www.hibernate.org/xsd/hibernate-configuration hibernate-configuration-4.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> null pointer exception is being shown but if i use dtd based 3.0 header, it is working
|