04-25-2013 11:45 AM
<serviceTask id="serviceTask" activiti:expression="#{TestBeanDelegate.doSomething()}" activiti:resultVariable="resultOfCall"/>
and the exception is:
org.activiti.engine.impl.juel.ExpressionFactoryImpl not found by ourBundle [94]
The exception comes from ExpressionFactory class while it tries to create a new instance. The reason is that in the newInstance() method it uses the Thread.currentThread().getContextClassLoader() which in this case is the classloader of the bundle that started the call. In our case that bundle does not know anything about the Activiti classes so the result is the exception.04-29-2013 08:22 AM
05-02-2013 01:00 PM
05-03-2013 08:34 AM
07-17-2013 07:52 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.