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
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
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
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
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
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
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
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
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
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++ ) {
10 matches
Mail list logo