javaExpressions not working on cloud
Hello there,
I have an issue with javaExpressions on RPAS Cloud. In particular, I'm patching domain with a custom JSE containing special expressions. Patch ends successful and JAR is correctly registered. However, when trying to run custom menus containing rulegroups with javaExpressions, these get skipped and only rule groups with standard rules are executed. Also, if executing batch groups containing same rulegroups with javaExpressions, these take very little time to be executed (similarly to be skipped).
My classes in the project are organized without packages as you can see in the screenshot, and are compiled with Java 52 JRE as required for RPASCE. I'm exporting the JAR file of my project using Eclipse, without compression. Is there something I'm missing when exporting it, or organizing classes?