On Feb 16, 2012, at 9:12 PM, Steve Ebersole wrote:
> [hibernate-core-master] $ bash -xe /tmp/hudson4761531756893677840.sh
> + ./gradlew clean test install buildReleaseBundles uploadArchives
> --debug --stacktrace
___
hibernate-dev mailing list
hibernat
Strong, apparently we also need to get Jenkins updated with m8? Sorry,
I thought you said those jobs use gradlew.
Original Message
Subject: Build failed in Jenkins: hibernate-core-master #320
Date: Thu, 16 Feb 2012 08:10:43 -0500 (EST)
From: jboss-qa-inter...@redhat.com
To: st.
This is related to HSEARCH-1049: it seems that the new includePaths
feature is not accepting paths including the id of embedded objects,
as in:
@IndexedEmbedded(prefix="location.",includePaths={"city.id","city.city","country.id","city.region.id"})
public Address getAddress() { return address; }
A