solveme commented on a change in pull request #9116:
URL: https://github.com/apache/ignite/pull/9116#discussion_r651637467
##########
File path:
modules/hibernate-4.2/src/test/java/org/apache/ignite/cache/hibernate/HibernateL2CacheTransactionalSelfTest.java
##########
@@ -75,7 +76,7 @@
/** {@inheritDoc} */
@Override protected void beforeTestsStarted() throws Exception {
- jotm = new Jotm(true, false);
+ jotm = new Jotm(true, false, new RmiLocalConfiguration());
Review comment:
2-arg constructor in new Jotm version will call 3-arg constructor with
null value for RMI configuration, but null value for RMI configuration will
lead to NPE in other Jotm methods when you run tests.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]