[jBPM] New message: "Re: do you recomend jBPM 4.x for production use?"
by Ronald van Kuijk
User development,
A new message was posted in the thread "do you recomend jBPM 4.x for production use?":
http://community.jboss.org/message/528075#528075
Author : Ronald van Kuijk
Profile : http://community.jboss.org/people/kukeltje
Message:
--------------------------------------------------------------
It depends on
- your database and applicationserver. There is another thread where WLS and Oracle pose issues in 4.x that will be 'fixed' in 4.4.
- What you have implemented already in either and the complexity
- ...
If you have nothing, I'd go for 4.3 or trunk (4.4 in about 1 month) to be on the safer side with upgrading in the future. But agreed, 3.2.x (x=6 is 'officially' released and 3.2.8/9 is in svn) has a more proven trackrecord, integration with seam and other things.
So I cannot give you a real answer, just directions.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/528075#528075
16 years, 2 months
[jBPM] New message: "Re: [jBPM4.1] - No Environment Exception"
by Mike Burton
User development,
A new message was posted in the thread "[jBPM4.1] - No Environment Exception":
http://community.jboss.org/message/528062#528062
Author : Mike Burton
Profile : http://community.jboss.org/people/mike_burton
Message:
--------------------------------------------------------------
Hi Ronald
Thanks for clarifying me. I hope now you can understand my unittest.
Below is my sample process definition xml.
<process name="TestProcess">
<start name="start1">
<transition name="TN1" to="state1"/>
</start>
<state name="state1">
<transition name="S1T1" to="state2"/>
<transition name="S1T2" to="state3"/>
<transition name="S1T3" to="complete"/>
</state>
<state name="state2">
<transition name="S2T1" to="complete"/>
</state>
<state name="state3">
<transition name="S3T1" to="complete"/>
</state>
<end name="complete" state="completed">
</process>
In my application, now the exeuction is at state1 (<state name="state1">"). Here i need to get the list of possible transitions at state1.
What would be the correct way to achieve this. Which API i should use to get the outgoing transitions at a particular state.
Please help me. Thanks a lot!
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/528062#528062
16 years, 2 months
[jBPM] New message: "Re: extend GPD"
by Jas Lam
User development,
A new message was posted in the thread "extend GPD":
http://community.jboss.org/message/528048#528048
Author : Jas Lam
Profile : http://community.jboss.org/people/lamj1
Message:
--------------------------------------------------------------
yes i have downloaded the source, successfully build the default modules.
I am just puzzled on how to extend the GPD and build it as a eclipse plug in module.
Objective:
I would like to add custom component to the GPD plug into eclipse. So when creating a workflow I can have custom made elements.
What package could I modify to achieve that (module.jpdl?) and how to build as an eclipse plug in module?
Thanks
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/528048#528048
16 years, 2 months
[jBPM] New message: "Re: [jBPM4.1] - No Environment Exception"
by Ronald van Kuijk
User development,
A new message was posted in the thread "[jBPM4.1] - No Environment Exception":
http://community.jboss.org/message/528042#528042
Author : Ronald van Kuijk
Profile : http://community.jboss.org/people/kukeltje
Message:
--------------------------------------------------------------
Mike,
Thanks for the response, but to be honest, it is no unittest. But I can partially get some info from it.
What you do is using *Impl classes. These should normally not be used since they are in the internal package and not in the api package. These classes are normally used in commands (that are in turn used in the services). They are 'bootstrapped' with the correct data among which is the 'Environment'
But interestingly, (as you can see in a post in the dev forum), the current trunk and upcomming 4.4 release has some support for this, at least regarding accessing transitions in other nodes then tasks.
Cheers,
Ronald
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/528042#528042
16 years, 2 months