问题 I'm running Drools 7.7.0.final KIE server on tomcat. I am seeing this behavior when launching a container via RESTful call to the KIE server.... The container is never created, and the RESTful call hangs indefinitely. When I query the server I see that the container is stuck in 'status="Creating"'. This doesn't always happen. It seems to be dependent on the rules. For the most part, my LHS (when clause) are of the form.. myObject( (field1 != null) && field2 ) ... etc. ....where field2 is a