Bug 996545

Summary: Provide simple toString() IP transformer
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Jiri Pechanec <jpechane>
Component: RT GovernanceAssignee: Nobody <nobody>
Status: NEW --- QA Contact: Matej Melko <mmelko>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: kejohnso, soa-p-jira
Target Milestone: ---   
Target Release: FUTURE   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Enhancement
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jiri Pechanec 2013-08-13 12:08:07 UTC
Java-based objects have frequently meaningful representation available in toString() object.

It would be have to have an IP transformer that would just call the toString() method on the information being processed. This could be simulated by using MVEL transformer using
"expression": "information.toString()"

but having dedicated type for this purpose would be useful

Comment 1 Gary Brown 2013-08-14 10:07:02 UTC
With the fix for 996540, it would only be necessary to have the mvel expression "information". So not sure having a specific information processor to return the toString value is necessary.

Comment 2 Alan Santos 2014-03-19 17:39:00 UTC
Jiri - is the mvel expression "information" sufficient or are there situations where that will not work?  If it's sufficient, can you close this?