Re: [hibernate-dev] hibernate-delta

2013-06-28 Thread Steve Ebersole
That's not true. Neither liquibase nor flyway use a connection to the database. On Jun 28, 2013 11:22 AM, "Gregor Zeitlinger" wrote: > The tool you mention works against a database connection which is not what > I want. > > Steve Ebersole wrote: > > >Tools do exist that do this already. Liquib

Re: [hibernate-dev] hibernate-delta

2013-06-28 Thread Steve Ebersole
Tools do exist that do this already. Liquibase and Flyway are 2 I know of. Liquibase even has some support for generating its "change logs" from Hibernate mappings[1]. [1] http://www.liquibase.org/documentation/hibernate.html On 06/24/2013 07:20 AM, Gregor Zeitlinger wrote: > The main differe

[hibernate-dev] [HSEARCH] ticketmonster remaining todos

2013-06-28 Thread Emmanuel Bernard
remember the fork of ticketmonster adding Hibernate Search? https://github.com/jboss-jdf/ticket-monster/tree/hibernate-search I have added the main todos to make it proper into TicketMonster. They are all subtasks of https://issues.jboss.org/browse/JDF-57 If you want to take a pick at one to rem

Re: [hibernate-dev] [OGM] Embedded MongoDB for tests

2013-06-28 Thread Hardy Ferentschik
On 28 Jan 2013, at 11:15 AM, Emmanuel Bernard wrote: > I wonder how you can debug things though and look at the content outside > your tests? I guess you would install a regular mongodb on a different > port. Right, for active development and/or debugging it makes probably sense to have a regu

Re: [hibernate-dev] [OGM] Embedded MongoDB for tests

2013-06-28 Thread Emmanuel Bernard
This looks like a good idea and fixes the workaround we had around optional testing based on profiles. The only drawback is that we still need to make sure OGM is naturally usable without it but if we use https://github.com/joelittlejohn/embedmongo-maven-plugin it looks like the mongodb instance i