Bonjour, j'ai ce message

je c'est que sais en relation avec les propriété de ce type :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
    @Column(name = "IS_RESERVATION")
    private Boolean isReservation;

mais j'ai pas trouvés comment solution tout ça :
Running ca.etsmtl.gti525.dao.DaoJpaPresentationTest
29 mars 2013 14:38:03 org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@a4e743: startup date [Fri Mar 29 14:38:03 EDT 2013]; root of context hierarchy
29 mars 2013 14:38:03 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [spring-config-dao.xml]
29 mars 2013 14:38:04 org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker postProcessAfterInitialization
INFO: Bean 'dataSource' of type [class org.apache.commons.dbcp.BasicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
29 mars 2013 14:38:04 org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean createNativeEntityManagerFactory
INFO: Building JPA container EntityManagerFactory for persistence unit 'e-ticket-jpa-hibernate-PU'
29 mars 2013 14:38:04 org.hibernate.annotations.common.Version <clinit>
INFO: HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
29 mars 2013 14:38:04 org.hibernate.Version logVersion
INFO: HHH000412: Hibernate Core {4.1.2}
29 mars 2013 14:38:04 org.hibernate.cfg.Environment <clinit>
INFO: HHH000206: hibernate.properties not found
29 mars 2013 14:38:04 org.hibernate.cfg.Environment buildBytecodeProvider
INFO: HHH000021: Bytecode provider name : javassist
29 mars 2013 14:38:04 org.hibernate.ejb.Ejb3Configuration configure
INFO: HHH000204: Processing PersistenceUnitInfo [
name: e-ticket-jpa-hibernate-PU
...]
29 mars 2013 14:38:05 org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator instantiateExplicitConnectionProvider
INFO: HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
29 mars 2013 14:38:06 org.hibernate.dialect.Dialect <init>
INFO: HHH000400: Using dialect: org.hibernate.dialect.DerbyDialect
29 mars 2013 14:38:06 org.hibernate.dialect.DerbyDialect <init>
WARN: HHH000430: The DerbyDialect dialect has been deprecated; use one of the version-specific dialects instead
29 mars 2013 14:38:06 org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation
INFO: HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
29 mars 2013 14:38:06 org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService
INFO: HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
29 mars 2013 14:38:06 org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
INFO: HHH000397: Using ASTQueryTranslatorFactory
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport execute
INFO: HHH000227: Running hbm2ddl schema export
Hibernate: alter table SHOW_BILLET drop constraint FK1FAA82788C000E66
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table SHOW_BILLET drop constraint FK1FAA82788C000E66
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: 'ALTER TABLE' cannot be performed on 'SHOW_BILLET' because it does not exist.
Hibernate: alter table SHOW_BILLET drop constraint FK1FAA827811983CBC
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table SHOW_BILLET drop constraint FK1FAA827811983CBC
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: 'ALTER TABLE' cannot be performed on 'SHOW_BILLET' because it does not exist.
Hibernate: alter table SHOW_BILLET drop constraint FK1FAA82785DBB0278
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table SHOW_BILLET drop constraint FK1FAA82785DBB0278
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: 'ALTER TABLE' cannot be performed on 'SHOW_BILLET' because it does not exist.
Hibernate: alter table SHOW_REPRESENTATION drop constraint FK32B4DE4FBE5C729C
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table SHOW_REPRESENTATION drop constraint FK32B4DE4FBE5C729C
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: 'ALTER TABLE' cannot be performed on 'SHOW_REPRESENTATION' because it does not exist.
Hibernate: alter table SHOW_REPRESENTATION drop constraint FK32B4DE4F11983CBC
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table SHOW_REPRESENTATION drop constraint FK32B4DE4F11983CBC
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: 'ALTER TABLE' cannot be performed on 'SHOW_REPRESENTATION' because it does not exist.
Hibernate: alter table SHOW_SPECTACLE drop constraint FK323CE9D23DC15CEB
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table SHOW_SPECTACLE drop constraint FK323CE9D23DC15CEB
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: 'ALTER TABLE' cannot be performed on 'SHOW_SPECTACLE' because it does not exist.
Hibernate: alter table T_TYPES_SPECTACLE drop constraint FKF9E1A243BE5C729C
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table T_TYPES_SPECTACLE drop constraint FKF9E1A243BE5C729C
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: 'ALTER TABLE' cannot be performed on 'T_TYPES_SPECTACLE' because it does not exist.
Hibernate: alter table VENTE_CLIENT drop constraint FKE3ED9CBA9408E546
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table VENTE_CLIENT drop constraint FKE3ED9CBA9408E546
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: 'ALTER TABLE' cannot be performed on 'VENTE_CLIENT' because it does not exist.
Hibernate: alter table VENTE_CLIENT drop constraint FKE3ED9CBAC26EB586
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table VENTE_CLIENT drop constraint FKE3ED9CBAC26EB586
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: 'ALTER TABLE' cannot be performed on 'VENTE_CLIENT' because it does not exist.
Hibernate: alter table VENTE_CLIENT_SHOW_BILLET drop constraint FK862D367329E60131
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table VENTE_CLIENT_SHOW_BILLET drop constraint FK862D367329E60131
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: 'ALTER TABLE' cannot be performed on 'VENTE_CLIENT_SHOW_BILLET' because it does not exist.
Hibernate: alter table VENTE_CLIENT_SHOW_BILLET drop constraint FK862D367349AE6EFF
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: alter table VENTE_CLIENT_SHOW_BILLET drop constraint FK862D367349AE6EFF
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: 'ALTER TABLE' cannot be performed on 'VENTE_CLIENT_SHOW_BILLET' because it does not exist.
Hibernate: drop table SHOW_ARTISTE
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: drop table SHOW_ARTISTE
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: 'DROP TABLE' cannot be performed on 'SHOW_ARTISTE' because it does not exist.
Hibernate: drop table SHOW_BILLET
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: HHH000389: Unsuccessful: drop table SHOW_BILLET
29 mars 2013 14:38:06 org.hibernate.tool.hbm2ddl.SchemaExport perform
ERROR: 'DROP TABLE' cannot be performed on 'SHOW_BILLET' because it does not exist.
Quelqu'un à eux déjà le même problème ? (que je doit faire pour avoir une solution)