cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti process engine as JNDI Resource used in activiti-explorer

chakri_7
Champ in-the-making
Champ in-the-making
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?
1 REPLY 1

trademak
Star Contributor
Star Contributor
Sure you can do that, but we don't have support for that yet. You would have to make the JARs available in both applications for now.

Best regards,