Bug 777955 (SOA-485)

Summary: Missing links links in jBPM examples/readme.html
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Len DiMaggio <ldimaggi>
Component: JBPM - within SOAAssignee: Thomas Diesler <thomas.diesler>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 4.2 GA   
Target Milestone: ---   
Target Release: 4.3 GA, 4.2 CP03   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-485
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-09-10 16:30:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
readme.html none

Description Len DiMaggio 2008-04-01 02:06:19 UTC
Date of First Response: 2008-09-10 11:32:06
project_key: SOA

Broken links in jBPM examples/readme.html

These links result in 404 errors:

<a href="action/readme.html"><h3>action</h3></a>
Shows how to include a piece of java code in a process.

<a href="simple/readme.html"><h3>simple</h3></a>
The template used by the graphical designer.

<a href="task/readme.html"><h3>task</h3></a>
Shows a how tasks can be created for people and managed in the task list.

<a href="variable/readme.html"><h3>variable</h3></a>
Shows how to work with process variables.

<a href="websale/readme.html"><h3>websale</h3></a>
All round example that shows a bit of everything: concurrency, task assignments, reminders, actions,...

And - Link to simple example actually points to door example.

Comment 1 Len DiMaggio 2008-04-01 02:07:27 UTC
Link: Added: This issue is a dependency of JBPM-1157


Comment 2 Len DiMaggio 2008-06-11 17:12:57 UTC
Unchanged in SOA-P CP02 and jBPM cvs head:

[ldimaggi@ldimaggi examples]$ pwd
/opt/CP02/jboss-soa-p-standalone.4.2.0/jbpm-jpdl/examples
[ldimaggi@ldimaggi examples]$ ll readme.html 
-rw-r--r-- 1 ldimaggi ldimaggi 1337 Feb 16  2007 readme.html

[ldimaggi@ldimaggi examples]$ pwd
/opt/jbpm.3/jpdl/examples
[ldimaggi@ldimaggi examples]$ ll readme.html 
-rw-rw-r-- 1 ldimaggi ldimaggi 1337 Feb 16  2007 readme.html


Comment 3 Len DiMaggio 2008-08-26 19:57:32 UTC
In 4.3, IR2, the offending anchors have been removed. The file is now bug free - but it only contains links to some of the examples:

<html>
<body>
<h1>Examples</h1>

<a href="door/readme.html"><h3>door</h3></a>
Shows a process that models the operation of a door in comparison to the 
plain java coding counterpart.

<h3>action</h3>
Shows how to include a piece of java code in a process.

<h3>simple</h3>
The template used by the graphical designer.

<h3>task</h3>
Shows a how tasks can be created for people and managed in the task list.


<h3>variable</h3>
Shows how to work with process variables.

<h3>websale</h3>
All round example that shows a bit of everything: concurrency, task assignments, reminders, actions,...

<a href="customTaskInstance/readme.html"><h3>customTaskInstance</h3></a>
Shows how to extend the TaskInstance by adding a custom property.

<a href="rulesActionHandler/readme.html"><h3>rulesActionHandler</h3></a>
Shows how to invoke JBoss Rules from an ActionHandler

<a href="rulesAssignmentHandler/readme.html"><h3>rulesAssignmentHandler</h3></a>
Shows how to invoke JBoss Rules from an AssignmentHandler to set the ActorId on a TaskInstance

</body>
</html>



Comment 4 Len DiMaggio 2008-08-26 20:00:07 UTC
Attachment: Added: readme.html


Comment 5 Mark Little 2008-09-10 15:32:06 UTC
Len, can we close this issue then?

Comment 6 Len DiMaggio 2008-09-10 16:30:39 UTC
We can close this - the examples are inconsistent as some have readme.html files and others do not. But, the top-level readme.html is now bug-free.

Comment 7 Dana Mison 2008-11-25 01:59:08 UTC
Release Note: 

The examples/readme.html file in the jBPM package had several
html links that pointed to resources that didn't exist.