Just bought Getting Started with Oracle BPM Suite 11gR1 - a hands-on tutorial. Quite disappointed with the install instructions!
First of all, the download links are all broken. I managed to get the demo file from here
https://soasamples.samplecode.oracle.com/files/documents/660/881/workflow-001-DemoCommunitySeedApp.zip
Then when I tried to follow the README and to install it, I have to do the following for my local install:
1. edit setAntEnv.bat,
set JAVA_HOME=C:\Oracle\Middleware\jdk1.6.0_25
set MW_HOME=C:\oracle\Middleware
2. ant seedDemoUsers -Dbea.home=C:/Oracle/Middleware/ -Doracle.home=C:/Oracle/Middleware/Oracle_SOA1 -Dtarget=soa_server1 -Dadmin.url=t3://localhost:7001 -Dserver.url=http:///localhost:8001 -Dadmin.name=weblogic -Dadmin.pwd=welcome1
Basically, MW_HOME is "C:/Oracle/Middleware/Oracle_SOA1" and BEA_HOME is "C:/Oracle/Middleware" for me.
Just between 1 and 2, mw_home suddenly means different things. Go figure.
Well, as it turned out, although the links on page 73 might be broken, nothing is really missing. On page 5, you can see this link http://www.oracle.com/technetwork/middleware/bpm/learnmore/index.html
ReplyDeletefrom here you can download all lab materials.