Hide Forgot
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.
Link: Added: This issue is a dependency of JBPM-1157
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
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>
Attachment: Added: readme.html
Len, can we close this issue then?
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.
Release Note: The examples/readme.html file in the jBPM package had several html links that pointed to resources that didn't exist.