Hi I am running the example callEjbExampleProcess.bpmn20.xml on spring suite 3.7.3 internal web browser and trying to invoke ToUppercaseBean, but When I start the process I get to see Unknown Property used in expression ${ToUpperCaseBean.toUpperCase(var)} warning .
I think this might be due to some missing configuration, but not sure. I am using STS 3.7.3 with Maven to build and install. Please help me resolve this.
I need service tasks to execute some EJBs. I have no idea of how activiti is integrated with Jboss [EJBs] but, when I define the above model and start the process from my tomcat 8 web server it throws activiti engine exception as it cannot locate these EJBs. Unknown Property used in expression ${ToUpperCaseBean.toUpperCase(var)} warning .
wow, i wrote that post 5 years ago … and it doesn't have anything about EJB's in it
> from my tomcat 8 web server it t
Isn't that the problem? Calling an EJB needs to be done via a specific bit of code (it's been ages since i've done that) … and definitely if it's from Tomcat (as it's not running in a full EE server context)