[JBoss JIRA] Created: (JBESB-1505) bpm_orchestration2 documentation does not correspond to actual results
by Jiri Pechanec (JIRA)
bpm_orchestration2 documentation does not correspond to actual results
----------------------------------------------------------------------
Key: JBESB-1505
URL: http://jira.jboss.com/jira/browse/JBESB-1505
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Examples
Affects Versions: 4.2.1
Reporter: Jiri Pechanec
Assigned To: Kevin Conner
Fix For: 4.2.1 CP1
Under old jbPM implementation even the paralel paths were executed one by one which means that the results were gathered to the message. Now the paths are executed in paralel which means that
1) Each path contains only name of its own city
2) The final resul cvonains only the name of city (path) executed as the last one
The documentation should be changed and/or QS should be changed in that way that each patch records its results under separate key in the message.
--
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
18 years, 3 months
[JBoss JIRA] Created: (JBESB-1409) webservice_consumer2 QS bugs
by Jaroslaw Kijanowski (JIRA)
webservice_consumer2 QS bugs
----------------------------
Key: JBESB-1409
URL: http://jira.jboss.com/jira/browse/JBESB-1409
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Examples
Affects Versions: 4.2.1
Reporter: Jaroslaw Kijanowski
1. 'sendjms' ant task shouldn't be in build.xml
2. readme.txt:
org.jboss.soa.esb.actions.soap.SOAPClient
This class is used to make the call to the webservice. It will take the
parameters that MyRequestAction set in "paramsLocation", call the webservice, then place
the response in "responseLocation". This is zero Java code ESB wiring in jboss-esb.xml.
This is not the case in this QS. The SOAPClient takes the WS params from the default lcoation, and puts the response also there. 2 properties would need to be added to the SOAPClient to have this behavior:
<property name="get-payload-location" value="paramsLocation" />
<property name="set-payload-location" value="responseLocation" />
Also both action classes, MyRequestAction and MyResponseAction, would need to be changed to get/set the WS params from/to these locations.
--
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
18 years, 3 months
[JBoss JIRA] Created: (JBESB-1509) ESB mediated WSDLs have no xml preamble, which may cause issues for some clients
by Tom Fennelly (JIRA)
ESB mediated WSDLs have no xml preamble, which may cause issues for some clients
--------------------------------------------------------------------------------
Key: JBESB-1509
URL: http://jira.jboss.com/jira/browse/JBESB-1509
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web Services
Affects Versions: 4.2.1
Reporter: Tom Fennelly
Assigned To: Tom Fennelly
Fix For: 4.2.1 CP1
Quote from Jeff Delong...
"I finally had time to figure this out. The WSDL that is generated and accessible via the Contract web app is missing the ?xml tag at the beginning of the document: <?xml version="1.0" encoding="UTF-8"?>
meaning it could not be read by a tool such as SoapUI. Once I saved the WSDL to a file and added the ?xml tag it could be read, and the service consumed, but SoapUI. It does invoke the web service correctly, through the jboss remoting http port, and proper ESB actions are invoked."
I couldn't reproduce this error in my env, but we should add the preamble anyway.
--
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
18 years, 3 months