cancel
Showing results for 
Search instead for 
Did you mean: 

using *-context.xml files in activiti-explorere

suoza
Champ in-the-making
Champ in-the-making
Hi,

I am new to springs frame work.
I have used expressions for the listeneres in activiti designer and deployed the process in activiti explorer. While execution i am getting error while resolving the bean id in expression.


Can you please suggest where should i place <myproject>-application-context.xml in tomcat and how this file will be loaded.

Thanks in advance.
3 REPLIES 3

trademak
Star Contributor
Star Contributor
Hi,

If you want to use expressions or delegate expression in the Activiti Explorer you can place it in the activiti-standalone-context.xml for example. This XML is already loaded by default.

Best regards,

suoza
Champ in-the-making
Champ in-the-making
so this means i need to add the entries in activiti-standalone-context.xml for my beans and they will get loaded.

trademak
Star Contributor
Star Contributor
Yes that's right.