[hibernate-dev] Modeling natural-id on entity in XML

2014-02-17 Thread Steve Ebersole
As we move to 5.0 and the new unified XML format I'd like to revisit the ways we have mapped certain things historically in hbm.xml and improve upon them when possible. At the moment I am looking at mapping of natural ids. In hbm.xml the form was to wrap the attributes making up the natural id in

Re: [hibernate-dev] 5.0 metamodel binding

2014-02-17 Thread Gail Badner
EntityHierarchyHelper.applyToAllEntityHierarchies( entityHierarchies, rootEntityExecutor, subEntityExecutor) allows some operation to be executed across all entity hierarchies. Some operations require something special to be done for the "root" entity that is not done with other entities in the

[hibernate-dev] 5.0 metamodel binding

2014-02-17 Thread Steve Ebersole
Gail, I am working on some changes to metamodel and have come across some things that I need your help deciphering in terms of things you do Binder. The background is this... At the moment all of metamodel binding completely mis-handles MappedSuperclasses. The annotation source processor handle

Re: [hibernate-dev] [OGM] Ogm documentation does not build completly

2014-02-17 Thread Gunnar Morling
Apache Maven 3.0.3 and Java 1.7.0_45. I don't think it's related to that. Do you see any error in the output from AsciiDoctor? Maybe there is some kind of debug or verbose option? You also could try updating to the latest version of asciidoctor-maven-plugin (0.1.4). 2014/2/17 Guillaume SCHEIBEL

Re: [hibernate-dev] [OGM] Ogm documentation does not build completly

2014-02-17 Thread Guillaume SCHEIBEL
java version "1.7.0_51" and Maven 3.1.1 2014-02-17 22:51 GMT+01:00 Davide D'Alto : > It seems to work fine if I remove the "module/" from the include part in > the datastore-providers.asciidoc, > for example from > > *include::modules/infinispan.asciidoc[]* > to > *include::infinispan.asciidoc

Re: [hibernate-dev] [OGM] Ogm documentation does not build completly

2014-02-17 Thread Davide D'Alto
It seems to work fine if I remove the "module/" from the include part in the datastore-providers.asciidoc, for example from *include::modules/infinispan.asciidoc[]* to *include::infinispan.asciidoc[]* I will try again tomorrow. Do you think the Java or maven version might be on issue? Out of curi

Re: [hibernate-dev] [OGM] Ogm documentation does not build completly

2014-02-17 Thread Gunnar Morling
Same here, all chapters are there as expected. As a starting point for analysis, does the assembled DocBook file under documentation/manual/target/docbook/en-US/master.xml contain all the chapters? If not it seems to be a problem with Asciidoc. 2014/2/17 Guillaume SCHEIBEL > Hi Davide, > > I'v

Re: [hibernate-dev] [OGM] Ogm documentation does not build completly

2014-02-17 Thread Guillaume SCHEIBEL
Hi Davide, I've just fetch the master and the documentation built without any problem. Guillaume 2014-02-17 20:18 GMT+01:00 Davide D'Alto : > Hi. > I've noticed that when I run the build of OGM the documentation is not > completly built. > The part releated to the single datastores is missing.

[hibernate-dev] [OGM] Ogm documentation does not build completly

2014-02-17 Thread Davide D'Alto
Hi. I've noticed that when I run the build of OGM the documentation is not completly built. The part releated to the single datastores is missing. It works on Jenkins. Does it happen only to me? ___ hibernate-dev mailing list hibernate-dev@lists.jboss.o

[hibernate-dev] Hibernate Validator 5.1.0.CR1 is out

2014-02-17 Thread Hardy Ferentschik
More info about $subject as always on in.relation.to - http://in.relation.to/24874.lace —Hardy ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Hibernate CI failures over the weekend

2014-02-17 Thread Sanne Grinovero
On 17 February 2014 11:06, Hardy Ferentschik wrote: > > On 17 Jan 2014, at 11:44, Sanne Grinovero wrote: > >> I've manually re-triggered building of most projects last night, and >> some actually need a bit of attention now; for example >> hibernate-commons-annotations is being built with Maven b

Re: [hibernate-dev] Hibernate CI failures over the weekend

2014-02-17 Thread Hardy Ferentschik
On 17 Jan 2014, at 11:44, Sanne Grinovero wrote: > I've manually re-triggered building of most projects last night, and > some actually need a bit of attention now; for example > hibernate-commons-annotations is being built with Maven but it's no > longer a Maven build.. please don't ignore its

[hibernate-dev] Hibernate CI failures over the weekend

2014-02-17 Thread Sanne Grinovero
Hi all, apologies for all the spam that our Jenkins instance created over the weekend: it's fixed now, it was a compatibility problem between the Jenkins versions and plugin versions with some system security updates I had installed recently. I've manually re-triggered building of most projects la