HI
I have a activiti engine in web application. It has a process engine as spring bean. Now I want to explore/update the process flows via activiti explorer. Now integrating the explorer with activiti engine in other webapp is via shared database and loading some common classes in the classpath of activiti explorer. But this again throws me "Class Not Found Exception".
But I have question here, that is, is it possible if I can expose the process engine in my webapp as jndi resource? Then can I use the same jndi resource in activiti-explorer. That is a acitiviti process-engine bean from my webapp is made as jndi rersource in app server and I can use that same process engine in activiti-explorer
So please let me know if there is some similar thing I can do?