Hi Gail,
mvn clean test -Dtest=HibernateNativeAPINaturalIdTestCase
-Dextra.server.jvm.args="-Dhibernate.bytecode.provider=javassist"
-Dsecurity.manager=true
should do it. But I still see ByteBuddy in the stacktrace. I also tried to
add property directly to WildFly configuration file or to hiberna
Hi Gail,
are you sure? I'm only aware of WFLY-6930 (Upgrade Hibernate to 5.0.10) and
I'm not sure if it makes it to 10.1. Then there is WFLY-6854 (Upgrade
Hibernate ORM to 5.1.x) which is targeted to WildFly 11.
https://issues.jboss.org/browse/WFLY-6930
https://issues.jboss.org/browse/WFLY-6854
MySQL57InnoDBDialect supports fractional seconds (HHH-8401).
Martin
- Original Message -
> From: "Vlad Mihalcea"
> To: "hibernate-dev"
> Sent: Thursday, 17 March, 2016 9:05:44 AM
> Subject: [hibernate-dev] Tests fail on MySQL due to timestamp precision
> issues
>
> Hi,
>
> Whi
I'm now trying to run database testsuite against various databases. So far I've
been successful with hibernate-core and hibernate-entitymanager tests on
MariaDB and PostgreSQL (I had to add transaction to few test cases). But I
can't run hibernate-envers tests on MariaDB because a lot of tests h
Hi,
testReportDir and testResultsDir were removed in Gradle 2.0, check HHH-9884
for details
[1] https://hibernate.atlassian.net/browse/HHH-9884
BR,
Martin
- Original Message -
> From: "Karel Maesen"
> To: hibernate-dev@lists.jboss.org
> Sent: Wednesday, 1 July, 2015 11:57:34 AM
> Su