[hibernate-issues] [Hibernate-JIRA] Created: (HBX-1171) Eclipse plugin, shows text in "red" color on the "console tab".

mCruiseOn (JIRA) noreply at atlassian.com
Thu Dec 9 07:13:13 EST 2010


Eclipse plugin, shows text in "red" color on the "console tab".
---------------------------------------------------------------

                 Key: HBX-1171
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-1171
             Project: Hibernate Tools
          Issue Type: Bug
          Components: eclipse
    Affects Versions: 3.2.1
            Reporter: mCruiseOn


Text in the console screen shows up in "red" on eclipse. Red color should be used to denote "errors" not progress. Its very disturbing to see red as hibernate loads. Below is a snapshot of the text that appears in red.

9 Dec, 2010 5:35:04 PM org.hibernate.cfg.annotations.Version <clinit>
INFO: Hibernate Annotations 3.5.1-Final
9 Dec, 2010 5:35:04 PM org.hibernate.cfg.Environment <clinit>
INFO: Hibernate 3.5.1-Final
9 Dec, 2010 5:35:04 PM org.hibernate.cfg.Environment <clinit>
INFO: loaded properties from resource hibernate.properties: {hibernate.connection.username=root, hibernate.connection.password=****, hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect, hibernate.connection.pool_size=2, hibernate.connection.url=jdbc:mysql://localhost/mCruiseOnServerDB, hibernate.bytecode.use_reflection_optimizer=false, hibernate.connection.driver_class=com.mysql.jdbc.Driver}
9 Dec, 2010 5:35:04 PM org.hibernate.cfg.Environment buildBytecodeProvider
INFO: Bytecode provider name : javassist
9 Dec, 2010 5:35:04 PM org.hibernate.cfg.Environment <clinit>
INFO: using JDK 1.4 java.sql.Timestamp handling
9 Dec, 2010 5:35:04 PM org.hibernate.annotations.common.Version <clinit>
INFO: Hibernate Commons Annotations 3.2.0.Final
9 Dec, 2010 5:35:04 PM org.hibernate.cfg.Configuration configure
INFO: configuring from resource: /hibernate.cfg.xml
9 Dec, 2010 5:35:04 PM org.hibernate.cfg.Configuration getConfigurationInputStream
INFO: Configuration resource: /hibernate.cfg.xml
9 Dec, 2010 5:35:04 PM org.hibernate.cfg.Configuration addResource
INFO: Reading mappings from resource : com/mcruiseon/server/hibernate/tables/DeviceDetails.hbm.xml
9 Dec, 2010 5:35:04 PM org.hibernate.cfg.Configuration doConfigure
INFO: Configured SessionFactory: null
9 Dec, 2010 5:35:04 PM org.hibernate.cfg.search.HibernateSearchEventListenerRegister enableHibernateSearch
INFO: Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
9 Dec, 2010 5:35:04 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: com.mcruiseon.server.hibernate.tables.DeviceDetails -> deviceDetails
9 Dec, 2010 5:35:04 PM org.hibernate.cfg.AnnotationConfiguration applyHibernateValidatorLegacyConstraintsOnDDL
INFO: Hibernate Validator not found: ignoring
9 Dec, 2010 5:35:04 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Using Hibernate built-in connection pool (not for production use!)
9 Dec, 2010 5:35:04 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Hibernate connection pool size: 2
9 Dec, 2010 5:35:04 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: autocommit mode: false
9 Dec, 2010 5:35:04 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost/mCruiseOnServerDB
9 Dec, 2010 5:35:04 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: connection properties: {user=root, password=****}
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: RDBMS: MySQL, version: 5.1.41-3ubuntu12.7
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.12 ( Revision: ${bzr.revision-id} )
9 Dec, 2010 5:35:05 PM org.hibernate.dialect.Dialect <init>
INFO: Using dialect: org.hibernate.dialect.MySQLInnoDBDialect
9 Dec, 2010 5:35:05 PM org.hibernate.engine.jdbc.JdbcSupportLoader useContextualLobCreation
INFO: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
9 Dec, 2010 5:35:05 PM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
INFO: Using default transaction strategy (direct JDBC transactions)
9 Dec, 2010 5:35:05 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)
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic flush during beforeCompletion(): disabled
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic session close at end of transaction: disabled
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch size: 15
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC batch updates for versioned data: disabled
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Scrollable result sets: enabled
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC3 getGeneratedKeys(): enabled
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Connection release mode: auto
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Maximum outer join fetch depth: 2
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default batch fetch size: 1
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Generate SQL with comments: disabled
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL updates by primary key: disabled
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL inserts for batching: disabled
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
9 Dec, 2010 5:35:05 PM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
INFO: Using ASTQueryTranslatorFactory
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query language substitutions: {}
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JPA-QL strict compliance: disabled
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Second-level cache: enabled
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query cache: disabled
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory createRegionFactory
INFO: Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Optimize cache for minimal puts: disabled
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Structured second-level cache entries: disabled
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Statistics: disabled
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Deleted entity synthetic identifier rollback: disabled
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default entity-mode: pojo
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Named query checking : enabled
9 Dec, 2010 5:35:05 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Check Nullability in Core (should be disabled when Bean Validation is on): enabled
9 Dec, 2010 5:35:05 PM org.hibernate.impl.SessionFactoryImpl <init>
INFO: building session factory
9 Dec, 2010 5:35:05 PM org.hibernate.impl.SessionFactoryObjectFactory addInstance
INFO: Not binding factory to JNDI, no JNDI name configured

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list