Hi guys, I just tried the latest beta and I cannot compile my project. With the latest hibernate 4.3.X I was able to do this: ------- final org.hibernate.cfg.Configuration configuration = getHibernateConfiguration(); configuration.buildMappings(); final SchemaUpdate schemaUpdate = new SchemaUpdate(configuration); -------
however it seems that the SchemaUpdate constructor has been removed and now a new one is added: -------- public SchemaUpdate(MetadataImplementor metadata) { this( metadata.getMetadataBuildingOptions().getServiceRegistry(), metadata ); } --------- Also the configuration.buildMappings() method has been deprecated. Where do I get the MetadataImplementor from? Also is there any changelog I can refer to? Thanks. -- Regards, Petar! Karlovo, Bulgaria. --- Public PGP Key at: https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611 Key Fingerprint: A369 A7EE 61BC 93A3 CDFF 55A5 1965 8550 C311 0611 _______________________________________________ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev