Hide Forgot
Affects: Documentation (Ref Guide, User Guide, etc.) Date of First Response: 2008-12-08 04:17:51 project_key: SOA * 28 code samples to update * 12 images to check
updated content as refered to in JBESB-2222
Link: Added: This issue is related to JBESB-2222
JBESB-2222 has been rejected by the ESB project as the documentation is still applicable.
content updated
Link: Added: This issue is related to SOA-1067
Assigning to QE for review
* Images resolution is really bad. I don't consider a representative guide. * quick start -> quickstart * page 9 - code sample is not up to date * page 10/11 - deployment.xml sample not up to date * Page 11: JbossMessaging -> JBossMessaging * page 11 - second jboss-esb.xml sample not up to date * page 12 - hibernate.cfg.xml samlpe not ^2date * pages 18,19 - code samples come from bpm_orchestration4 * Chapter 2. refers to bpm_orchestration4 which is not intentionally present in 4.2.CP03 (bpm_orchestration4 was first introduced in version 4.3)
Link: Added: This issue related SOA-1083
Code sample chapter 1,section 1.2 Integration Configuration updated to match jboss-as/server/production/deploy/jbpm.esb/jbpm-service.xml
Code sample chapter 1, section 1.2 Integration Configuration <jbossesb-deployment> <depends>jboss.esb:deployment=jbossesb.esb</depends> <depends>jboss.jca:service=DataSourceBinding,name=JbpmDS</depends> </jbossesb-deployment> updated to: <jbossesb-deployment> <depends>jboss.esb:deployment=jbossesb.esb</depends> <depends>jboss.jca:service=DataSourceBinding,name=JbpmDS</depends> <depends>jboss.esb:service=JBPMDatabaseInitializer</depends> </jbossesb-deployment>
Code sample chapter 1, section 1.2 Integration Configuration last code sample: updated jms-provider to jms-jca-provider as per jboss-as/server/production/deploy/jbpm.esb/META-INF/jboss-esb.xml
Code sample chapter 1, section 1.2 Integration Configuration , hibernate.cfg.xml Added <property name="jta.UserTransaction">UserTransaction</property>
Corrected quickstart & JBossMessaging typos
Not much I can do about the image quality, combination of having to shrink down images to the page constraints (440px wide) and limitations of the the pdf tool (Apache FOP). You'll notice that most of the images look better in the html versions
updated pdf checked into SVN. please confirm fixes are correct I don't think there is much we can do about the bpm_orchestration4 quickstart references at this point. Created SOA-1083 for future.
content updated awaiting QE
Please assign the issue back to QE next time when you are awaiting QE's action.
Still present: * quick start -> quickstart We are fine with these because 4.2.0 CP02 also refers to bpm_orchestration4 and customers were said to download it separately. * pages 18,19 - code samples come from bpm_orchestration4 * Chapter 2. refers to bpm_orchestration4 which is not intentionally present in 4.2.CP03 (bpm_orchestration4 was first introduced in version 4.3)
FIXED: quick start -> quickstart waiting on the correct URL that should be used for the download link for the quickstart
Assigning to Martin to verify and close.
using http://anonsvn.labs.jboss.com/labs/jbossesb/branches/JBESB_4_2_1_GA_CP2/product/samples/quickstarts/bpm_orchestration4/ as the download source for the quickstart
Verified from https://svn.corp.jboss.com/repos/soa/branches/4.2.0/build-tools/docs
Link: Added: This issue is a dependency of SOA-1133