[JBoss JIRA] Created: (JBESB-3129) File name to be referenced in Messages created by FTP and FILE listeners
by Edward Pilipczuk (JIRA)
File name to be referenced in Messages created by FTP and FILE listeners
------------------------------------------------------------------------
Key: JBESB-3129
URL: https://jira.jboss.org/jira/browse/JBESB-3129
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Adapters
Affects Versions: 4.7
Environment: ESB4.7+JBossAS5.1
Reporter: Edward Pilipczuk
Please consider providing the possibility of adding the reference to file processed by the FTP and FILE Gateway Listeners.
The reference name can be added to Header->Call->RelatesTo field similarly how JMS Listeners passes JMS Correlation ID to the message.
I think that above listeners shall have additional configuration parameter named passFileNameReference, which can have the following values:
NONE (default for backward compatibility)
SIMPLE (the simple name without path is passed to RelatesTo field)
FULL (the fully qualified pathname to file is passed to RelatesTo field)
Edward
--
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
14 years, 11 months
[JBoss JIRA] Created: (JBESB-3117) Merge JBESB-3083: Wise SOAPClient action is unable to invoke oneway methods on the endpoints
by Tom Fennelly (JIRA)
Merge JBESB-3083: Wise SOAPClient action is unable to invoke oneway methods on the endpoints
--------------------------------------------------------------------------------------------
Key: JBESB-3117
URL: https://jira.jboss.org/jira/browse/JBESB-3117
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Rosetta
Affects Versions: 4.7
Reporter: Tom Fennelly
Assignee: Tom Fennelly
Priority: Critical
Fix For: 4.7 CP1
Wise SOAPClient action is unable to invoke oneway methods (methods annotated with javax.jws.Oneway annotation) on WS endpoints. It looks like webservice WSDL is parsed correctly, but after that no statements from oneway method body are executed. We tested this with very simple webservice (see attached file) containing one oneway method with System.out.println() statement. After WSDL was parsed, there was no further output from webservice method.
Invocation of twoway methods on WS endpoint is working correctly (without any problems/exceptions and with expected results).
--
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
14 years, 11 months