Re: [hibernate-dev] SchemaManagementTool / Exportable

2012-08-14 Thread Steve Ebersole
"Strong Liu" mailto:st...@hibernate.org>> >>>> To: "Steve Ebersole" mailto:st...@hibernate.org>> >>>> Cc: "Hibernate hibernate-dev" >>> <mailto:hibernate-dev@lists.jboss.org>> >>>> Sent: Thursday, August

Re: [hibernate-dev] SchemaManagementTool / Exportable

2012-08-10 Thread Strong Liu
s, but I can see how the seconds > might be simpler for custom ones. > > On Fri 10 Aug 2012 01:49:48 AM CDT, Gail Badner wrote: >> +1 >> >> - Original Message - >>> From: "Strong Liu" >>> To: "Steve Ebersole" >>> Cc

Re: [hibernate-dev] SchemaManagementTool / Exportable

2012-08-10 Thread Steve Ebersole
t;Steve Ebersole" >> Cc: "Hibernate hibernate-dev" >> Sent: Thursday, August 9, 2012 9:15:32 PM >> Subject: Re: [hibernate-dev] SchemaManagementTool / Exportable >> >> >> +1 >> >> On Aug 10, 2012, at 12:38 AM, Steve Ebersole >> wrote

Re: [hibernate-dev] SchemaManagementTool / Exportable

2012-08-09 Thread Gail Badner
+1 - Original Message - > From: "Strong Liu" > To: "Steve Ebersole" > Cc: "Hibernate hibernate-dev" > Sent: Thursday, August 9, 2012 9:15:32 PM > Subject: Re: [hibernate-dev] SchemaManagementTool / Exportable > > > +1 >

Re: [hibernate-dev] SchemaManagementTool / Exportable

2012-08-09 Thread Strong Liu
+1 On Aug 10, 2012, at 12:38 AM, Steve Ebersole wrote: > The basics of org.hibernate.service.schema.spi.SchemaManagementTool are > essentially done. There is a lot of clean up I want to do after > Configuration is gutted or removed, changing how SchemaExport, etc work > internally. > > But

Re: [hibernate-dev] SchemaManagementTool / Exportable

2012-08-09 Thread Steve Ebersole
Lots of people are doing this with 4.0 and Integrator. In fact some of those discussions helping people led directly to this new SPI. That and wanting to allow pluggable schema management tools since we well advertise ours as "not meant for production" But, all that said, thats not really rele

Re: [hibernate-dev] SchemaManagementTool / Exportable

2012-08-09 Thread Eric Dalquist
+1 for the externalization. We actually have a custom schema-export tool for hibernate 4.1 that plugs in with how we configure data sources in spring much better than the provided tool. -Eric On 08/09/2012 11:38 AM, Steve Ebersole wrote: > The basics of org.hibernate.service.schema.spi.SchemaMa

[hibernate-dev] SchemaManagementTool / Exportable

2012-08-09 Thread Steve Ebersole
The basics of org.hibernate.service.schema.spi.SchemaManagementTool are essentially done. There is a lot of clean up I want to do after Configuration is gutted or removed, changing how SchemaExport, etc work internally. But one thing I wanted to discuss was to change up how Exportable works.