Code:
_____ _ _ _ _ __ _ __ ___ ___ __ _____ __ ___ __ __
|_ _| || | || | \| | _\| __| _ \/' _/_ _/__\| _ \ V |
| | | >< | \/ | | ' | v | _|| v /`._`. | || \/ | v / \_/ |
|_| |_||_|\__/|_|\__|__/|___|_|_\|___/ |_| \__/|_|_\_| |_|
COPYRIGHT (C) 2012 ADIL HAFEEZ
09-Jun-2012 || 22:16:55 [INFO] (adil.thunderstorm.util.Configuration) -- Configuration added
09-Jun-2012 || 22:16:55 [INFO] (adil.thunderstorm.Bootstrap) -- Attemtping to setup Hibernate
09-Jun-2012 || 22:16:55 [INFO] (org.hibernate.annotations.common.Version) -- Hibernate Commons Annotations 3.2.0.Final
09-Jun-2012 || 22:16:55 [INFO] (org.hibernate.cfg.Environment) -- Hibernate 3.6.0.Final
09-Jun-2012 || 22:16:55 [INFO] (org.hibernate.cfg.Environment) -- hibernate.properties not found
09-Jun-2012 || 22:16:55 [INFO] (org.hibernate.cfg.Environment) -- Bytecode provider name : javassist
09-Jun-2012 || 22:16:55 [INFO] (org.hibernate.cfg.Environment) -- using JDK 1.4 java.sql.Timestamp handling
09-Jun-2012 || 22:16:55 [INFO] (org.hibernate.cfg.Configuration) -- configuring from resource: /hibernate.cfg.xml
09-Jun-2012 || 22:16:55 [INFO] (org.hibernate.cfg.Configuration) -- Configuration resource: /hibernate.cfg.xml
09-Jun-2012 || 22:16:55 [WARN] (org.hibernate.util.DTDEntityResolver) -- recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
09-Jun-2012 || 22:16:55 [INFO] (org.hibernate.cfg.Configuration) -- Configured SessionFactory: null
09-Jun-2012 || 22:16:56 [INFO] (org.hibernate.cfg.AnnotationBinder) -- Binding entity from annotated class: adil.thunderstorm.habbo.user.Habbo
09-Jun-2012 || 22:16:56 [INFO] (org.hibernate.cfg.annotations.EntityBinder) -- Bind entity adil.thunderstorm.habbo.user.Habbo on table users
09-Jun-2012 || 22:16:56 [INFO] (org.hibernate.cfg.Configuration) -- Hibernate Validator not found: ignoring
09-Jun-2012 || 22:16:56 [INFO] (org.hibernate.cfg.search.HibernateSearchEventListenerRegister) -- Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
09-Jun-2012 || 22:16:56 [INFO] (org.hibernate.connection.ConnectionProviderFactory) -- Initializing connection provider: com.jolbox.bonecp.provider.BoneCPConnectionProvider
09-Jun-2012 || 22:16:56 [DEBUG] (com.jolbox.bonecp.provider.BoneCPConnectionProvider) -- JDBC URL = jdbc:mysql://127.0.0.1/thunderstorm, Username = root, partitions = 3, max (per partition) = 60, min (per partition) = 20, helper threads = 3, idle max age = 240 min, idle test period = 240 min
09-Jun-2012 || 22:16:57 [INFO] (org.hibernate.cfg.SettingsFactory) -- Database ->
name : MySQL
version : 5.5.16
major : 5
minor : 5
09-Jun-2012 || 22:16:57 [INFO] (org.hibernate.cfg.SettingsFactory) -- Driver ->
name : MySQL-AB JDBC Driver
version : mysql-connector-java-5.1.18 ( Revision: tonci.grgin@oracle.com-20110930151701-jfj14ddfq48ifkfq )
major : 5
minor : 1
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.dialect.Dialect) -- Using dialect: org.hibernate.dialect.MySQLDialect
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.transaction.TransactionFactoryFactory) -- Using default transaction strategy (direct JDBC transactions)
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.transaction.TransactionManagerLookupFactory) -- No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Automatic flush during beforeCompletion(): disabled
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Automatic session close at end of transaction: disabled
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- JDBC batch size: 15
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- JDBC batch updates for versioned data: disabled
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Scrollable result sets: enabled
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- JDBC3 getGeneratedKeys(): enabled
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Connection release mode: auto
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Maximum outer join fetch depth: 2
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Default batch fetch size: 1
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Generate SQL with comments: disabled
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Order SQL updates by primary key: disabled
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Order SQL inserts for batching: disabled
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.hql.ast.ASTQueryTranslatorFactory) -- Using ASTQueryTranslatorFactory
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Query language substitutions: {}
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- JPA-QL strict compliance: disabled
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Second-level cache: enabled
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Query cache: disabled
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Optimize cache for minimal puts: disabled
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Structured second-level cache entries: disabled
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Statistics: disabled
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Deleted entity synthetic identifier rollback: disabled
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Default entity-mode: pojo
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Named query checking : enabled
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Check Nullability in Core (should be disabled when Bean Validation is on): enabled
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.impl.SessionFactoryImpl) -- building session factory
09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.impl.SessionFactoryObjectFactory) -- Not binding factory to JNDI, no JNDI name configured
09-Jun-2012 || 22:16:58 [INFO] (adil.thunderstorm.Bootstrap) -- Annotations configured & Hibernate initialised
09-Jun-2012 || 22:16:59 [DEBUG] (adil.thunderstorm.Bootstrap) -- Setting up network bootstrap..
09-Jun-2012 || 22:16:59 [DEBUG] (adil.thunderstorm.Bootstrap) -- Binding to port -> 90
09-Jun-2012 || 22:16:59 [INFO] (adil.thunderstorm.Bootstrap) -- Server bound on port -> 90
09-Jun-2012 || 22:17:32 [DEBUG] (adil.thunderstorm.network.codec.Encoder) -- Message sent #data -> to client #address ->/127.0.0.1:57465
09-Jun-2012 || 22:17:32 [INFO] (adil.thunderstorm.network.ChannelHandler) -- Added session from /127.0.0.1:57465