contribute
by Steve Ebersole
Anyone familiar with either (a) gnome project planner or (b) fop and
want to help out?
17 years, 6 months
Re: ProjectionQueryTest
by Emmanuel Bernard
Hum interesting,
Which test fails exactly?
I just jave to replace the getBody annotation?
On 12 juin 07, at 17:12, Hardy Ferentschik wrote:
> Hi Emmanuel,
>
> I was just looking at http://opensource.atlassian.com/projects/
> hibernate/browse/HSEARCH-15. I attached a very simple addition to
> FullTextQuery allowing to set a Filter. Maybe you can apply the
> patch at some stage.
>
> My questions, however, is regarding
> org.hibernate.search.test.query.Book. I added a new field
> publicationDate in order to
> test the filtering. At the same time I tried to remove the
> deprecated HSearch annoatations. I tried to replace @Unstored on
> getBody() with @Field(index=Index.TOKENIZED, store=Store.NO), but
> then one of the test failed:
>
> org.hibernate.search.SearchException: Projecting an unstored field:
> body
> at org.hibernate.search.engine.DocumentBuilder.populateResult
> (DocumentBuilder.java:592)
> ...
>
> The exception makes sense, but why was the test working before?
> Funny enough @Field(index=Index.TOKENIZED, store=Store.YES) doesn't
> work either.
>
> Cheers
> Hardy
>
>
> --
> Hartmut Ferentschik
> Ekholmsv.339 ,1, 127 45 Skärholmen, Sweden
> Phone: +46 855 923 676 (h); +46 704 225 097 (m)
17 years, 6 months
Maven is not foobar, just fybar
by Max Rydahl Andersen
Hi Chris and Steve,
I took a look at hibernate3 head today because Chris was claiming mvn
eclipse:eclipse were broken.
The short answer to that is that yes - maybe, it actually works (except
for some "funny" things)
I've updated http://hibernate.org/422.html to describe the few things I
had to do to get maven to work on my new machine;
and it worked pretty well.
svn co hibernate3, mvn eclipse:eclipse and I was basically ready to roll.
But I did find some issues here in no particular order:
Why is checkstyle_checks.xml put in resources and thus end up int the
classpath ? Previously it was just in the root of hibernate dir.
Why is the etc directory not inside hibernate-core as something that is
put on the project as a class directory ? With this setup you would have
to change the generated ide configurations every time to include it on the
classpath. Without it the tests and other thing that dpeends on log4j and
a cfg.xml doesn't run.
Is ther no way to avoid having xml-api.jars and other not-always-relevant
jars to be added to the classpath ?
The documentation/ is "annoying" since you can't have both the docs and
the tutorial included in eclipse
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
max(a)hibernate.org
http://hibernate.org
JBoss a division of Red Hat
max.andersen(a)jboss.com
17 years, 6 months