1

I try to build wso2 bps 3.5 from source code by following document (https://docs.wso2.com/display/BPS350/Working+with+the+Source+Code), but there is no org.wso2.carbon.humantask_4.4.4.jar inside the downloading component. Also I cannot find the source code in svn (https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/components/business-processes/humantask/org.wso2.carbon.humantask/).

Can somebody help to figure out where is this code repository.

richard
  • 1,845
  • 1
  • 20
  • 30

1 Answers1

1

If you look at the release matrix, this is released with carbon 4.4.x where sources are in Git repos. So the sources should be available in this Git repo (checkout the correct branch version). Note that you don't have to build the entire product from sources, just do the changes to the relevant component and build the jar. Then apply it as a patch to the product.

Rajeev Sampath
  • 2,739
  • 1
  • 16
  • 19
  • btw, did you run performance test on business process server? I got deadlock on 20 users to invoke bps. The detail is http://stackoverflow.com/questions/33756320/database-deadlock-in-wso2-bps-when-creating-human-task – richard Nov 18 '15 at 22:53
  • it seems that question is already answered by a BPS product developer. – Rajeev Sampath Nov 19 '15 at 04:46