Bug 779374 (SOA-1764) - NullAction shipped with the SOA-P
Summary: NullAction shipped with the SOA-P
Keywords:
Status: CLOSED WONTFIX
Alias: SOA-1764
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: JBossESB, Distribution
Version: 5.0.0 ER5
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: FUTURE
Assignee: Default User
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-01-04 02:04 UTC by Jim Tyrrell
Modified: 2011-04-08 20:09 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-08 20:09:09 UTC
Type: Feature Request
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBIDE-5637 0 None None None Never
Red Hat Issue Tracker SOA-1764 0 None None None Never

Description Jim Tyrrell 2010-01-04 02:04:33 UTC
Date of First Response: 2010-01-04 10:49:59
project_key: SOA

Two different customers have for testing/performance purposes have produced create their own NullAction, I have even produced one while messing around.  We should include a NullAction as part of the standard set of Actions.

Comment 1 Kevin Conner 2010-01-04 15:49:59 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.


Comment 2 Kevin Conner 2010-01-04 16:07:59 UTC
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>


Comment 3 Kevin Conner 2010-01-04 16:14:56 UTC
The first suggestion is not applicable as there is an explicit check in the pipeline preventing a 'naked' pipeline from being configured.

Comment 4 Jim Tyrrell 2010-01-12 14:58:38 UTC
Link: Added: This issue related JBIDE-5637


Comment 5 Anne-Louise Tangring 2010-09-21 18:56:01 UTC
This was triaged for SOA 5.1.0. It is not in 5.1.0


Note You need to log in before you can comment on or make changes to this bug.