Forums Register Login

hibernate

+Pie Number of slices to send: Send
hi .
i have started to learn hibernate by creating simple program. i got some errors while running the program.the error message is

"Sep 6, 2011 6:36:22 PM org.hibernate.cfg.Environment <clinit>
INFO: Hibernate 3.2.1
Sep 6, 2011 6:36:22 PM org.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
Sep 6, 2011 6:36:22 PM org.hibernate.cfg.Environment buildBytecodeProvider
INFO: Bytecode provider name : cglib
Sep 6, 2011 6:36:22 PM org.hibernate.cfg.Environment <clinit>
INFO: using JDK 1.4 java.sql.Timestamp handling
Sep 6, 2011 6:36:23 PM org.hibernate.cfg.Configuration configure
INFO: configuring from resource: /hibernate.cfg.xml
Sep 6, 2011 6:36:23 PM org.hibernate.cfg.Configuration getConfigurationInputStream
INFO: Configuration resource: /hibernate.cfg.xml
Sep 6, 2011 6:36:23 PM org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource : course/Course.hbm.xml
XMLScanner#scanComment#text.toString() == Hibernate Mapping DTD.


XMLScanner#scanComment#c == 60
Sep 6, 2011 6:36:24 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: course.Course -> COURSE_EXAMPLE
Sep 6, 2011 6:36:24 PM org.hibernate.cfg.Configuration doConfigure
INFO: Configured SessionFactory: null
Sep 6, 2011 6:36:24 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Using Hibernate built-in connection pool (not for production use!)
Sep 6, 2011 6:36:24 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Hibernate connection pool size: 20
Sep 6, 2011 6:36:24 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: autocommit mode: false
Sep 6, 2011 6:36:24 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: using driver: oracle.jdbc.driver.OracleDriver at URL: jdbcracle:thin:@192.168.1.160:1521:orcl
Sep 6, 2011 6:36:24 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: connection properties: {user=nabh_live, password=****}
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: RDBMS: Oracle, version: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC driver: Oracle JDBC driver, version: 9.2.0.1.0
Sep 6, 2011 6:36:25 PM org.hibernate.dialect.Dialect <init>
INFO: Using dialect: org.hibernate.dialect.OracleDialect
Sep 6, 2011 6:36:25 PM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
INFO: Using default transaction strategy (direct JDBC transactions)
Sep 6, 2011 6:36:25 PM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic flush during beforeCompletion(): disabled
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic session close at end of transaction: disabled
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch size: 15
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch updates for versioned data: disabled
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Scrollable result sets: enabled
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC3 getGeneratedKeys(): disabled
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Connection release mode: auto
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default batch fetch size: 1
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Generate SQL with comments: disabled
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL updates by primary key: disabled
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
Sep 6, 2011 6:36:25 PM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
INFO: Using ASTQueryTranslatorFactory
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query language substitutions: {}
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JPA-QL strict compliance: disabled
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Second-level cache: enabled
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query cache: disabled
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory createCacheProvider
INFO: Cache provider: org.hibernate.cache.NoCacheProvider
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Optimize cache for minimal puts: disabled
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Structured second-level cache entries: disabled
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Statistics: disabled
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Deleted entity synthetic identifier rollback: disabled
Sep 6, 2011 6:36:25 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default entity-mode: pojo
Sep 6, 2011 6:36:25 PM org.hibernate.impl.SessionFactoryImpl <init>
INFO: building session factory
Sep 6, 2011 6:36:25 PM org.hibernate.impl.SessionFactoryObjectFactory addInstance
INFO: Not binding factory to JNDI, no JNDI name configured"

+Pie Number of slices to send: Send
Welcome to the Ranch.

Those are just normal informational log statements, not errors.
Who knew that furniture could be so violent? Put this tiny ad out there to see what happens:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 1374 times.
Similar Threads
please solve this prob
data insert error
Can't connect to MySQL database with Hibernate
Unable to get hibernate session
error connecting to SQL Server 2005
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 02:19:45.