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
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
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
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