Discussion:
[jboss-user] [jBPM] - Installed demo on chapter 3 on the tutorial...now what?
miguel ykeuti
2013-01-16 18:13:08 UTC
Permalink
miguel ykeuti [https://community.jboss.org/people/espartano] created the discussion

"Installed demo on chapter 3 on the tutorial...now what?"

To view the discussion, visit: https://community.jboss.org/message/792419#792419

--------------------------------------------------------------
Hello everyone.

I'm learning about JBPM, and I'm reading the docs. I followed the installation procedures on the tutorial (chapter 3), but now I have not a clue to where to go. So I'll have to ask these (stupid) questions, please be patient.

I typed the last command on the terminal (ant.start.demo.db) after setting it to use MySQL, and now I have on my terminal:

start.human.task:
[javac] /opt/jbpm-installer/build.xml:844: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[java] Task service registered usergroup callback ...
[java] Task service started correctly!
[java] Task service running ...

How can I use Eclipse to use JBPM now? Can this "demo" be used on production? If not, where can I find a tutorial that shows how to setup a production jbpm? I googled and googled, but up to no avail.

(I'm using jBPM 5.3)

Thanks!
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/792419#792419]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
doboss
2013-01-16 18:31:23 UTC
Permalink
doboss [https://community.jboss.org/people/doboss] created the discussion

"Re: Installed demo on chapter 3 on the tutorial...now what?"

To view the discussion, visit: https://community.jboss.org/message/792424#792424

--------------------------------------------------------------
Hi Miguel!
Post by miguel ykeuti
I'm learning about JBPM, and I'm reading the docs. I followed the installation procedures on the tutorial (chapter 3), but now I have not a clue to where to go. So I'll have to ask these (stupid) questions, please be patient.
No worries, we'll try to help.
Post by miguel ykeuti
...
but now I have not a clue to where to go.
If what you're asking is where do you go next to start developing, my example application might help you. It's located here: https://community.jboss.org/docs/DOC-48240 https://community.jboss.org/wiki/SimpleJBPM54InsideJBossAS711WebAppExample I think I was in the same sort of place you are about what to do next, and have managed to peice together this example web app...
Post by miguel ykeuti
How can I use Eclipse to use JBPM now?
By default, when you run ant start.demo, Eclipse should have started and been all configured and ready to go... But you do not need to install the JBPM stuff into Eclipse through the installer, you can just add the plugins through update sites. Still, the installer is a good way to try it out. Further on in the doucmentation there is a section on using the designer and the console.
Post by miguel ykeuti
Can this "demo" be used on production? If not, where can I find a tutorial that shows how to setup a production jbpm? I googled and googled, but up to no avail.
I'm not 100% sure, but I think it can be. I did find some forums/wikis out there about how to install the stuff without using the installer. One way to do it is to walk through the build.xml and see what all it does, but like I said, I think I have seen some more descriptive instructions out there in various places... as I understand it at this point, the installer doesn't do a whole lot more than download stuff and put them in the right places inside the JBoss file structure and eclipse file structure.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/792424#792424]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Loading...