Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Nathan Mische / Nathan Mische (Nathan Mische)
Created: 05/01/2009
Components: Flex/Flash, Flex remoting
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 / 234925
Priority/Frequency: Major / Unknown
Locale/System: English / Platforms All
Vote Count: 1
Problem:
The CFEventGatewayAdapter doesn't support selectors. See the following BlazeDS issue for more details: https://bugs.adobe.com/jira/browse/BLZ-388
Method:
Steps to reproduce:
1. Have a Consumer in a Flex app add a selector expression and subscribe to a destination on the server that uses the CFEventGatewayAdapter.
2. Send a message from CF with a header that the selector expression will not match on. For example have the consumer subscribe with a selector expression of "user = 'bob' " and then send a message from CF with a "user" header with a value of "ralph".
Actual Results: Currently all subscribed consumers will get the message whether or not the header is matched on by the selector expression.
Expected Results: Consumers subscribed with a selector expression should only get the message if the selector expression matches on the header, or in other words if the selector expression evaluates to true when it used to analyze the header.
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3038405
Deployment Phase: Release Candidate
External Customer Info:
External Company:
External Customer Name: Nathan Mische
External Customer Email: 8183044544637AAA99201549
External Test Config: 05/01/2009
Attachments:
Comments: