Re: [hibernate-dev] Hibernate 3.4 + JBoss Cache 2.5 question on stackoverflow

2009-10-28 Thread Brian Stansberry
It's semi-maintained, but TBH it seems rather convoluted and thus fragile. I've opened https://jira.jboss.org/jira/browse/JBAS-7411 for this and will post a link to that on the stackoverflow thread. There's a deployer that parses a hibernate.cfg.xml into a metadata object, which includes th

Re: [hibernate-dev] Enforcer business

2009-10-28 Thread Steve Ebersole
The issue is that Maven wants to use the same jvm for everything. Specifically the jvm used to lanuch maven. You can point it at different jdks for various tasks within the build, but that is static info unless you use a profile or such. We do this today for a few things. We have defined a stand

[hibernate-dev] Enforcer business

2009-10-28 Thread Emmanuel Bernard
Some enforcer has been added to maven to avoid improper compilation with the incorrect JDK. One of the problem with that is I can't test annotations / entitymanager (ie run tests) with JDK 6. Is there a way around that? ___ hibernate-dev mailing list

[hibernate-dev] Hibernate Validator 4.0.1

2009-10-28 Thread Hardy Ferentschik
Hi, Hibernate Validator 4.0.1 is out - http://in.relation.to/12648.lace --Hardy ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev