Michael Wohlfart [http://community.jboss.org/people/mwohlf] created the discussion
"Re: How to prevent user code be cached?" To view the discussion, visit: http://community.jboss.org/message/569862#569862 -------------------------------------------------------------- Hi Bo, you set it in your jbpl definition, check out the testcases, this is an example from Huisheng Xu's CacheParsingTest.java: <process name='MyProcess' xmlns=' http://jbpm.org/4.4/jpdl http://jbpm.org/4.4/jpdl'> <start name='start'> <transition name='myTransition' to='end'> <event-listener class='com.comp.MyEventListener' cache='disabled'/> </transition> </start> <end name='end'/> </process> -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/569862#569862] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
