[esb-issues] [JBoss JIRA] Created: (JBESB-1849) bpm_orchestration3 quickstart not acting as documented

Lukas Petrovicky (JIRA) jira-events at lists.jboss.org
Wed Jun 25 06:24:28 EDT 2008


bpm_orchestration3 quickstart not acting as documented
------------------------------------------------------

                 Key: JBESB-1849
                 URL: http://jira.jboss.com/jira/browse/JBESB-1849
             Project: JBoss ESB
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Examples
    Affects Versions: 4.2.1 CP4
            Reporter: Lukas Petrovicky


readme.txt for the quickstart says that it should result in the following on the server console:

[SetupSignal] --------------------------------
     [SetupSignal] jbpmTokenId: 1
     [SetupSignal] Body: Hello Signal
     [SetupSignal] --------------------------------
     [STDOUT] ** Begin Service 2 **
     [STDOUT] In: Hello Signal
     [STDOUT] Out: Hello Signal 'Service 2' 
     [STDOUT] ** End Service 2 **
     [STDOUT] ** Begin Service 3 **
     [STDOUT] In: Hello Signal 'Service 2' 
     [STDOUT] Out: Hello Signal 'Service 2'  'Service 3' 
     [STDOUT] ** End Service 3 **
     [SetupSignal] --------------------------------
     [SetupSignal] jbpmTokenId: 1
     [SetupSignal] Body: Hello Signal
     [SetupSignal] --------------------------------

However, it only results in:

[SetupSignal] --------------------------------
     [SetupSignal] jbpmTokenId: 1
     [SetupSignal] Body: Hello Signal
     [SetupSignal] --------------------------------
     [STDOUT] ** Begin Service 2 **
     [STDOUT] In: Hello Signal
     [STDOUT] Out: Hello Signal 'Service 2' 
     [STDOUT] ** End Service 2 **
     [STDOUT] ** Begin Service 3 **
     [STDOUT] In: Hello Signal 'Service 2' 
     [STDOUT] Out: Hello Signal 'Service 2'  'Service 3' 
     [STDOUT] ** End Service 3 **

We checked the jboss-esb.xml and found no way that it could ever end as documented, so I suppose this is a documentation issue. Other than this, the quickstart runs fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list