Hi,

I use Hibernate as JPA implementation with JBoss Seam. The underlying database 
is MS SQLSERVER 2000. Recently I added Hibernate Validation and used the 
builtin @Past validator. But since then, a few tables where no longer generated 
with hbm2ddl. Then I detected that all tables those tables used an @Past 
annotation on a field:

10:04:57,375 INFO  [SchemaExport] Running hbm2ddl schema export
  | 10:04:57,375 INFO  [SchemaExport] exporting generated schema to database
  | 10:04:57,437 ERROR [SchemaExport] Unsuccessful: create table Lizenz ([...], 
erwerbsDatum datetime not null check (erwerbsDatum < current_date), [...])
  | 10:04:57,437 ERROR [SchemaExport] Falsche Syntax in der Naehe des 
current_date-Schluesselwortes. [<- means in English: 'wrong syntax near 
current_date keyword']
  | [...]
  | 10:04:57,828 INFO  [SchemaExport] schema export complete
Is this a bug in Hibernate Validator or hbm2ddl? Probably in association with 
MS SQLSERVER?

Best Regards, Matthias

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118537#4118537

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118537
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to