Bug 779374 (SOA-1764)
| Summary: | NullAction shipped with the SOA-P | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Jim Tyrrell <jtyrrell> |
| Component: | JBossESB, Distribution | Assignee: | Default User <jbpapp-maint> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.0.0 ER5 | ||
| Target Milestone: | --- | ||
| Target Release: | FUTURE | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-1764 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-04-08 20:09:09 UTC | Type: | Feature Request |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jim Tyrrell
2010-01-04 02:04:33 UTC
There are two options for this at present - don't declare any "actions" element on the service and you have a service which returns the incoming message as a response - use the EchoRouter as your null action. The EchoRouter does log at INFO though (not sure why) so this would need to be disabled if testing performance. To disable the logging it would be necessary to change jboss-log4j.xml and add the following
<category name="org.jboss.soa.esb.actions.routing.EchoRouter">
<priority value="WARN"/>
</category>
The first suggestion is not applicable as there is an explicit check in the pipeline preventing a 'naked' pipeline from being configured. Link: Added: This issue related JBIDE-5637 This was triaged for SOA 5.1.0. It is not in 5.1.0 |