Re: [hibernate-dev] Broken ManagedProviderConnectionHelper

2011-06-02 Thread Steve Ebersole
Not sure there is much we can do right now. Yes that form of doing SchemaExport, et al will go away. So by the time we would get this fixed it would be for Beta1 anyway. You are obviously using SchemaExport directly (as Hibernate itself uses the new ServiceRegistry ctor form). So I would sug

[hibernate-dev] Broken ManagedProviderConnectionHelper

2011-06-02 Thread Dmitry Geraskov
Hi, Steve, I just looked in ManagedProviderConnectionHelper which is used in SchemaExport, SchemaUpdate, SchemaValidator and it is broken. It is never creates a connection, and this make impossible to run SchemaExport, SchemaUpdate, SchemaValidator configured by cfg. I guess the class is going