You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/06/15 09:57:46 UTC

[GitHub] [ignite] solveme commented on a change in pull request #9116: IGNITE-14753 Fix builds with maven 3.8.1+

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:
users@infra.apache.org