Re: [hibernate-dev] Backward compatibilty latest snapshot

2009-03-26 Thread Steve Ebersole
DialectFactory constituted a circular package dependency between o.h.dialect and o.h.dialect.resolver. It was moved to the o.h.dialect.resolver package to alleviate that circularity (yes we have tons of such circularity in Hibernate, but we have to start cleaning up somewhere). Sadly, even that

Re: [hibernate-dev] Backward compatibilty latest snapshot

2009-03-26 Thread Emmanuel Bernard
DialectFactory is not a public API AFAIK but I know Grails had to use a bunch of non public API esp on the mapping side. So two solutions here: - it makes sense to move back DialectFactory to the dialect package, Steve's call (note that the interface might have changed anyway - get the grai

[hibernate-dev] Backward compatibilty latest snapshot

2009-03-26 Thread Marcel Overdijk
Hi, I tried to play with the latest 3.5.0-SNAPSHOT within my Grails 1.1 project to integrate Hibernate Search. Grails 1.1 is bases on Hibernate 3.3.1. The problem I'm facing now is that 3.5.0-snapshot does not seem to be backward compatible with 3.3.1 org.hibernate.dialect.DialectFactory was move

Re: [hibernate-dev] problem with pdf generated by maven-jdocbook-plugin and hibernate-jdocbook-style?

2009-03-26 Thread Sanne Grinovero
I don't know how bad it is after the maven switch, but there were some layout issues before too, especially with long lines. 2009/3/26 Hardy Ferentschik : > DOH! ;-) > > I will create an issue there then. > > On Thu, 26 Mar 2009 14:33:32 +0100, Steve Ebersole > wrote: > >> I'll play sherlock holm

[hibernate-dev] How to build Hibernate Search

2009-03-26 Thread Hardy Ferentschik
Hi, I updated the guide on how to build Hibernate Search - http://www.hibernate.org/462.html I hope this will help resolve the problems of the last couple of days. --Hardy ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jb

Re: [hibernate-dev] problem with pdf generated by maven-jdocbook-plugin and hibernate-jdocbook-style?

2009-03-26 Thread Hardy Ferentschik
DOH! ;-) I will create an issue there then. On Thu, 26 Mar 2009 14:33:32 +0100, Steve Ebersole wrote: I'll play sherlock holmes with you ;) So you say you are using maven-jdocbook-plugin... Ok -> http://repository.jboss.org/maven2/org/jboss/maven/plugins/maven-jdocbook-plugin/2.1.2/maven

Re: [hibernate-dev] problem with pdf generated by maven-jdocbook-plugin and hibernate-jdocbook-style?

2009-03-26 Thread Steve Ebersole
OTOH, this is not an issue with the jDocBook maven plugin. This is a stylistic issue, probably the XSLT I would guess. On Thu, 2009-03-26 at 11:36 +0100, Hardy Ferentschik wrote: > Hi, > > I switched Hibernate Search to maven the other day and as part of this > migration the docbook documnetat

Re: [hibernate-dev] problem with pdf generated by maven-jdocbook-plugin and hibernate-jdocbook-style?

2009-03-26 Thread Steve Ebersole
I'll play sherlock holmes with you ;) So you say you are using maven-jdocbook-plugin... Ok -> http://repository.jboss.org/maven2/org/jboss/maven/plugins/maven-jdocbook-plugin/2.1.2/maven-jdocbook-plugin-2.1.2.pom So I see: jira http://jira.jboss.org/jira/browse/MPJDOCBOOK

[hibernate-dev] problem with pdf generated by maven-jdocbook-plugin and hibernate-jdocbook-style?

2009-03-26 Thread Hardy Ferentschik
Hi, I switched Hibernate Search to maven the other day and as part of this migration the docbook documnetation is now built with maven-jdocbook-plugin and hibernate-jdocbook-style. Prior to this Hibernate Search was using ant and some checked in docbook styles to build the documentation. Th

[hibernate-dev] Is there any specific reason for not removing any successful action from the action list in ActionQueue executeActions

2009-03-26 Thread Pavitar Singh
Hi Is there any specific reason for not removing any successful action from the action list. In Method of class org.hibernate.engine.ActionQueue private void executeActions(List list) throws HibernateException { int size = list.size(); for ( int i = 0; i < size; i++ ) {