On Thursday, March 14th,
An unregistered user
said:
Folowing these errors at jboss server start, when I deploy the application or the tests, I have :
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-4) HHH000389: Unsuccessful: alter table Booking drop constraint FK6713A0398F247C64
ERROR[org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-4) Table "BOOKING" not found; SQL statement: alter table Booking drop constraint FK6713A0398F247C64 [42102-161]
and for tables : EVENT, PERFORMANCE, SECTION, SECTIONALLOCATION
So the application does not run and the tests returns failures, as at the previous tutorial," Building the persistence layer, the application has run.
On Thursday, March 14th, An unregistered user said:
Folowing these errors at jboss server start, when I deploy the application or the tests, I have :
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-4) HHH000389: Unsuccessful: alter table Booking drop constraint FK6713A0398F247C64
ERROR[org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-4) Table "BOOKING" not found; SQL statement: alter table Booking drop constraint FK6713A0398F247C64 [42102-161]
and for tables : EVENT, PERFORMANCE, SECTION, SECTIONALLOCATION
So the application does not run and the tests returns failures, as at the previous tutorial," Building the persistence layer, the application has run.