cancel
Showing results for 
Search instead for 
Did you mean: 

activiti cdi problem on deployed project

zegrar
Champ in-the-making
Champ in-the-making
Error occurred during deployment: Exception while loading the app : Exception List with 1 exceptions: Exception 0 : org.activiti.engine.ActivitiException: Could not find an implementation of the org.activiti.cdi.spi.ProcessEngineLookup service returning a non-null processEngine. Giving up. at org.activiti.cdi.impl.ActivitiExtension.lookupProcessEngine(ActivitiExtension.java:110) at org.activiti.cdi.impl.ActivitiExtension.afterDeploymentValidation(ActivitiExtension.java:72) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:264) at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:52) at org.jboss.weld.util.reflection.Secu …. msg.seeServerLog
1 REPLY 1

vasile_dirla
Star Contributor
Star Contributor
Hello,
I guess you have already verified the things specified in the documentation:
http://activiti.org/userguide/index.html#cdiintegration

If the documentation doesn't  help you finding the problem, you could start debugging by adding a breakpoint in ActivitiExtension.java
in the method:
protected ProcessEngine lookupProcessEngine(BeanManager beanManager)

and also "rise your hand" here, maybe I could help.