I am just a "beginner" in JBoss, but was asked to deploy Activiti into it. After "googling" and reading the forum of Activiti I've understood that it is rather difficult but not impossible. I've found this post, made everything like written there, got the error about CDI, but I don't understand what should I do with the archive from Daniel Meyer's blog
Asked
Active
Viewed 532 times
1 Answers
0
You can use it as a skeleton/example for a project using Activiti engine.
Just checkout the code, change to one of programmatic
or spring
and mvn war
. Then deploy target/<some>.war
in AS7 and look at the console log for messages. You should see something like "Process engine ... is up and running!".

Tair
- 3,779
- 2
- 20
- 33