IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Hibernate Java Discussion :

Warning Hibernate 3


Sujet :

Hibernate Java

  1. #1
    Nouveau membre du Club
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Février 2013
    Messages
    81
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : Tunisie

    Informations professionnelles :
    Activité : Ingénieur développement logiciels

    Informations forums :
    Inscription : Février 2013
    Messages : 81
    Points : 34
    Points
    34
    Par défaut Warning Hibernate 3
    Bonjour, s'il vous plait, comment je peut corriger ces warning ?

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    19 mars 2015 16:54:16 org.hibernate.cfg.annotations.Version <clinit>
    INFO: Hibernate Annotations 3.3.1.GA
    19 mars 2015 16:54:16 org.hibernate.cfg.Environment <clinit>
    INFO: Hibernate 3.2.5
    19 mars 2015 16:54:16 org.hibernate.cfg.Environment <clinit>
    INFO: hibernate.properties not found
    19 mars 2015 16:54:16 org.hibernate.cfg.Environment buildBytecodeProvider
    INFO: Bytecode provider name : cglib
    19 mars 2015 16:54:16 org.hibernate.cfg.Environment <clinit>
    INFO: using JDK 1.4 java.sql.Timestamp handling
    19 mars 2015 16:54:16 org.hibernate.cfg.Configuration configure
    INFO: configuring from resource: hibernate.cfg.xml
    19 mars 2015 16:54:16 org.hibernate.cfg.Configuration getConfigurationInputStream
    INFO: Configuration resource: hibernate.cfg.xml
    19 mars 2015 16:54:16 org.hibernate.cfg.Configuration doConfigure
    INFO: Configured SessionFactory: null
    19 mars 2015 16:54:16 org.hibernate.cfg.AnnotationBinder bindClass
    INFO: Binding entity from annotated class: com.utl.model.Ensg
    19 mars 2015 16:54:16 org.hibernate.cfg.annotations.EntityBinder bindTable
    INFO: Bind entity com.utl.model.Ensg on table Ensg
    19 mars 2015 16:54:16 org.hibernate.cfg.AnnotationConfiguration secondPassCompile
    INFO: Hibernate Validator not found: ignoring
    19 mars 2015 16:54:16 org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Using Hibernate built-in connection pool (not for production use!)
    19 mars 2015 16:54:16 org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: Hibernate connection pool size: 1
    19 mars 2015 16:54:16 org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: autocommit mode: false
    19 mars 2015 16:54:16 org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: using driver: oracle.jdbc.OracleDriver at URL: jdbc:oracle:thin:@localhost:1521:orcl
    19 mars 2015 16:54:16 org.hibernate.connection.DriverManagerConnectionProvider configure
    INFO: connection properties: {user=aymenkn, password=****}
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: RDBMS: Oracle, version: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC driver: Oracle JDBC driver, version: 11.2.0.4.0
    19 mars 2015 16:54:17 org.hibernate.dialect.Dialect <init>
    INFO: Using dialect: org.hibernate.dialect.OracleDialect
    19 mars 2015 16:54:17 org.hibernate.dialect.Oracle9Dialect <init>
    ATTENTION: The Oracle9Dialect dialect has been deprecated; use either Oracle9iDialect or Oracle10gDialect instead
    19 mars 2015 16:54:17 org.hibernate.dialect.OracleDialect <init>
    ATTENTION: The OracleDialect dialect has been deprecated; use Oracle8iDialect instead
    19 mars 2015 16:54:17 org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
    INFO: Using default transaction strategy (direct JDBC transactions)
    19 mars 2015 16:54:17 org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
    INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic flush during beforeCompletion(): disabled
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Automatic session close at end of transaction: disabled
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC batch size: 15
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC batch updates for versioned data: disabled
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Scrollable result sets: enabled
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JDBC3 getGeneratedKeys(): disabled
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Connection release mode: auto
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default batch fetch size: 1
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Generate SQL with comments: disabled
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Order SQL updates by primary key: disabled
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Order SQL inserts for batching: disabled
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
    INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    19 mars 2015 16:54:17 org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
    INFO: Using ASTQueryTranslatorFactory
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query language substitutions: {}
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: JPA-QL strict compliance: disabled
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Second-level cache: enabled
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Query cache: disabled
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory createCacheProvider
    INFO: Cache provider: org.hibernate.cache.NoCacheProvider
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Optimize cache for minimal puts: disabled
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Structured second-level cache entries: disabled
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Echoing all SQL to stdout
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Statistics: disabled
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Deleted entity synthetic identifier rollback: disabled
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Default entity-mode: pojo
    19 mars 2015 16:54:17 org.hibernate.cfg.SettingsFactory buildSettings
    INFO: Named query checking : enabled
    19 mars 2015 16:54:17 org.hibernate.impl.SessionFactoryImpl <init>
    INFO: building session factory
    19 mars 2015 16:54:17 org.hibernate.impl.SessionFactoryObjectFactory addInstance
    INFO: Not binding factory to JNDI, no JNDI name configured
    19 mars 2015 16:54:17 org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: Running hbm2ddl schema export
    19 mars 2015 16:54:17 org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: exporting generated schema to database
    19 mars 2015 16:54:17 org.hibernate.tool.hbm2ddl.SchemaExport execute
    INFO: schema export complete
    Hibernate: insert into Ensg (nom, mat) values (?, ?)
    BUILD SUCCESSFUL (total time: 1 second)

  2. #2
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut
    Il n'y a aucun warning dans ton output là.

Discussions similaires

  1. Réponses: 4
    Dernier message: 15/07/2008, 16h47
  2. Un warning devient fatal
    Par tomnie dans le forum Linux
    Réponses: 3
    Dernier message: 01/04/2004, 13h48
  3. [langage] Récupérer des Warning ??
    Par armada dans le forum Langage
    Réponses: 2
    Dernier message: 05/06/2003, 16h45
  4. [warning][properties]problème de police introuvable
    Par cyrdec dans le forum API standards et tierces
    Réponses: 8
    Dernier message: 11/04/2003, 17h41
  5. Warnings lors de la compilation
    Par polo54 dans le forum C
    Réponses: 5
    Dernier message: 07/02/2003, 09h12

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo