[jboss-user] [jBPM] - Re: How to prevent user code be cached?

Michael Wohlfart do-not-reply at jboss.com
Fri Nov 5 13:34:31 EDT 2010


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101105/420653db/attachment.html 


More information about the jboss-user mailing list