This content has been marked as final.
Show 5 replies
-
1. Re: Boundary Event compilation problem on OpenShift platform
Maciej Swiderski Mar 24, 2014 3:32 AM (in response to Serge Voloshyn)have you been able to run this process on local installation (non openshift)?
-
2. Re: Boundary Event compilation problem on OpenShift platform
Serge Voloshyn Mar 24, 2014 3:34 AM (in response to Maciej Swiderski)Yes, it works on local installation without any problems.
-
3. Re: Boundary Event compilation problem on OpenShift platform
Maciej Swiderski Mar 25, 2014 3:02 AM (in response to Serge Voloshyn)have you tried running process with any script tasks that does some operation on kcontext as it uses the same approach. just to see if there is anything wrong with overall script evaluation.
HTH
-
4. Re: Boundary Event compilation problem on OpenShift platform
Serge Voloshyn Mar 25, 2014 4:14 AM (in response to Maciej Swiderski)I've just tried to run simple process with ScriptTask that calls System.out.println(kcontext.getVariable("action")); - and it's running just fine.
-
5. Re: Boundary Event compilation problem on OpenShift platform
Maciej Swiderski Mar 27, 2014 4:15 AM (in response to Serge Voloshyn)I'll check that out as soon as I can as I don't see anything that should cause such a failure. Will get back as soon as I have more details