i am using swing to access the jbpm engine
my application starts by main Thread and it load the process definition and other things
such as jbpm context .
but i need access to jbpm context by JbpmConfiguration.getCurrentJbpmContext from action
listener a swing component such as JButton . this return null . because actionListener
implementation invoked by another thread .
what i do ??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023766#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...