JPBM « jbpm « Java Enterprise Q&A





1. What is the difference between bendpoints in JBPM 3 plugin for Eclipse and JPBM 4 plugin for Eclipse?    stackoverflow.com

In JBPM 3 plugin for Eclipse, bendpoints are represented using four integers:

<transition name="">
  <label x="5" y="-10"/>
  <bendpoint w1="36" h1="-37" w2="43" h2="39"/>
</transition>
In the source code, there is a class called ...

2. Unable to install Plugins in Eclipse (jpbm)    stackoverflow.com

I have a mayor problem with installing plugins in eclipse. I'm using ubuntu 10.04 64 bit and I installed: Eclipse SDK Version: 3.6.0 Build id: I20100608-0911 (Not by using the apt-get, via apt-get I ...