Extending jBPM Visual Designer
by Achaiah
My appologies ahead of time if I am sending this to the wrong mailing list
or if this question has been asked before. I am wondering if someone knows
if it is possible to extend the jBPM Visual Designer with a custom set of
Nodes. The current jBPM configuration is not enough for our purposes and
while we can extend the Node class we have not found any documentation on
how to reflect custom nodes in the graphical UI of jBPM designer. Please
help.
Secondly, has anyone else encountered the problem that the jBPM Visual
Designer guide does not correspond to the latest version of the eclipse
plugin? The current plugin does not even create a
websomething.sardirectory like the guide states. The diagrams seem to
be out of date as
well.
Thanks.
19 years, 2 months
[Design of JBoss jBPM] - Re: Can't deploy processdefinition from GPD into jBPM 3.2 -
by jeffdelong
Yes, I made the changes I described in jbpm-configs.jar. isTransactionEnabled should not be set to true; if it is not only would jBPM try to demarcate the transactions, but my understaning is jBPM would also close the hibernate session, wchich should foul everything up.
You see from the the description of CMT why it is not a fit for jBPM. The web console (as currently implemented / deployed), does NOT run in / use the EJB container. Not can we guarantee that other user applications would just because they deployed jbpm-enterprise.ear (although you would expect them to). JTA is flexible because it allows for both EJB and non-EJB applications.
If the jbpm-console were to be modified to only use the Command SLSB interface, then CMT might be a better fit for jBPM enterprise.
As far as the documentation on getCurrentSession, in the past (in another project) it appeared to work that way. However in testing with jBPM the process deployment did not work until I set isCurrentSessionEnabled to false. You might want to test this out and see if you get the same result.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003360#4003360
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003360
19 years, 2 months