JBPM Eclipse
by nag raj
Hi There,
I have downloaded JBPM from http://sourceforge.net/projects/jbpm/files/ link. But unfortunately the eclipse link in build.xml is broken can you update the build.xml please.
Between I can only use helios to work with JBPM 5.4 is it?
Thank you.
Regards
Raj
"The difficult I can do today. The impossible will take a little longer." (Billie Holiday)
11 years, 3 months
Re: [jbpm-dev] [rules-dev] 6.0.0.CR1 tagged - procedure for commits from now on
by Michael Anstis
I've got a ton of cherry picks to do for guvnor, kie-wb-common and
drools-wb plus a couple for droolsjbpm-build-bootstrap and
kie-wb-distributions.
I'm on PTO until Monday, so it might be worth holding off on cherry picking
to the first three until I've cherry picked first to minimize conflicts.
Sent on the move
On 25 Jul 2013 22:01, "Edson Tirelli" <ed.tirelli(a)gmail.com> wrote:
>
> All,
>
> As you probably know, 6.0.0.CR1 was tagged yesterday and the
> corresponding branch (6.0.x) was created last Tuesday.
>
> As a reminder, since the creation of the branch and until we release
> 6.0.0.Final:
>
> (1) please cherry-pick all commits you make for master into the 6.0.x
> branch. Do not wait to cherry-pick, because this might end up creating
> conflicts if commits are cherry-picked out of order. Also don't forget to
> cherry-pick.
>
> (2) if there is a BZ and/or JIRA for your work (there should be), add the
> BZ/JIRA numbers to your commit message
>
> (3) add the link to your commit as a comment on the corresponding BZ
>
> Item (3) above is temporary until they fix the BZ/GitHub integration,
> but important.
>
> After we release 6.0.0.Final, you should only cherry-pick commits into
> 6.0.x branch if they have a corresponding BZ and the 3 acks set.
>
> Let us know if you have any questions.
>
> Thanks,
> Edson
>
> --
> Edson Tirelli
> Principal Software Engineer
> Red Hat Business Systems and Intelligence Group
>
>
> _______________________________________________
> rules-dev mailing list
> rules-dev(a)lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-dev
>
11 years, 4 months
Fwd: [rules-dev] 6.0.0.CR1 tagged - procedure for commits from now on
by Mauricio Salatino
Edson says,
All,
As you probably know, 6.0.0.CR1 was tagged yesterday and the
corresponding branch (6.0.x) was created last Tuesday.
As a reminder, since the creation of the branch and until we release
6.0.0.Final:
(1) please cherry-pick all commits you make for master into the 6.0.x
branch. Do not wait to cherry-pick, because this might end up creating
conflicts if commits are cherry-picked out of order. Also don't forget to
cherry-pick.
(2) if there is a BZ and/or JIRA for your work (there should be), add the
BZ/JIRA numbers to your commit message
(3) add the link to your commit as a comment on the corresponding BZ
Item (3) above is temporary until they fix the BZ/GitHub integration,
but important.
After we release 6.0.0.Final, you should only cherry-pick commits into
6.0.x branch if they have a corresponding BZ and the 3 acks set.
Let us know if you have any questions.
Thanks,
Edson
--
Edson Tirelli
Principal Software Engineer
Red Hat Business Systems and Intelligence Group
_______________________________________________
rules-dev mailing list
rules-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev
--
- MyJourney @ http://salaboy.com <http://salaboy.wordpress.com>
- Co-Founder @ http://www.jugargentina.org
- Co-Founder @ http://www.jbug.com.ar
- Salatino "Salaboy" Mauricio -
11 years, 4 months
Remove IntermediateTimerEvent
by Juliano Carlos da Silva
Hi, i found a bug or something like that.
if i attach a IntermediateTimerEvent on a Activity and i select
IntermediateTimerEvent and press del to remove component, it will remove
the Activity too, but if i drop the IntermediateTimerEvent out the Activity
before remove, its ok.
looking at source edit.js on funcion: getAllShapesToConsider
using the connections.each(function(s) {
i add a specific if:
} else if(shape._stencil.id() == "
http://b3mn.org/stencilset/bpmn2.0#IntermediateTimerEvent" && s._stencil.id()
== "http://b3mn.org/stencilset/bpmn2.0#Task") {
// Se for remover um deadline atribuido a uma
atividade, nao remover a atividade
return;
}
to ignore the Activity if i delete a IntermediateTimerEvent
i want to know if is right to check components with stencil_id or i need to
use instanceOf, but i cannot found the right class to use.
any one can check that?
--
[]'s Juliano
-----------------------
http://www.google.com/profiles/skulljoi
linux user: #411461 http://counter.li.org
11 years, 4 months
UberFire 0.3
by Michael Anstis
Hi,
I've created a uberfire-0.3 branch for droolsjbpm-build-bootstrap; that I
suspect we all extend.
I am starting to take a look at upgrading guvnor, kie-wb-common and
drools-wb to UF 0.3...
With kind regards,
Mike
11 years, 4 months
Jenkins
by Michael Anstis
Hi,
There are failing tests for the following:-
- drools
- jbpm
- drools-wb
The following projects are not compiling on Jenkins:-
- jbpm-designer
Please investigate.
Thanks,
Mike (Sherrif)
11 years, 4 months
jBPM on Android
by Rajat Jain
Hello everyone,
This is Rajat Jain from India. I don't know if this is the correct place
for this post, but I couldn't contact Kris Verlanen.
I have been browsing through the Google Summer of Code (GSoC) projects
shortlisted for 2013 and I came across jBPM on
Android<https://community.jboss.org/wiki/GSOC13Ideas#jBPM_on_Android>
.
I would like to work on this project. Can anyone elaborate on the project,
like what are the deliverable(s)/aims and current status of the project.
Also how can I start ? I have a fair knowledge of java and Android.
Regards
Rajat.
11 years, 4 months
Fwd: JBPM
by Shirantha Pradeep
Hi,
I downloaded, JBPM and when I am compiling the installation, I get the
error at the downloading part of the eclipse.- refer to below screen shot/
I have downloaded Eclips and saved as a zip file in lib , and run the
builder again. Still the error is same.
Can you suggest a solution for this. ? I am using JBPM 6/
Further, my plan is to develop a simple workflow where people can log on
line and submit their leave applications, admin to approve, and provide
reports on how they have utilized their leave entitlements/ how many
available leave are there etc.
So, Your comments on the above point also welcome as I am new to JBPM..
Trust this system can easily modded to something like that.
Kindly suggest me if I need to install, some other plug ins or tools to
make above development easier.
[image: Inline image 1]
Thanks & Regards,
--
Shirantha Pradeep
11 years, 4 months
kie-tests repository created for integration and other cross-project tests
by Marco Rietveld
Hi all,
I've created a kie-tests repository:
https://github.com/droolsjbpm/kie-tests
The repository is meant for any integration or other cross-project tests
which might not fit in in other modules.
(The reason to create it at this moment was in order to have a place for
some kie-wb integration tests, but the idea of a repository for various
cross-project tests has been one I've talked about with various people
in the last year.)
Thanks,
Marco
--
jBPM/Drools developer
Utrecht, the Netherlands
11 years, 4 months