Hi EveryOne, This is pradeep iam new to hibernate.i have done one application on hibernate using eclipse 3.5.but the problem is while i am running main class it shows the some errors they are
Jan 5, 2012 2:32:52 PM org.hibernate.cfg.Environment <clinit> INFO: Hibernate 3.2.1 Jan 5, 2012 2:32:52 PM org.hibernate.cfg.Environment <clinit> INFO: hibernate.properties not found Jan 5, 2012 2:32:52 PM org.hibernate.cfg.Environment buildBytecodeProvider INFO: Bytecode provider name : cglib Jan 5, 2012 2:32:52 PM org.hibernate.cfg.Environment <clinit> INFO: using JDK 1.4 java.sql.Timestamp handling Jan 5, 2012 2:32:52 PM org.hibernate.cfg.Configuration configure INFO: configuring from resource: /hibernate.cfg.xml Jan 5, 2012 2:32:52 PM org.hibernate.cfg.Configuration getConfigurationInputStream INFO: Configuration resource: /hibernate.cfg.xml
it created object(cfg) for Configuration successfully but after that when cfg.configure(); statement is coming it raises the above errors. please help me to solve these issues. Thanks in advance
|