Issue Details (XML | Word | Printable)

Key: SPRNET-945
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Mark Pollack
Reporter: Mark Pollack
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring.NET

NameMatchTransactionAttributeSource to support conversion of string representation of transaction attributes

Created: 27/May/08 01:48 PM   Updated: 24/Jul/08 10:33 AM   Resolved: 27/May/08 10:01 PM
Component/s: Spring-NET-DA
Affects Version/s: 1.1.2
Fix Version/s: 1.2 M1

Time Tracking:
Not Specified


 Description  « Hide
The NameMap property only allows for instances of ITransactionAttribute to be specifies as values. It should allow for strings to be specified that are converted to ITransactionAttribute using the TransactionAttribueEditor.

Usually this could be done by specifying a NameValueCollection however, instead of a public .NET property the method SetProperties(NameValueCollection) i s provided. This is aan incorrect translation into .NET from Java. (Knock me over with a feather). A public property called, NameProperties, is now provided as well.


Mark Pollack added a comment - 27/May/08 01:48 PM
Added unit tests.

Mark Pollack added a comment - 27/May/08 02:06 PM
updated docs