Hi everyone, I am just starting with JBPM, I have been able to import sample projects that are already bundled with 7.7 and play with those. But I tried creating a new "helloworld" example using Eclipse, and now I want to deploy that to the server. I've gone through the documentation and a number of articles on line, but I am thoroughly confused over this process. I've seen some documentation that indicates we need to use GIT, but those all seem to deal with projects created in Workbench that are then pulled into Eclipse. In my case I'd like to work in the other direction.
Is the correct process I should follow:
1. Clone the JBPM repository locally using GIT
2. Create a new project underneath that local clone folder using ecplise
3. Merge the clone repository back into JBPM repository using GIT
I have tried to follow instructions at this link to clone the existing JBPM repository, with no luck:
It doesn't look like my install has the jbpm-playground repository. Even command line, when I try this it does not work:
[oracle@localhost repo_test]$ git clone ssh://krisv@localhost:8001/jbpm-playground
Cloning into 'jbpm-playground'...
Password authentication
Password:
Can't resolve repository name.fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
So from the error message, how do I make sure the repository exists? It seems like the "Repository" link is gone in 7.7 workbench UI, and I haven't found a good source for how to find/configure Repository in 7.7? Or is there a simpler way to deploy a new project to the server that I am missing?
thanks