Modify ObjectToCSVString to try all valid javabeans method names
----------------------------------------------------------------
Key: JBESB-2033
URL:
https://jira.jboss.org/jira/browse/JBESB-2033
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Transformation Service
Affects Versions: 4.4
Environment: Environment neutral feature request
Reporter: Ryan Hochstetler
org.jboss.soa.esb.actions.converters.ObjectToCSVString only tries to build getter method
names using the "get" prefix. The JavaBeans naming specification allows the
"is" syntax for boolean members. It would be convenient if ObjectToCSVString
would try the "get" syntax first, then the "is" syntax before throwing
ActionProcessingException in the process() method. Otherwise, implementors will be
required to add geSomeBoolean() { return isSomeBoolean(); } to all classes passing through
ObjectToCSVString
--
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