Hi all. We have a new xcp 2.1 installation with the following patches : Content (P09), CTS (P08), DFC (P09), Process engine (P08), the spanish language pack is installed in the repository.
When we execute a stateless process with more than 100 activities the following error ocurs
Activities executed exceeded maximum limit: 100. The workflow may be running in a loop
This is the log
com.documentum.bpm.engine.StatelessEngine] - Unable to obtain activities execution limit from stateless.pe.properties file. Setting default value 100
java.util.MissingResourceException: Can't find bundle for base name statelesspe, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1499)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1322)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:724)
at com.documentum.bpm.engine.StatelessEngine.initalizeInternal(StatelessEngine.java:60)
at com.documentum.bpm.engine.StatelessEngine.initialize(StatelessEngine.java:52)
at com.documentum.bps.statelessProcess.outbound.runtime.StatelessProcessService.executeServiceOperation(StatelessProcessService.java:97)