Bug 780425 (SOA-2857)

Summary: CLONE - Documentation on how to use ServiceInvoker remotely needs to be reworked
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: David Le Sage <dlesage>
Component: DocumentationAssignee: David Le Sage <dlesage>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: urgent Docs Contact:
Priority: urgent    
Version: 5.0.0 GA   
Target Milestone: ---   
Target Release: 5.2.0 GA   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-2857
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-14 18:13:26 UTC Type: Task
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description David Le Sage 2011-01-31 06:30:07 UTC
Affects: Documentation (Ref Guide, User Guide, etc.), Release Notes
Complexity: High
Help Desk Ticket Reference: https://access.redhat.com/issue-tracker/1106943
project_key: SOA

Chapter 6.1.5 lists the jars and config files to use the ServiceInvoker in a remote client:

http://www.redhat.com/docs/en-US/JBoss_SOA_Platform/5.0.1/html/Programmers_Guide/chap-SOA_ESB_Programmers_Guide-Example.html#sect-SOA_ESB_Programmers_Guide-Configuration_for_a_Remote_Service_Invoker

However, these instructions could be improved as they are
1. incorrect - some jar files have different version numbers, others are missing
2. unclear - where are the jars/configs? what should be in the xml files?

For #1, the following listed jars have a wrong version number in SOA-P 5.0.1:
juddi-core-3.0.0.aop.jar => juddi-core-3.0.1.jar
juddi-ws-3.0.0.jar  => missing in SOA-P 5.0.1
stax-api-1.0.1.jar => stax-api-1.0.2.jar
scout-1.2.aop.jar => scout-1.2.1.jar
wstx-asl-3.2.0.jar => wstx.jar
jboss-aop-jdk50.jar => missing in SOA-P 5.0.1

For #2, it would be nice to group them according to where they could be found:
- $SOA_HOME/jboss-as/client/
- $SOA_HOME/jboss-as/common/lib/
- $SOA_HOME/jboss-as/server/$SOA_CONF/deployers/esb.deployer/lib/
- etc.

In addition, a note should be added that the listed *.xml files could be taken from the quickstarts directory.

Comment 1 David Le Sage 2011-01-31 06:30:08 UTC
Link: Added: This issue Cloned from SOA-2145


Comment 2 David Le Sage 2011-07-19 22:21:34 UTC
Release Notes Docs Status: Added: Not Required
Writer: Removed: Darrin Added: dlesage


Comment 3 David Le Sage 2011-07-19 22:36:34 UTC
Documentation updated. Made the lists non-version number specific.