Pierre, I don't think these warnings should cause any problems with the application. Especially the error from hbm2ddl is not really a problem at all!
On Thursday, March 14th,
An unregistered user
replied:
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 Tuesday, March 12th, Pete Muir said:
Pierre, I don't think these warnings should cause any problems with the application. Especially the error from hbm2ddl is not really a problem at all!