[jboss-dev-forums] [Design of JBoss jBPM] - enterprise services ready
tom.baeyens@jboss.com
do-not-reply at jboss.com
Fri Nov 3 10:01:49 EST 2006
finally the enterprise based services are ready in HEAD. The enterprise subproject produces an .ear file with the following configurations:
* the messaging service is now based on JMS/MDB
* the scheduler is based on ejb timer service
* all transactions are based on CMT
There is also a test setup that makes use of cactus. To run the tests, proceed as follows:
1) in build, do ant get.dependencies
2) in jboss/configuration do ant install.jboss.and.configure.jbpm (CHECK YOUR ${jboss.home} AS THIS WILL OVERWRITE (incl remove) YOUR EXISTING JBOSS INSTALLATION)
3) in enterprise do ant test.and.view
Note that the enterprise subprojects (cmdlistener, cmdservice and ear) all have merged into the enterprise top level project.
The ear file should be self contained except for the hibernate libraries. I think i'm going to reference the hibernate libs in the manifest Class-Path entries already so that merely adding those dependent libs to the ear file could make it self contained on any app server.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982985#3982985
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982985
More information about the jboss-dev-forums
mailing list