jbpm4 user guide : small errors in doc
--------------------------------------
Key: JBPM-2486
URL:
https://jira.jboss.org/jira/browse/JBPM-2486
Project: jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: jBPM 4.0
Reporter: Nicolas Pirard
forum :
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=159875
two points I noticed :
1/
http://docs.jboss.com/jbpm/v4.0/userguide/html_single/#deployingaprocess
the given example is :
"
long deploymentDbid = repositoryService.createDeployment()
.addResourceFromClasspath("org/jbpm/examples/services/Order.jpdl.xml")
.deploy();
"
but in fact deploy() returns a String ;-)
could someone correct it ?
2/
same kind of inaccurracy : the id in table 5.1 and 5.2 has a format like
{key}:{version} (with : between key and version)
whereas the text above states :
"The id will have format {key}-{version} with a dash between key and version"
and paragraph 5.6.2 seems to use this "dash" format too
if I may insist doc quality really matters... ;-)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira