I have generated code from the uml2 model using maven repository (version 2.0.5) . I am using Hibernate version 3.1 and when i try to connect to server, my out.log show SessionFactory configured to null. Can anyone help with this problem. I am using hibernate.cfg.xml for building session factory.
10:34:39,278 INFO [Environment] Hibernate 3.1.3 10:34:39,298 INFO [Environment] hibernate.properties not found 10:34:39,309 INFO [Environment] using CGLIB reflection optimizer 10:34:39,309 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling 10:34:39,559 INFO [Configuration] configuring from url: jar:file:/C:/jboss-4.2.0.GA/server/default/tmp/deploy/tmp26124core-core-1.0.jar!/hibernate.cfg.xml 10:34:39,709 INFO [Configuration] Reading mappings from resource: -- 10:34:40,320 INFO [HbmBinder] Mapping class: -- 10:34:40,400 INFO [Configuration] Reading mappings from resource: -- 10:34:40,861 INFO [HbmBinder] Mapping class: -- 10:34:41,071 INFO [Configuration] Reading mappings from resource: -- 10:34:41,562 INFO [HbmBinder] Mapping class: -- 10:34:41,572 INFO [Configuration] Reading mappings from resource: ---- 10:34:41,602 INFO [HbmBinder] Mapping class: --- 10:34:41,602 INFO [Configuration] Configured SessionFactory: null 10:34:41,612 INFO [HbmBinder] Mapping collection: -- 10:34:41,612 INFO [HbmBinder] Mapping collection: -- 10:34:41,642 INFO [NamingHelper] JNDI InitialContext properties:{}
|