I'm using Red Hat Decision Manager,
I had my projects done and I wanted to deploy it to another pc.
All I can get is a jar file but when I import it Decision Manager responded Not project found.
Hoping for any help please.
Thanks!
I'm using Red Hat Decision Manager,
I had my projects done and I wanted to deploy it to another pc.
All I can get is a jar file but when I import it Decision Manager responded Not project found.
Hoping for any help please.
Thanks!
An additional way to export a project from Red Hat Decision Manager:
Download Project option.Now you can unzip and use the project in any other git repository.
I found a way to do it, perhaps not the best approach but I couldn't find anything better. Here is what I did:
/opt/eap/standalone/data/bpmsuite, you can find the .niogit directory here..niogit. You can use oc rsync my-pod:/opt/eap/standalone/data/bpmsuite/.niogit/myrepo.git ~/temp/. This will download the myrepo.git to a temp location on your machine.myrepo.git directory on your local, add upstream origin to GIT: git remote add origin git@github.com:my-demo/test.gitgit push -u origin masterThis is not straight-forward but this should do. If you, or anybody found a better way to do it, please let me know.
Designthree-dots on right-top corner, and select Import Project. Specify your GIT URL and authentication (if any).