This is a fix for this issue: https://issues.jboss.org/browse/JBPM-6340. The issue is caused by Geometry.getPathIntersect(), which sometimes incorrectly returns a Point2D without a corresponding JSO object due to accessing a non-existing array element. Geometry.getPathIntersect() will now return null if the array does not contain enough elements or an exception occurs.
This is a fix for this issue: https://issues.jboss.org/browse/JBPM-6340. The issue is caused by
Geometry.getPathIntersect()
, which sometimes incorrectly returns a Point2D without a corresponding JSO object due to accessing a non-existing array element.Geometry.getPathIntersect()
will now return null if the array does not contain enough elements or an exception occurs.